How to run locally
Windows
- Create dir dependencies in project
- Unpack SDL2-devel-2.28.1 to folder dependencies
- Unpack zlib-1.2.13 to folder dependencies
- Build
Linux
- sudo apt-get libsdl2-dev
- cmake CMakeLists
MacOS
- Install Xcode command-line tools
sudo xcode-select --install
- Go to a folder inside a project where
CMakeLists.txt
is located - Run
cmake -G Xcode .
- Upon successful build, open
.xcodeproj
file in Xcode - Select macOS target
- Build & run!
Install game
Copy ArcanumProject to folder game