DeejStar / q-gears

Q-Gears is an RPG engine for games like Squaresoft's Final Fantasy 7, Final Fantasy IX or Xenogears. It is designed to be cross-platfrom and run on modern operating systems such as Win32 and Linux.

Home Page:http://sourceforge.net/projects/q-gears

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux
-----
CMake should find your boost and ogre files automagically

Windows
-------
for CMake to find BOOST and OGRE SDK you should have 2 environment variables
BOOST_ROOT pointing to the folder of your boost version
and
OGRE_HOME set to the path of the Ogre SDK
after setting environment variables you might have to restart the applications depending on them
to have them recognize the newly set variables

Requirements
------------
OgreSDK 1.8
 - Ogre::Singleton was changed from 1.7 to 1.8 so we're incompatible with 1.7

Boost 1.40
 - should be what ever the Ogre SDK needs, they did build agains 1.51 but cmake script
   suggessts that ogre is compatible with boost 1.40 and up


mostly you can follow instructions here http://www.ogre3d.org/tikiwiki/tiki-index.php?page=Prerequisites

About

Q-Gears is an RPG engine for games like Squaresoft's Final Fantasy 7, Final Fantasy IX or Xenogears. It is designed to be cross-platfrom and run on modern operating systems such as Win32 and Linux.

http://sourceforge.net/projects/q-gears

License:GNU General Public License v2.0


Languages

Language:Assembly 96.1%Language:C++ 3.3%Language:Lua 0.4%Language:C 0.2%Language:TeX 0.0%Language:BlitzBasic 0.0%Language:OpenEdge ABL 0.0%Language:Objective-C 0.0%Language:Shell 0.0%