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

Eliot Miranda eliot.miranda at gmail.com
Sat Oct 2 03:41:41 UTC 2021


On Fri, Oct 1, 2021 at 9:54 AM Marcel Taeumel <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 <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/20211001/c5990517/attachment.html>


More information about the Vm-dev mailing list