Menu

Tree [aa0e21] default tip /
 History

Read Only access


File Date Author Commit
 PlugIns 2013-10-02 zerotacg zerotacg [2a1323] use CMakeList example from ogre
 QGearsMain 2014-05-02 zerotacg zerotacg [aa0e21] corrected some indention
 SupportedGames 2013-10-27 zerotacg zerotacg [1ffb23] some code cleanup
 Tests 2014-05-02 zerotacg zerotacg [aa0e21] corrected some indention
 debian 2014-04-29 sithlord48 sithlord48 [dcf68d] Updated Packaging Now working!
 dependencies 2013-10-06 zerotacg zerotacg [54881f] some minor formating cleanup
 documents 2013-08-20 zerotacg zerotacg [aa013a] added missing include files, temporary solution...
 media 2013-08-20 zerotacg zerotacg [aa013a] added missing include files, temporary solution...
 misc 2013-11-03 zerotacg zerotacg [5328c2] some code cleanup
 output 2013-10-23 zerotacg zerotacg [34b542] comment development settings in data
 reversing 2013-08-20 zerotacg zerotacg [aa013a] added missing include files, temporary solution...
 src_old 2013-08-20 zerotacg zerotacg [aa013a] added missing include files, temporary solution...
 utilities 2013-10-27 zerotacg zerotacg [1ffb23] some code cleanup
 .hgignore 2013-10-02 zerotacg zerotacg [2a1323] use CMakeList example from ogre
 CMakeLists.txt 2014-04-29 zerotacg zerotacg [9e460f] Merge
 COPYING.txt 2014-04-29 sithlord48 sithlord48 [dcf68d] Updated Packaging Now working!
 q-gears.desktop 2014-04-29 sithlord48 sithlord48 [dcf68d] Updated Packaging Now working!
 q-gears.png 2014-04-25 sithlord48 sithlord48 [578227] Added debian folder for creation of debian pack...
 qgears.workspace 2013-09-02 zerotacg zerotacg [12df05] finished simple loading Background2D from FLeve...
 readme.txt 2013-10-04 zerotacg zerotacg [300c59] some more details on boost requirements

Read Me

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