Skip to content

Building in OSX

Nahuel Palumbo edited this page Sep 30, 2024 · 2 revisions

Building in OSX / Linux:

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
Clone this wiki locally