mirror of https://github.com/CGAL/cgal
small changes as suggested by Joachim
This commit is contained in:
parent
5f94b287f4
commit
cf8b0124d0
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue