diff --git a/Documentation/doc/Documentation/Installation.txt b/Documentation/doc/Documentation/Installation.txt index 411478afba4..b29173b7279 100644 --- a/Documentation/doc/Documentation/Installation.txt +++ b/Documentation/doc/Documentation/Installation.txt @@ -66,10 +66,10 @@ For instance, use macports in the following way: sudo port install cgal -or if Qt4 are desired +or if Qt5 are desired
-sudo port install cgal +qt4 +universal +demos +sudo port install cgal +qt5 +universal +demosThe setup is similar for homebrew . @@ -298,7 +298,6 @@ We next list the libraries and essential 3rd party software | `CGAL_Core` | `WITH_CGAL_Core` | The CORE library for algebraic numbers.\cgalFootnote{CGAL_Core is not part of \cgal, but a custom version of the \sc{Core} library distributed by \cgal for the user convenience and it has it's own license.} | \sc{Gmp} and \sc{Mpfr} | | `CGAL_ImageIO` | `WITH_CGAL_ImageIO` | Utilities to read and write image files | \sc{OpenGL}, \sc{zlib}, \sc{Vtk}(optional) | | `CGAL_Qt3` | `WITH_CGAL_Qt3` | `CGAL::Qt_widget` used by \sc{Qt}3-based demos | \sc{Qt}3 and \sc{OpenGL} | -| `CGAL_Qt4` | `WITH_CGAL_Qt4` | `QGraphicsView` support for \sc{Qt}4-based demos | \sc{Qt}4 and \sc{OpenGL} | | `CGAL_Qt5` | `WITH_CGAL_Qt5` | `QGraphicsView` support for \sc{Qt}5-based demos | \sc{Qt}5 and \sc{OpenGL} | \subsection installation_debug Debug vs. Release @@ -333,7 +332,7 @@ see \ref sec3partysoftwareconfig to specify the location of 3rd party software. The libraries \stl (shipped with any compiler) and \sc{Boost} are essential to all components (i.e.\ libCGAL, -libCGAL_Core, libCGAL_ImageIO, libCGAL_Qt3, libCGAL_Qt4 and libCGAL_Qt5). +libCGAL_Core, libCGAL_ImageIO, libCGAL_Qt3 and libCGAL_Qt5). \subsection thirdpartystl Standard Template Library (STL) @@ -375,7 +374,7 @@ As on Windows there is no canonical directory for where to find \subsection thirdpartyMPFR GMP and MPFR -The components libCGAL, libCGAL_Core, libCGAL_Qt3, libCGAL_Qt4 and libCGAL_Qt5 require +The components libCGAL, libCGAL_Core, libCGAL_Qt3 and libCGAL_Qt5 require \sc{Gmp} and \sc{Mpfr} which are libraries for multi precision integers and rational numbers, and for multi precision floating point numbers. @@ -407,24 +406,23 @@ for instance, on Windows, you can download it from `http://www.opengl.org/`. -\subsection thirdpartyQt Qt3, Qt4 and Qt5 +\subsection thirdpartyQt Qt3 and Qt5 Qt is a cross-platform application and UI framework. The component libCGAL_Qt3 requires \sc{Qt}3 installed on your system, while -the component libCGAL_Qt4 requires \sc{Qt}4 installed on your system as -the component libCGAL_Qt5 requires \sc{Qt}5. +the component libCGAL_Qt5 requires \sc{Qt}5 installed on your system. In case \sc{Qt} is not yet installed on your system, you can download it from `http://qt-project.org/`. Older demos of \cgal use libCGAL_Qt3 and \sc{Qt}3, while newer and newly -developed demos require libCGAL_Qt4 and \sc{Qt}4 or libCGAL_Qt5 and \sc{Qt}5. +developed demos require libCGAL_Qt5 and \sc{Qt}5. Having \sc{Qt}4 version 4.3.0 or higher or \sc{Qt}5 version 5.3.0 is recommended. @@ -674,6 +672,8 @@ cmake -DWITH_examples=OFF -DWITH_demos=OFF -DCMAKE_BUILD_TYPE=Release /path/to/unpacked/CGAL-tarball/ +\todo update the output of cmake +
-- The CXX compiler identification is GNU -- The C compiler identification is GNU @@ -967,8 +967,8 @@ If the parameter is not given, the script creates one executable for each giv source file.