You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are the tutorials for using FIFEngine with C++! The instructions below will guide you through downloading and setting up FIFEngine as well as the FIFE C++ tutorials.
Windows Install
We need someone to write this section!
#Linux Install
Download the latest FIFE source code (FIFE master branch). Be sure to have all the build dependencies installed.
Type: sudo scons install-dev. Once that is complete you should have a good copy of the fife library in /usr/local/lib
Clone this repository. git clone https://github.com/fifengine/cpp-tutorials.git
cd cpp-tutorials/src/tutorial_1
cmake .
make
Assuming that all went well go ahead and run the tutorial: ./Tutorial1