cgal/Installation
Eric Berberich a54f16d874 fixed include order 2011-04-29 12:36:03 +00:00
..
auxiliary update month 2011-04-03 20:51:07 +00:00
cmake/modules fixed include order 2011-04-29 12:36:03 +00:00
config merge from trunk 2011-04-20 13:56:23 +00:00
demo Global maintenance of CMakeLists.txt: CMake minimal version is -2.6.2 2011-04-27 18:06:32 +00:00
doc_tex Change the CMake logo, so that it is 120x120 2011-03-10 16:40:32 +00:00
examples Global maintenance of CMakeLists.txt: CMake minimal version is -2.6.2 2011-04-27 18:06:32 +00:00
include/CGAL branch-build is now HOT on next ;-) 2011-04-15 09:12:06 +00:00
package_info/Installation
src Fix the branch-build in next 2011-04-15 09:33:26 +00:00
test/Installation Try to fix my last revision about cmake_policy, with CMake-2.6.x 2011-04-28 17:45:22 +00:00
AUTHORS Merged revisions 54278-54280,54284 via svnmerge from 2010-02-23 15:00:35 +00:00
CHANGES generate CHANGES from changes.html 2011-03-07 15:31:25 +00:00
CMakeLists.txt Try to fix my last revision about cmake_policy, with CMake-2.6.x 2011-04-28 17:45:22 +00:00
INSTALL updated the address of the RS library in the INSTALL file 2011-04-01 13:12:51 +00:00
LICENSE remove dependance on CGAL_PDB: merge from the branche created for that purpose 2010-06-10 17:26:38 +00:00
LICENSE.FREE_USE
LICENSE.LGPL
LICENSE.QPL
README
VERSION branch-build is now HOT on next ;-) 2011-04-15 09:12:06 +00:00
cgal.css COPY FROM the svn cgal-web/www.cgal.org/cgal.css for rendering changes.html nicely 2010-12-01 12:43:56 +00:00
changes.html typos 2011-03-08 08:25:20 +00:00
dont_submit Do not submit the html2text config file 2011-03-02 10:28:48 +00:00
html2textrc add one line-space after a paragraph 2011-03-02 07:34:54 +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.LGPL     - text of  LGPL v2.1 license
  LICENSE.QPL      - text of the QPL v1.0 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)

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