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 2010/4/20 laurent laffont <[email protected]> > If some people are interested ... > > Cheers, > > Laurent Laffont > > > ---------- Forwarded message ---------- > From: laurent laffont <[email protected]> > Date: Tue, Apr 20, 2010 at 10:16 PM > Subject: Easy SqueakVM build > To: Squeak Virtual Machine Development Discussion < > [email protected]> > > > 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.sh > > This 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 use > > I was tired of typing the same commands over and over :) > > Cheers, > > Laurent Laffont > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >
_______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
