Skip to content
Discussion options

You must be logged in to vote

Hi, @CedricOliverGross !
There are instructions in MacOS/Metal bringup, here they are:

# make sure to use x64 compiler, not the arm
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++

cmake -H. -Bbuild -DCMAKE_OSX_ARCHITECTURES=x86_64 -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo
# set target explicitly: dynamic version of physfs is not really needed, but causing troubles
cmake --build ./build --target Gothic2Notr

Also small note from me: sound is not yet working on MacOS, due to issues with openAL

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@Romubay
Comment options

@Try
Comment options

Try May 31, 2022
Maintainer

Answer selected by Try
Comment options

You must be logged in to vote
1 reply
@Try
Comment options

Try Nov 26, 2022
Maintainer

Comment options

You must be logged in to vote
1 reply
@Try
Comment options

Try Nov 26, 2022
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants