-
Notifications
You must be signed in to change notification settings - Fork 6
Home
prock edited this page Jun 9, 2016
·
2 revisions
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.
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_1cmake .make- Assuming that all went well go ahead and run the tutorial:
./Tutorial1