]> www.ginac.de Git - ginac.git/blobdiff - INSTALL
Hide failure due to term reordering.
[ginac.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 31a8f4d91581a560a234e99139bad2023fa452df..2c60d2d365ba3388da73539f7eac2a6e197adf31 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -10,6 +10,10 @@ different or older compiler you are on your own. Note that you may have to
 use the same compiler you compiled CLN with because of differing
 name-mangling schemes.
 
+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.
+
 Known to work with:
  - Linux on x86, Alpha and Sparc using GCC 3.x and 4.0.
 
@@ -100,12 +104,13 @@ install CLN properly on your system before continuing with GiNaC.
 Problems building ginsh
 -----------------------
 
-The most common reason why this doesn't succeed is the absence of
+The most common reason why this doesn't succeed is the absence of GNU
 libreadline and/or the corresponding header files. Depending on what your
 system/distribution is, you will have to install a package called
 libreadline and maybe libreadline-dev. If your system's vendor doesn't
 supply such packages, go to <ftp://ftp.gnu.org/gnu/readline/> and compile
-it yourself.
+it yourself. Note that non-GNU versions of libreadline (in particular
+one shipped with Mac OS X) are not supported at the moment.
 
 Problems with missing standard header files
 -------------------------------------------