[Vm-dev] VM Maker: CMakeVMMaker-IgorStasenko.107.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Tue Jun 14 13:18:50 UTC 2011


Igor Stasenko uploaded a new version of CMakeVMMaker to project VM Maker:
http://www.squeaksource.com/VMMaker/CMakeVMMaker-IgorStasenko.107.mcz

==================== Summary ====================

Name: CMakeVMMaker-IgorStasenko.107
Author: IgorStasenko
Time: 14 June 2011, 3:19:10 pm
UUID: f958c4bb-fcbc-4098-aa4c-6cf1a554f09c
Ancestors: CMakeVMMaker-IgorStasenko.106

- added rules for building freetype plugin under unix platform.

- you should load thre freetype plugin into image
(http://www.squeaksource.com/FreetypePlugin )

and then you can build VM with freetype plugin, either internal or external:

| config |
config := CogUnixConfig new.
config externalPlugins: (config externalPlugins copyWith: #FT2Plugin  ). 
"
or 
  config internalPlugins: (config internalPlugins copyWith: #FT2Plugin  ). 
"
config generateSources.
config generate.

(both build types tested and working fine)



More information about the Vm-dev mailing list