diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -8,9 +8,14 @@ The Osirion Project - INSTALL Installation To build the Osirion Project from source code you will need - the SDL and OpenGL library and header files. + the following libraries and their header files: + + SDL version 1.2 or newer + OpenGL, version 1.1 or newer + OpenAL version 1.1 or newer I have succesfully compiled it on the following platforms: + linux-x86_64 gcc 4.1.2 linux-i686 gcc 4.1.2 mingw32 gcc 4.2.2 @@ -167,4 +172,3 @@ Updating cd data/ svn update cd .. - |