A for-fun business strategy game.
To build the source code, one needs to have these installed:
- CMake
and these libraries must exist and be locatable:
To build it, type in these commands inside the terminal:
$ mkdir build
$ cd build
$ cmake ..
$ make .
Make sure you're on the repo's root directory.
The executable "BusinessSim" should appear if the build processes succeeded.
No work in progress (at the moment).