cgal/Installation
Sébastien Loriot 06823c37cb sort changes by feature first, then small features 2013-07-16 19:50:19 +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 Fix end-of-lines and end-of-files 2013-07-04 11:51:23 +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 Fix end-of-lines and end-of-files 2013-07-04 11:51:23 +02:00
AUTHORS
CHANGES Update the text file CHANGES from changes.html 2013-07-10 15:45:45 +02:00
CMakeLists.txt Change the SOVERSION to 10.0.2 2013-07-04 14:04:45 +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
LICENSE.FREE_USE
LICENSE.GPL
LICENSE.LGPL
README
VERSION
cgal.css
changes.html sort changes by feature first, then small features 2013-07-16 19:50:19 +02:00
dont_submit
html2textrc
update_CHANGES

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)

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