]> www.ginac.de Git - ginac.git/blob - INSTALL
750d5164c0a134a983143513b0b0fd2d407750aa
[ginac.git] / INSTALL
1 Installation:
2 =============
3
4 As with any autoconfiguring GNU software, installation is as easy as this:
5
6 sysprompt> ./configure
7 sysprompt> make
8 sysprompt> make check
9 sysprompt> make install
10
11 Known to work with:
12   - Linux/x86, EGCS-1.1.2 or GCC 2-95.
13
14 The "make" step takes about 10 minutes, on a 586 DX / 133 MHz / 64 MB or
15 about 2 minutes on a P-III /550 MHz / 512 MB.
16
17 More detailed installation instructions can be found in the documentation,
18 in the doc/ directory.
19
20
21 Problems with CLN:
22 ==================
23
24 You should use at least CLN V1.0.2, since all earlier ones are
25 somewhat buggy.  Even V1.0.1 has a few problems and GiNaC will not
26 support older versions.  Please install it properly on your system
27 before continuing with GiNaC.