From: Braden M. <br...@us...> - 2006-10-25 19:42:00
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28272 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog README Log Message: Marked --enable-script-node-java configure option as unsupported. Index: README =================================================================== RCS file: /cvsroot/openvrml/openvrml/README,v retrieving revision 1.65.2.4 retrieving revision 1.65.2.5 diff -C2 -d -r1.65.2.4 -r1.65.2.5 *** README 25 Oct 2006 19:24:25 -0000 1.65.2.4 --- README 25 Oct 2006 19:41:36 -0000 1.65.2.5 *************** *** 178,184 **** information on using these variables. ! NOTE: The code supporting Script node Java is not 64-bit-clean in ! this release of OpenVRML. Users of 64-bit platforms will not be ! able to use this option. --disable-gl-renderer --- 178,184 ---- information on using these variables. ! NOTE: This option is not supported in this release of OpenVRML. ! (Don't even bother trying; the code simply does not build.) Java ! scripting support will reappear in a future release of OpenVRML. --disable-gl-renderer *************** *** 260,269 **** the example programs in the "examples" subdirectory. ! If OpenVRML is configured to be installed to the same prefix as ! Mozilla is installed on the system, "make install" will install the ! Mozilla plug-in to the browser's plug-in directory. This should be ! sufficient to enable support for the "model/vrml" media type in the ! browser. Entering "about:plugins" in the URL entry bar of a Mozilla- ! based browser will show a listing of successfully installed plug-ins. It is possible, for testing or other convenience, to run the --- 260,270 ---- the example programs in the "examples" subdirectory. ! If OpenVRML is configured to be installed to the same prefix as a ! Mozilla-based browser is installed on the system, "make install" will ! install the Mozilla plug-in to the browser's plug-in directory. This ! should be sufficient to enable support for the "model/vrml" media type ! in the browser. Entering "about:plugins" in the URL entry bar of a ! Mozilla-based browser will show a listing of successfully installed ! plug-ins. It is possible, for testing or other convenience, to run the Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.40 retrieving revision 1.1310.2.41 diff -C2 -d -r1.1310.2.40 -r1.1310.2.41 *** ChangeLog 25 Oct 2006 19:24:24 -0000 1.1310.2.40 --- ChangeLog 25 Oct 2006 19:41:36 -0000 1.1310.2.41 *************** *** 1,4 **** --- 1,9 ---- 2006-10-25 Braden McDaniel <br...@en...> + * README: Marked --enable-script-node-java configure option as + unsupported. + + 2006-10-25 Braden McDaniel <br...@en...> + * README: Updated package directory layout to reflect update to Visual C++ 8.0 project files. |