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

gettimothy gettimothy at zoho.com
Sat Oct 2 12:14:00 UTC 2021


I got this documented at 




https://github.com/gettimothy/Org-SqueakHOWTO/blob/master/SqueakHOWTO.md#orge47880c





Thank you very much for your help.








---- On Fri, 01 Oct 2021 23:41:41 -0400 Eliot Miranda <eliot.miranda at gmail.com> wrote ----






On Fri, Oct 1, 2021 at 9:54 AM Marcel Taeumel <mailto:marcel.taeumel at hpi.de> wrote:

 Hi Timothy --



After your Git checkout, you must do this once



./scripts/updateSCCSVersions





Unless you use a real build system:



building/macos*/common/Makefile.vm:

building/win64*/common/Makefile.msvc.tools:
building/win64x64/common/Makefile.tools:

    ifneq ($(shell $(GREP) 'GitRawRevisionString.*$$Rev$$.' $(SCCSVER)),)
    $(shell $(BASH) -c "cd ../../../scripts; ./updateSCCSVersions")
    endif




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 <mailto: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











-- 
_,,,^..^,,,_

best, Eliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20211002/f8966870/attachment.html>


More information about the Vm-dev mailing list