Skip to content

Building in OSX

Hernán Morales Durand edited this page Feb 17, 2023 · 1 revision

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 [email protected]:pharo-project/pharo-vm.git
$ cmake -S pharo-vm -B build
$ cd build
$ make install
Clone this wiki locally