From cf8b0124d0d2568f68eb9382e18ca6abce04c5dd Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 12 Dec 2008 15:00:13 +0000 Subject: [PATCH] small changes as suggested by Joachim --- Installation/README | 8 +------- Installation/doc_tex/Installation/installation.tex | 7 +++---- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/Installation/README b/Installation/README index 45b3e1b92fd..2fefe808e38 100644 --- a/Installation/README +++ b/Installation/README @@ -25,17 +25,11 @@ This distribution of CGAL includes: include/CGAL - the include files for the CGAL library (and other small external libraries as well, see the LICENSE file) INSTALL - file containing information about the installation - process on Unix-like platforms - INSTALL.MacOSX - file containine information about the installation - process on the MacOSX platform - INSTALL.win32 - file containing information about the installation - process on the Windows platform + process LICENSE - A file describing the license of CGAL LICENSE.FREE_USE - A file containing the free use license (see LICENSE file) LICENSE.LGPL - A file containing the LGPL v2.1 license LICENSE.QPL - A file containing the QPL v1.0 license - make/ - directory containing CGAL include makefiles, which - are generated during installation README - this file scripts/ - directory containing some useful scripts for CGAL programmers diff --git a/Installation/doc_tex/Installation/installation.tex b/Installation/doc_tex/Installation/installation.tex index c0c5199c3f3..20a6cc73516 100644 --- a/Installation/doc_tex/Installation/installation.tex +++ b/Installation/doc_tex/Installation/installation.tex @@ -136,7 +136,7 @@ installer from \path'http://www.boostpro.com/products/free'. Since \texttt{Boost.Thread} is required, make sure to either install the precompiled {\em static} binaries for your compiler or to build \texttt{libboost-thread}. -Some demos depend on \texttt{Boost.ProgramOptions}. +Some demos depend on \texttt{Boost.Program\_options}. \subsection{Exact Arithmetic} @@ -145,7 +145,7 @@ to be fast and reliable. \cgal\ offers support for \gmp+\mpfr\ and \leda\ exact number types, as well as a built-in exact number type used when none of the other two is installed on your system. -Having \gmp\ version 4.1.4 or later and \mpfr\ version 2.0.1 or later +Having \gmp\ version 4.1.4 or later and \mpfr\ version 2.2.1 or later installed is highly recommended. These libraries can be obtained from \gmppage\ and \mpfrpage, respectively, if they should not be present on your system. As Visual \CC\ is not properly support by the \gmp\ and @@ -196,7 +196,7 @@ have to unpack it. Under a Unix-like shell, use the command \end{verbatim} -When you are on Windows you may download and run the \texttt{CGAL-3.4-Installer.exe}. It is a +When you are on Windows you may download and run the \texttt{CGAL-3.4-Setup.exe}. It is a self extracting executable that installs the \cgal\ source and header files, and that allows you to select and download some precompiled third party libraries. @@ -217,7 +217,6 @@ contains the following subdirectories:\index{directories!structure} \texttt{doc\_pdf} & documentation (PDF)\\\hline \texttt{examples} & example programs\\\hline \texttt{include} & header files\\\hline - \texttt{lib} & (shared) object libraries\\\hline \texttt{scripts} & some useful scripts (e.g. for creating CMakeLists.txt files)\\\hline \texttt{src} & source files\\\hline \end{tabular}