Excellent. There is something I dont understand.... (probably because my shell scripts are very limited)
When you do:
echo "Download PharoCore 1.0"
if [ ! -e $pharo_archive ]; then
wget $download_url
fi
but... download_url is
download_url="https://gforge.inria.fr/frs/download.php/26775/$pharo_archive"
and $pharo_archive is
pharo_archive=$pharo_dir.zip
and $pharo_dir is
pharo_dir=$working_dir/$pharo_version
and finally, $working_dir is
working_dir=`pwd`/out
So...I don't understand how $download_url can be
https://gforge.inria.fr/frs/download.php/26775/PharoCore-1.0-10517.zip
Cheers
Mariano
If some people are interested ...Cheers,
Laurent Laffont
---------- Forwarded message ----------
From: laurent laffont <laurent.laffont@gmail.com>
Date: Tue, Apr 20, 2010 at 10:16 PM
Subject: Easy SqueakVM build
To: Squeak Virtual Machine Development Discussion <vm-dev@lists.squeakfoundation.org>
Hi,�I've written a script to build the squeak vm from scratch on Linux in one command. It's here�http://github.com/lolgzs/easy_squeakvm�To build the VM, just get the the script and./easy_squeakvm.shThis will- checkout squeakvm sources from svn repository- download PharoCore image- load VMMaker into PharoCore- generate the interpreter- build the VM- put binaries in out/squeakvm, ready to useI was tired of typing the same commands over and over :)Cheers,
Laurent Laffont
_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project