Dependencies:
- CMake (3.25 or greater)
- conan (2.11.0 or greater)
- C++ 23
- SDL2
- SDL2 mixer
- SDL2 image
- SDL2 ttf
- SDL2 gfx
- sqlite3
- TinyXML2
- curl
Cloning the code:
git clone [email protected]:Ponup/thiefcatcher.git
git submodule update --init
cmake -G "Visual Studio 17 2022" .
pushd Core && conan install . && popd
cmake .
make
If you want to build with debug symbols use:
cmake -DCMAKE_BUILD_TYPE=debug .
cd Core
bin/ThiefCatcher