comparison dwtsnippets/opengl/Readme.txt @ 77:b946209b32b3

Update OpenGL snippet Readme.txt
author John Reimer <terminal.node@gmail.com>
date Mon, 10 Mar 2008 21:18:49 -0700
parents 5ff064c302aa
children
comparison
equal deleted inserted replaced
38:3dc632b3f71b 77:b946209b32b3
1 opengl_test.d -- based on snippet195.java 1 dopengl_test.d -- based on snippet195.java
2 2
3 Build dependencies: 3 Build dependencies:
4 4
5 * DerelictGL and DerelictGLU -- Install both of these with dsss OR have the derelict source in your include path using the "-I" command line flag. You may also have to add DerelictUtil to your include path. 5 * DerelictGL and DerelictGLU -- Install both of these with dsss OR have the derelict source in your include path using the "-I" command line flag. You may also have to add DerelictUtil to your include path.
6 6
9 9
10 * Make sure that dwt library is either built and installed with dsss or that you have dwt source in your include path using the "-I" command line flag. 10 * Make sure that dwt library is either built and installed with dsss or that you have dwt source in your include path using the "-I" command line flag.
11 11
12 ------------------------------------ 12 ------------------------------------
13 13
14 If you have installed all required libraries with dsss, then you should be able to just do a "dsss build snippets\opengl_test1.d" 14 If you have installed all required libraries with dsss, then you should be able to just do a "dsss build dwtsnippets\opengl\Snippet195.d"
15 15
16 16
17 17