diff options
Diffstat (limited to 'driver/BUILD')
-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. |