-
Notifications
You must be signed in to change notification settings - Fork 72
Building in OSX
Nahuel Palumbo edited this page Sep 30, 2024
·
2 revisions
We recommend to use out-of-source building. So, we are building in a different directory than the one containing the sources. To do so, we give both parameter for saying where the source is (-S) and where to build (-B).
$ git clone git@github.com:pharo-project/pharo-vm.git
$ cmake -S pharo-vm -B build -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE
$ cd build
$ make install