-
Couldn't load subscription status.
- Fork 81
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 [email protected]:pharo-project/pharo-vm.git
$ cmake -S pharo-vm -B build -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE
$ cd build
$ make install- Compiling and repo organization
- Participate!
- Misc