From: Tim R. <ti...@us...> - 2004-09-11 09:10:50
|
Update of /cvsroot/csdopenglnet/csdOpenGL In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23197 Modified Files: INSTALL Log Message: some very small documentation Index: INSTALL =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/INSTALL,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** INSTALL 12 Jul 2004 17:14:16 -0000 1.1.1.1 --- INSTALL 11 Sep 2004 09:10:42 -0000 1.2 *************** *** 5,12 **** - .NET-Framework - just tested with Mono including libgdiplus - - - DoxyGen ! - Gtk# ( for embedding OpenGL into Widgets; currently not working ) --- 5,10 ---- - .NET-Framework - just tested with Mono including libgdiplus ! - Gtk# ( for embedding OpenGL into Widgets ) *************** *** 14,17 **** * Install * *********** ! #> make ! #> make install \ No newline at end of file --- 12,21 ---- * Install * *********** ! #> make <<OPTS>> ! #> make install ! ! There are a few flags (0=off, 1=on) to control the compile process. ! ! MONO: builds a mono specific platform library called csDragons.OpenGL.Mono.dll ! WINDOWS: builds a winodws specific platform library called csDragons.OpenGL.Windows.dll ! GTK: builds Gtk# Widgets if available \ No newline at end of file |