cgal/Installation
Sébastien Loriot 43b92fac82 update changes 2013-06-14 14:58:15 +02:00
..
auxiliary Follow-up of r73184: patch the date and CGAL version in man(1) pages 2012-10-23 08:29:25 +00:00
cmake/modules Merge branch 'Installation-tweak_FindEigen-lrineau' 2013-04-26 15:40:54 +02:00
config add a workaround for a bug in boost variant and its swap function 2013-06-03 19:04:08 +02:00
demo improved verbosity 2012-06-11 21:44:17 +00:00
doc_tex update installation manual to mention the windows tutorial 2013-04-30 11:08:28 +02:00
examples improved verbosity 2012-06-11 21:44:17 +00:00
include/CGAL CGAL_NO_DEPRECATION_WARNINGS for deprecated headers 2013-05-28 11:38:19 +02:00
package_info/Installation New license.txt files (eol changes) 2013-02-19 16:46:39 +01:00
src Convert all CRLF files to LF 2012-12-03 18:44:24 +01:00
test Add a debugging tool to display versiondll metadata of DLLs 2013-03-05 18:02:28 +01:00
AUTHORS
CHANGES Remove an extra </ul></ul> in changes.html 2013-04-11 14:58:08 +02:00
CMakeLists.txt Added names that were missing into the Doxyfile.in entries. 2013-05-30 17:55:43 +02:00
INSTALL added MPFI + NTL 2012-08-20 07:48:01 +00:00
LICENSE correct library src dir 2012-08-03 17:52:30 +00:00
LICENSE.BSL merge from next 2012-05-20 11:50:30 +00:00
LICENSE.FREE_USE
LICENSE.GPL
LICENSE.LGPL
README
VERSION
cgal.css
changes.html update changes 2013-06-14 14:58:15 +02:00
dont_submit merge from next 2012-05-20 11:50:30 +00:00
html2textrc merge from next 2012-05-20 11:50:30 +00:00
update_CHANGES merge from next 2012-05-20 11:50:30 +00:00

README

README
-------------------------------------------------------------------------------

This distribution of CGAL includes:

  AUTHORS          - current and former authors of CGAL
  CHANGES          - history of changes for the library
  CMakeLists.txt   - main script of the build system
  INSTALL          - information about the installation process 
  LICENSE          - describes the license of CGAL
  LICENSE.FREE_USE - text of the free use license (see LICENSE file)
  LICENSE.GPL      - text of  GPL v3 license
  LICENSE.LGPL     - text of  LGPL v3 license
  README           - this file
  VERSION          - version number of this release
  auxiliary/       - directory containing miscellaneous things, currently only
                     the icons needed for the demos on MacOS X
  cmake/           - some scripts needed by the build system
  config/          - some test programs used during the configuration process
  demo/            - many demo programs for the library's various packages.
                     These programs produce visual output (see INSTALL for
                     prerequisites).
  doc_html/        - documentation, e.g. the CGAL Installation Guide
  examples/        - programs illustrating the library's functionality.
                     These programs do not produce visual output.
  include/         - the include files for the CGAL library (and other small
                     external libraries as well, see the LICENSE file)
  scripts/         - some useful scripts for CGAL programmers
  src/             - the source code for building the CGAL libraries
                     (as well as some external libraries, see the LICENSE file)

-------------------------------------------------------------------------------