# HG changeset patch # User Frank Benoit # Date 1204590546 -3600 # Node ID 5ff064c302aa51ae2960e91d8b22ed681a3c7fdd # Parent 2e9b106ed4b1281c545bc39853024940e94f220c Move the opengl readme to dwtsnippets folder also. diff -r 2e9b106ed4b1 -r 5ff064c302aa dwtsnippets/opengl/Readme.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dwtsnippets/opengl/Readme.txt Tue Mar 04 01:29:06 2008 +0100 @@ -0,0 +1,17 @@ +opengl_test.d -- based on snippet195.java + +Build dependencies: + +* 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. + +* Import libraries provided via dwt-win projects wiki (www.dsource.org/project/dwt-win): +These will include glu32.lib and opengl32.lib (win32 version). Place these in your library path, ie usually in \dmd\lib + +* 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. + +------------------------------------ + +If you have installed all required libraries with dsss, then you should be able to just do a "dsss build snippets\opengl_test1.d" + + + diff -r 2e9b106ed4b1 -r 5ff064c302aa snippets/Readme.txt --- a/snippets/Readme.txt Tue Mar 04 01:25:40 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -opengl_test.d -- based on snippet195.java - -Build dependencies: - -* 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. - -* Import libraries provided via dwt-win projects wiki (www.dsource.org/project/dwt-win): -These will include glu32.lib and opengl32.lib (win32 version). Place these in your library path, ie usually in \dmd\lib - -* 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. - ------------------------------------- - -If you have installed all required libraries with dsss, then you should be able to just do a "dsss build snippets\opengl_test1.d" - - -