How install and play on Mac OS for non IT specialist? #431
Replies: 3 comments 16 replies
-
Hi, @oleshkoigor ! We slowly working towards making project more user friendly, but not quite there yet :) AFAIR, cmake on mac can be installed by simply typing
In principle anywhere, you just need to specify this path later, when launching. In my case command line is:
They assume that GOG instalation path is at: |
Beta Was this translation helpful? Give feedback.
-
I copied all this and everything seems to be installed successfully brew install glslang what should I do next? How to install the game? how to run it then? |
Beta Was this translation helpful? Give feedback.
-
all I have |
Beta Was this translation helpful? Give feedback.
-
Please write how to install everything? :) I'm not an IT specialist and I don't understand what to do. I feel like this guide is missing.
I copy paste this in terminal:
brew install glslang
git clone --recurse-submodules https://github.com/Try/OpenGothic.git
cd OpenGothic
cmake -H. -Bbuild -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo
cmake --build ./build --target Gothic2Notr
# locate the executables at OpenGothic/build/opengothic
Terminal installed something and then wrote:
zsh: command not found: cmake
zsh: command not found: cmake
zsh: command not found: #
Something went wrong apparently. And I can't figure out where to copy the game itself from GOG? Do I need to unpack the game or copy the GOG installation file to some specific folder? Where do I need to copy the original game?
app from Mac Source Ports do not work :)
Maybe somewhere there is a step-by-step instruction and I just do not see it? If there is, can you provide a link? Please help me figure it out? 🙏
Beta Was this translation helpful? Give feedback.
All reactions