Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
prock edited this page Jun 9, 2016 · 2 revisions

Introduction

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

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.