X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=INSTALL.CMake;h=c36c18fc9c85dc22d91fe2b87cedbb688ae60bde;hp=d4dedb5a22b7af1a68d3e9c409d0e0ff5d9a25d9;hb=dcb735feae4c3a6962a7824e03b0ce4496e3ffe7;hpb=452e51c8a3b84c368ae3ba2e60dacbc1985e7b5c diff --git a/INSTALL.CMake b/INSTALL.CMake index d4dedb5a..c36c18fc 100644 --- a/INSTALL.CMake +++ b/INSTALL.CMake @@ -2,7 +2,7 @@ PREREQUISITES ============= 1. A decent ISO C++-11 compiler. GCC (version >= 4.9) is recommended. -2. CLN library (http://www.ginac.de/CLN), version >= 1.2.2 +2. CLN library (https://www.ginac.de/CLN), version >= 1.2.2 3. CMake, version >= 2.8 (version 2.6.x might work too). 4. Python 3 5. (optional) pkg-config utility (http://pkg-config.freedesktop.org) @@ -11,8 +11,8 @@ PREREQUISITES 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 ============