Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22978
Modified Files:
ChangeLog README
Log Message:
Added documentation for --disable-gtkplug configure option.
Index: README
===================================================================
RCS file: /cvsroot/openvrml/openvrml/README,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -d -r1.66 -r1.67
*** README 1 Oct 2006 05:46:54 -0000 1.66
--- README 2 Oct 2006 22:12:22 -0000 1.67
***************
*** 183,189 ****
OpenGL/Mesa.
--disable-mozilla-plugin
Do not build the Mozilla plug-in. The Mozilla plug-in depends on
! GTK+ and, of course, Mozilla.
--disable-examples
--- 183,196 ----
OpenGL/Mesa.
+ --disable-gtkplug
+ Do not build the GtkPlug application. This is an out-of-process
+ component that provides a VRML/X3D browser that can be used in a
+ GTK+ application. This depends on GTK+. It also requires that the
+ GL renderer be built.
+
--disable-mozilla-plugin
Do not build the Mozilla plug-in. The Mozilla plug-in depends on
! GTK+ and, of course, Mozilla. It also requires that the GtkPlug
! application be built.
--disable-examples
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1338
retrieving revision 1.1339
diff -C2 -d -r1.1338 -r1.1339
*** ChangeLog 2 Oct 2006 03:44:08 -0000 1.1338
--- ChangeLog 2 Oct 2006 22:12:22 -0000 1.1339
***************
*** 1,2 ****
--- 1,7 ----
+ 2006-10-02 Braden McDaniel <br...@en...>
+
+ * README: Added documentation for --disable-gtkplug configure
+ option.
+
2006-10-01 Braden McDaniel <br...@en...>
|