[Vm-dev] got the git repo cloned, how do I build the dern thing?

Marcel Taeumel marcel.taeumel at hpi.de
Fri Oct 1 16:54:09 UTC 2021


Hi Timothy --

After your Git checkout, you must do this once

./scripts/updateSCCSVersions

Then see how the CI does it

scripts/ci/actions_prepare_linux_x86.sh
scripts/ci/actions_build.sh

And do it yourself:

pushd building/linux64x64/squeak.cog.spur/build
./mvm
sudo make install
popd

Well, you can also do this before building:

pushd platforms/unix/config
make configure
popd

Best,
Marcel
Am 01.10.2021 18:49:15 schrieb gettimothy <gettimothy at zoho.com>:
Hi folks,


I haven't touched a vm in a long time.


What is the command, on linux to build the linux64 vm?


thanks for your time.


t
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20211001/f1301d89/attachment.html>


More information about the Vm-dev mailing list