[cgma-dev] r6065 - cgm/trunk
janehu at mcs.anl.gov
janehu at mcs.anl.gov
Wed Sep 11 12:32:50 CDT 2013
Author: janehu
Date: 2013-09-11 12:32:50 -0500 (Wed, 11 Sep 2013)
New Revision: 6065
Modified:
cgm/trunk/README.CGM
cgm/trunk/README.OCC
cgm/trunk/README.OpenCascade
Log:
Updated the README files for cgm13.1 release.
Modified: cgm/trunk/README.CGM
===================================================================
--- cgm/trunk/README.CGM 2013-09-10 17:19:12 UTC (rev 6064)
+++ cgm/trunk/README.CGM 2013-09-11 17:32:50 UTC (rev 6065)
@@ -91,4 +91,5 @@
=====================================
10.0 (4/05): Initial public CGM release
+12.2 (3/12): Release compatible to cubit12.2
Modified: cgm/trunk/README.OCC
===================================================================
--- cgm/trunk/README.OCC 2013-09-10 17:19:12 UTC (rev 6064)
+++ cgm/trunk/README.OCC 2013-09-11 17:32:50 UTC (rev 6065)
@@ -34,6 +34,7 @@
Here tcl and tk are in version 8.5.13, freetype is in version 2.4.10 and ftgl isin version 2.1.3.
Configures for tcl, tk and freetype are simple forms, give only --prefix directory.
+ftgl is not required for opencascade 6.6.0.
Configure for ftgl needs following:
./configure --enable-shared=yes --with-ft-prefix=dir for freetype --prefix= --with-gl-inc=dir for OpenGL include files --with-gl-lib=dir for OpenGL lib --with-glut-inc=dir for glut include files --with-glut-libraries=dir for glut lib
@@ -60,10 +61,11 @@
ACIS libraries are located and other options (run "./configure -h" for
a list of options).
3. Make the CGM libraries by typing "make".
-4. Install the CGM libraries by typing "make install" (this installs
+4. Test build using "make test".
+5. Install the CGM libraries by typing "make install" (this installs
the libraries to the location specified by the --prefix option to
configure, or to /usr/local by default).
-5. Test the installation using "make test".
+6. Test the installation using "make test".
=====================================
Documentation, Testing, Example Applications
@@ -90,4 +92,4 @@
Updates
=====================================
-This is the first version of the file
+This file is updated for cgm13.1 release.
Modified: cgm/trunk/README.OpenCascade
===================================================================
--- cgm/trunk/README.OpenCascade 2013-09-10 17:19:12 UTC (rev 6064)
+++ cgm/trunk/README.OpenCascade 2013-09-11 17:32:50 UTC (rev 6065)
@@ -1,17 +1,3 @@
- Build CGM on Opencascade 6.5
-
More information about the cgma-dev
mailing list