Uh oh!
There was an error while loading. Please reload this page.
Update macOS build instructions - #248
Conversation
LennyMcLennington
commented
Jan 8, 2024
@RalphORama Hi, thank you for this update to the documentation, it looks good generally, but why do you set CPPFLAGS for preprocessor flags for an include directory that isn't required to build PolyMC? I don't even think CMake respects the CPPFLAGS environment variable, what is it used for? What happens if you don't specify it? |
RalphORama
commented
Jan 9, 2024
I added that step because the current docs specify installing |
The build instructions for macOS are fairly out of date. This PR updates build docs in the following ways:
#comments which break the newline escaping of thecmakecommand. I have moved these comments to bullet points above thecmakecommand.openjdk@17with homebrew, binaries and includes are not added to the environment by default. Instead of adding symlinks we can just use these twoexportcommands for the build step.cmakeflags-DCMAKE_OSX_DEPLOYMENT_TARGET=10.14which will not compile becausestd::filesystem::pathwas introduced in 10.15-Sand-Bflags-j4to themake installstep.-j4means.