summaryrefslogtreecommitdiff
path: root/driver/BUILD
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2011-01-05 13:26:58 +0000
committerIan C <ianc@noddybox.co.uk>2011-01-05 13:26:58 +0000
commit221f8b42adeb776e10944a5ed3835b8f00434985 (patch)
tree6a98f756934565549d505fb65c9d31f0bc5b89f3 /driver/BUILD
parent695a0d97c22e37fff8f742c03423eb93981e0f99 (diff)
Added some structure to allow pluggable display drivers.
Diffstat (limited to 'driver/BUILD')
-rw-r--r--driver/BUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/driver/BUILD b/driver/BUILD
new file mode 100644
index 0000000..ae16a7a
--- /dev/null
+++ b/driver/BUILD
@@ -0,0 +1,18 @@
+
+The following display drivers are available:
+
+SDL-GL [NOT YET AVAILABLE]
+
+ Displays using OpenGL and SDL. Require the following:
+
+ * SDL 1.2
+ * SDL Image
+ * OpenGL
+
+ To make:
+
+ $ cd sdl-gl
+ $ make depend
+ $ make
+
+ This generates sdl-gl.so