-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
Hi Folx.
I managed to compile s25client native for Apple Silicon.
You need homebrew installed with the specific dependencies. And than compile it this way:
mkdir build && cd build
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_OSX_ARCHITECTURES=arm64 \
-DCMAKE_PREFIX_PATH="/opt/homebrew" \
-DENABLE_TESTS=OFF \
-DCMAKE_CXX_FLAGS="-std=c++17 \
-Wno-error=missing-noreturn \
-Wno-error=deprecated-copy \
-Wno-error=unused-parameter \
-Wno-error=undef \
-Wno-error=cast-qual" ..
make -j$(sysctl -n hw.ncpu)
That´s it.
You can get Nightly Builds now here:
https://www.slsoft.de/s25client/
anon569
Metadata
Metadata
Assignees
Labels
No labels