Easy SqueakVM build

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Easy SqueakVM build

laurent laffont
 
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
Reply | Threaded
Open this post in threaded view
|

Re: Easy SqueakVM build

Igor Stasenko

On 20 April 2010 23:16, laurent laffont <[hidden email]> wrote:

>
> 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
>
>
That's a good addition to build procedure.
I tried to build own VM on linux just once, and don't remember
details. With scripts like that things should went smoothly.


--
Best regards,
Igor Stasenko AKA sig.