]> www.ginac.de Git - ginac.git/blobdiff - INSTALL
Remove dependence on depreacted std::auto_ptr<T>.
[ginac.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index d36c8e9d5c8f20f25babd151d67973ae413b2565..4d0cf1353b9b5eaa5a17bcf3387906337ba58ae5 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -11,7 +11,8 @@ use the same compiler you compiled CLN with because of differing
 name-mangling schemes.
 
 The pkg-config utility is required for configuration, it can be downloaded
-from <http://pkg-config.freedesktop.org/>.
+from <http://pkg-config.freedesktop.org/>. Also Python version >= 2.6 is
+required.
 
 To build the GiNaC tutorial and reference manual the doxygen utility
 (it can be downloaded from http://www.stack.nl/~dimitri/doxygen) and
@@ -19,7 +20,7 @@ TeX are necessary.
 
 Known to work with:
  - Linux on x86 and x86_64 using 
-   - GCC 3.4, 4.0, 4.1, 4.2, 4.3.x (x >= 1), 4.4, 4.5, and 4.6
+   - GCC 3.4, 4.0, 4.1, 4.2, 4.3.x (x >= 1), 4.4, 4.5, 4.6, and 4.9
    - Clang 2.8
  - Windows on x86 using GCC 3.4 (MinGW)