diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +Basic Installation +================== + +To build the source you will need the SDL and OpenGL library and header files. + +./configure +make +src/client/osirion + |