Recent Changes - Search:

Documentation

Help

Tutorials

RoadMap

Help Docs for wiki writers:

PmWiki

edit SideBar

BasicLinuxSetup

The Main thing is getting all the support libraries that you will need. First create a SDLProjects folder on you home directory (more advance user can put the folder any where they want) Next in side that folder create a folder called SDL Then Create three folders inside that called lib, include,dll,and miscsource. You should now have a folder structure like this.

SDLProjects 
   SDL
     lib
     include
     dll
     miscsource

Now we are going to put all the sdl libraries in the lib folder and all the header files in the include folder. Depending on which version of the Epee Engine you are using will determine what libraries you need go here to find out what libs you need. Finally Download the libraries and place the libraries (.a ) into the lib folder, all the header(.h) files into the include folder, and all the dynamic link libraries (.so) into the dll folder.

Put EpeeEngine.cpp and EpeeEngine.h into the miscsource. TinyXML
put the following files in the miscsource
tinystr.h
tinyxml.h
tinystr.cpp
tinyxml.cpp
tinyxmlerror.cpp
tinyxmlparser.cpp
if there is a tinyxml.a put it in the lib folder

You are now ready to follow the instructions for adding these libs into your compiler

Edit - History - Print - Recent Changes - Search
Page last modified on March 13, 2008, at 03:30 PM