diff options
author | Ian C <ianc@noddybox.co.uk> | 2011-01-06 15:48:58 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2011-01-06 15:48:58 +0000 |
commit | 7523d7b685d835aab01f0253ba9530de7b5446d4 (patch) | |
tree | ff14abcc5cc2b73639009a97b9e08e3cc5502cba /driver | |
parent | 221f8b42adeb776e10944a5ed3835b8f00434985 (diff) |
Development checkin
Diffstat (limited to 'driver')
-rw-r--r-- | driver/BUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/driver/BUILD b/driver/BUILD index ae16a7a..84b11e6 100644 --- a/driver/BUILD +++ b/driver/BUILD @@ -1,7 +1,9 @@ -The following display drivers are available: +Following are the build instructions for each individual driver. -SDL-GL [NOT YET AVAILABLE] +============================================================================ + +SDL-GL [NOT YET COMPLETE] Displays using OpenGL and SDL. Require the following: @@ -12,7 +14,7 @@ SDL-GL [NOT YET AVAILABLE] To make: $ cd sdl-gl - $ make depend + $ ./configure $ make - This generates sdl-gl.so + This generates a sharable object for sdl-gl. |