mirror of https://github.com/CGAL/cgal
- LEDA window is not used anymore by demos.
- mention that include/ and src/ contain external libs detailed in LICENSE.
This commit is contained in:
parent
dc81985694
commit
9ac564c180
|
|
@ -13,10 +13,7 @@ This distribution of CGAL includes:
|
||||||
demo/ - a directory containing many demo programs for the
|
demo/ - a directory containing many demo programs for the
|
||||||
library's various packages. These programs produce
|
library's various packages. These programs produce
|
||||||
visual output. Thus, for most you must have Qt installed.
|
visual output. Thus, for most you must have Qt installed.
|
||||||
Some demos use the LEDA window, for which you must
|
Other programs require geomview (www.geomview.org).
|
||||||
have LEDA installed (see the INSTALLATION
|
|
||||||
file). Other programs require geomview, which is
|
|
||||||
available from www.geomview.org
|
|
||||||
Makefiles are provided for all programs and project
|
Makefiles are provided for all programs and project
|
||||||
files for MSVC IDE are provided.
|
files for MSVC IDE are provided.
|
||||||
examples/ - a directory containing programs illustrating the
|
examples/ - a directory containing programs illustrating the
|
||||||
|
|
@ -24,7 +21,8 @@ This distribution of CGAL includes:
|
||||||
visual output.
|
visual output.
|
||||||
Makefiles and project files for the MSVC IDE
|
Makefiles and project files for the MSVC IDE
|
||||||
(experimental) are provided for all programs.
|
(experimental) are provided for all programs.
|
||||||
include/CGAL - the include files for the CGAL library
|
include/CGAL - the include files for the CGAL library (and other small
|
||||||
|
external libraries as well, see the LICENSE file)
|
||||||
install_cgal - the script with which you can install CGAL
|
install_cgal - the script with which you can install CGAL
|
||||||
INSTALL - file containing information about the installation
|
INSTALL - file containing information about the installation
|
||||||
process on Unix-like platforms
|
process on Unix-like platforms
|
||||||
|
|
@ -32,8 +30,7 @@ This distribution of CGAL includes:
|
||||||
process on the MacOSX platform
|
process on the MacOSX platform
|
||||||
INSTALL.win32 - file containing information about the installation
|
INSTALL.win32 - file containing information about the installation
|
||||||
process on the Windows platform
|
process on the Windows platform
|
||||||
lib/ - directory in which the CGAL libraries will be
|
lib/ - directory in which the CGAL libraries will be installed
|
||||||
installed
|
|
||||||
LICENSE - A file describing the license of CGAL
|
LICENSE - A file describing the license of CGAL
|
||||||
LICENSE.FREE_USE - A file containing the free use license (see LICENSE file)
|
LICENSE.FREE_USE - A file containing the free use license (see LICENSE file)
|
||||||
LICENSE.LGPL - A file containing the LGPL v2.1 license
|
LICENSE.LGPL - A file containing the LGPL v2.1 license
|
||||||
|
|
@ -43,7 +40,8 @@ This distribution of CGAL includes:
|
||||||
README - this file
|
README - this file
|
||||||
scripts/ - directory containing some useful scripts for CGAL
|
scripts/ - directory containing some useful scripts for CGAL
|
||||||
programmers
|
programmers
|
||||||
src/ - the library source code
|
src/ - the source code for building the CGAL libraries
|
||||||
|
(as well as some external libraries, see the LICENSE file)
|
||||||
VERSION - the version number of this release
|
VERSION - the version number of this release
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue