]> www.ginac.de Git - ginac.git/blobdiff - INSTALL.CMake
Bug fix in the routine H_evalf (a minus sign should not be forgotten).
[ginac.git] / INSTALL.CMake
index 1ea525f63ec762c50606870c21c4f6873cfe4ecc..c36c18fc9c85dc22d91fe2b87cedbb688ae60bde 100644 (file)
@@ -1,18 +1,18 @@
 PREREQUISITES
 =============
 
 PREREQUISITES
 =============
 
-1. A decent ANSI-compliant C++ compiler. GCC (version >= 4.4) is recommended.
-2. CLN library (http://www.ginac.de/CLN), version >= 1.2.2
+1. A decent ISO C++-11 compiler. GCC (version >= 4.9) is recommended.
+2. CLN library (https://www.ginac.de/CLN), version >= 1.2.2
 3. CMake, version >= 2.8 (version 2.6.x might work too).
 3. CMake, version >= 2.8 (version 2.6.x might work too).
-4. Python, version >= 2.6
+4. Python 3
 5. (optional) pkg-config utility (http://pkg-config.freedesktop.org)
 6. (optional) bison (>= 2.3), flex (2.5.33), GNU readline (>= 4.3). These
    are necessary to build ginsh, the GiNaC interactive shell, and can be
    skipped if you don't intend to use ginsh (i.e. you need the GiNaC library
    for compiling another piece of a software).
 7. (optional) To build the GiNaC tutorial and reference manual the doxygen
 5. (optional) pkg-config utility (http://pkg-config.freedesktop.org)
 6. (optional) bison (>= 2.3), flex (2.5.33), GNU readline (>= 4.3). These
    are necessary to build ginsh, the GiNaC interactive shell, and can be
    skipped if you don't intend to use ginsh (i.e. you need the GiNaC library
    for compiling another piece of a software).
 7. (optional) To build the GiNaC tutorial and reference manual the doxygen
-   utility (it can be downloaded from http://www.stack.nl/~dimitri/doxygen)
-   and TeX are necessary.
+   utility (it can be downloaded from https://www.doxygen.nl/) and TeX are
+   necessary.
 
 INSTALLATION
 ============
 
 INSTALLATION
 ============
@@ -22,7 +22,7 @@ To install from a source distribution:
 
 1) Unpack the tarball
 
 
 1) Unpack the tarball
 
- $ tar xaf GiNaC-x.y.z.tar.bz2
+ $ tar xaf ginac-x.y.z.tar.bz2
 
 2) Create a build directory
 
 
 2) Create a build directory
 
@@ -31,7 +31,7 @@ To install from a source distribution:
 3) Run CMake to generate Makefile's
 
  $ cd ginac_build
 3) Run CMake to generate Makefile's
 
  $ cd ginac_build
- $ cmake ../GiNaC-x.y.z
+ $ cmake ../ginac-x.y.z
 
 4) Actually build GiNaC
 
 
 4) Actually build GiNaC