Help Docs for wiki writers: |
Setup /
BasicLinuxSetupThe Main thing is getting all the support libraries that you will need.
First create a
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 You are now ready to follow the instructions for adding these libs into your compiler |