]> www.ginac.de Git - ginac.git/blobdiff - INSTALL
- final tweaks to spec file
[ginac.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 05275655cd99ffea5ce7f7094f64a08183d8dbea..656fd7ef89d1ba62bef154f3ce15f734d432986d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -44,17 +44,19 @@ also depending on optimization.  To give you a rough idea of what you
 have to expect the following table may be helpful.  It was measured on
 a P-III/500MHz with "enough" memory:
 
-step:         | value of $CXXFLAGS:   | comment:
-              | -O0   | -O1   | -O2   |
---------------+-------+-------+-------+-------------------------------
-make          | ~4m   | ~6m   | ~10m  | building shared and static lib
-make check    | ~2m   | ~2m   | ~7m   | mostly due to compilation
+step:         | GCC optimization level:  | comment:
+              |  -O0   |  -O1   |  -O2   |
+--------------+--------+--------+--------+-------------------------------
+make          |  ~4m   |  ~6m   |  ~10m  | building shared and static lib
+make check    |  ~2m   |  ~2m   |  ~7m   | mostly due to compilation
 
 
 Problems with CLN
 =================
 
-You should use at least CLN V1.0.2, since all earlier ones are
-somewhat buggy.  Even V1.0.1 has a few problems and GiNaC will not
-support older versions.  Please install it properly on your system
-before continuing with GiNaC.
+You should use at least CLN V1.0.3, since during the development of
+GiNaC various bugs have been discovered and fixed in earlier versions.
+To protect you, the "configure" script checks for a feature that was
+added in V1.0.3 so it won't continue with earlier versions anyhow.
+Please install CLN properly on your system before continuing with
+GiNaC.