diff -r -u mpfrcpp-1.4.2/doc/.XML/installation.xml mpfrcpp/doc/.XML/installation.xml --- mpfrcpp-1.4.2/doc/.XML/installation.xml 2007-06-10 22:35:04.000000000 +0200 +++ mpfrcpp/doc/.XML/installation.xml 2009-04-13 02:31:19.000000000 +0200 @@ -10,12 +10,24 @@
GMP should be made with C++ features support.
-GMP and MPFR come with GNU Automake files and documentation on installation on GNU system. If you are using Microsoft Windows, you could try GMP and MPFR port for Microsoft Visual Studio 2005 by Brian Gladman.
- -To use MPFRCPP you need to place sources in the mpfrcpp and nacre subdirectories of some root directory of compiler include path (/usr/include/ or /usr/local/include/).
- -The only one file you need to embed in static library is mpfrcpp/initialization.cpp. However it is optional and you could drop it if you want to drop pre-defined MPFRCPP global objects.
+GMP and MPFR come with GNU Automake files and documentation on installation on GNU systems. +If you are using Microsoft Windows, you could try +GMP and MPFR port for Microsoft Visual Studio 2005 +by Brian Gladman.
+ +To install MPFRCPP proper, run make; make install in this directory.
+ +The installtion needs to copy the src/mpfrcpp and src/nacre directories +to some root directory of the compiler's include path +(/usr/include/ or /usr/local/include/). +You can control the location by setting the PREF variable in the makefile. +
+ +The only one file you need to embed in a static library is mpfrcpp/initialization.cpp. +However, it is optional, and you could drop it if you want to drop pre-defined MPFRCPP global objects. +See Interface.
+To uninstall, find the copy of the Makefile in $(PREF)/share/doc/mpfrcpp, and run uninstall.