[Pharo-project] Unix CogVM compilation summary
git clone --depth 1 git://git.gitorious.org/cogvm/blessed.git cd blessed mkdir -p build cd build sh ../codegen-scripts/extract-commit-info.sh cd ../image curl "https://ci.lille.inria.fr/pharo/view/Pharo%201.4/job/Pharo%201.4/lastSuccess..." -o "image.zip" unzip -jbo image.zip squeakvm -nodisplay Pharo-1.4.image ../codegen-scripts/LoadVMMaker.st zip vmmaker-image.zip generator.* *.sources echo "CogUnixConfig new addExternalPlugins: #( FT2Plugin ); addInternalPlugins: #( UnixOSProcessPlugin ); generateSources; generate. Smalltalk snapshot: false andQuit: true." > ./script.st CogVM generator.image script.st cd ../build cmake . make cd ../results zip -r Cog.zip *
Yes, something like that :) But it work only if before you installed all tools required for building it.. gcc. cmake, git ,zip, curl etc. On 16 March 2012 00:01, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
git clone --depth 1 git://git.gitorious.org/cogvm/blessed.git cd blessed mkdir -p build cd build sh ../codegen-scripts/extract-commit-info.sh cd ../image curl "https://ci.lille.inria.fr/pharo/view/Pharo%201.4/job/Pharo%201.4/lastSuccess..." -o "image.zip" unzip -jbo image.zip squeakvm -nodisplay Pharo-1.4.image ../codegen-scripts/LoadVMMaker.st zip vmmaker-image.zip generator.* *.sources echo "CogUnixConfig new addExternalPlugins: #( FT2Plugin ); addInternalPlugins: #( UnixOSProcessPlugin ); generateSources; generate. Smalltalk snapshot: false andQuit: true." > ./script.st CogVM generator.image script.st cd ../build cmake . make cd ../results zip -r Cog.zip *
-- Best regards, Igor Stasenko.
participants (2)
-
Igor Stasenko -
Pavel Krivanek