/BaagChaal-SFML

Primary LanguageC++GNU General Public License v3.0GPL-3.0

BaghChal-SFML

Building Instructions

The project was done using Linux filesystem, for the ease of building, use a linux machine.

Dependencies: SFML 2.5.1

Installing SFML using command line on Debian Family

sudo apt-get install libsfml-dev

Using Cmake from commandline

From our base project directory, type in the following commands:

$ cmake CMakeLists.txt -B BaagChaal-SFML
$ cd BaagChaal-SFML/
$ make
$ ./Baagchaal

Using CLion IDE from JetBrains

Open this folder from CLion IDE and click on play button on the top bar of CLion IDE and the IDE does the work itself.