- compiler that supports C++ 20
- git
- cmake
-
Download SFML 2.5.1 for MSVC and unzip in directory C:\libraries\sfml
-
Download Boost 1.71 and unzip in directory C:\libraries\boost
-
Add path to SFML binaries directory to PATH and restart computer
-
Get repository:
git clone https://github.com/walter-strazak/chimarrao-platformer.git
-
Inside chimarrao directory initialize third-party libraries:
git submodule update --init --recursive
-
To run tests use CMAKE flag:
-Dgtest_force_shared_crt=ON
-
Install SFML:
sudo apt install libsfml-dev
-
Install boost:
sudo apt install libboost-all-dev
-
Get repository:
git clone https://github.com/walter-strazak/chimarrao-platformer.git
-
Inside chimarrao directory initialize third-party libraries:
git submodule update --init --recursive