- CMake: >= 3.10
- Make: (Linux/macOS) or Visual Studio (Windows)
- SFML: 2.6.2
-
Clone the repository
git clone https://github.com/mihaid11/Emberguard.git
-
Navigate to the project folder
cd Emberguard -
Create a build directory
mkdir build cd build -
Configure the project with CMake
cmake ..
-
Build the project
cmake --build .Or alternatively
make
-
Run the executable
On Linux/macOS:
./Emberguard
On Windows:
cd Debug Emberguard.exe