summaryrefslogtreecommitdiff
path: root/driver/BUILD
blob: 84b11e6fbacf103ee459c806c38cb695cc4fc1fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

Following are the build instructions for each individual driver.

============================================================================

SDL-GL	[NOT YET COMPLETE]

    Displays using OpenGL and SDL.  Require the following:

	* SDL 1.2
	* SDL Image
	* OpenGL

    To make:

    	$ cd sdl-gl
	$ ./configure
	$ make

    This generates a sharable object for sdl-gl.