File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414 Change to the top directory of the FLTK source (the one containing ` configure ` ) and build FLTK using the command line:
1515
16- MIN_MAC_VERSION=13.0
16+ MIN_MAC_VERSION=10.15
1717 NUM_CORES=$(sysctl -n hw.perflevel0.physicalcpu 2>/dev/null || sysctl -n hw.physicalcpu)
1818 ./configure CFLAGS="-mmacosx-version-min=$MIN_MAC_VERSION" CXXFLAGS="-mmacosx-version-min=$MIN_MAC_VERSION" LDFLAGS="-mmacosx-version-min=$MIN_MAC_VERSION" --enable-localzlib
1919 make -j$NUM_CORES
@@ -28,7 +28,7 @@ Adapt the paths to your FLTK builds in `CMakeLists.txt` and build the applicatio
2828 mkdir -p build && cd build
2929 NUM_CORES=$(sysctl -n hw.perflevel0.physicalcpu 2>/dev/null || sysctl -n hw.physicalcpu)
3030 rm -rf *
31- cmake -DFLTKDIR="/Users/sf/Documents/Builds/FLTK/fltk-1.4.3" -DMACOS_VERSION=13.0 ..
31+ cmake -DFLTKDIR="/Users/sf/Documents/Builds/FLTK/fltk-1.4.3" -DMACOS_VERSION=$MIN_MAC_VERSION ..
3232 cmake --build . -- -j$NUM_CORES
3333
3434
You can’t perform that action at this time.
0 commit comments