cgal/Installation
Eric Berberich 348e74b2ad simplified external lib handling (not yet complete)
- clean up CGALConfig files (gmp/mpfr version)

- special role of LEDA

- gmp/mpfr need version

- removed SetupGMP ;-)

- clean up Dependencies

- NTL without USE_FILE

- added mandatory libs
2011-04-19 22:45:54 +00:00
..
auxiliary update month 2011-04-03 20:51:07 +00:00
cmake/modules simplified external lib handling (not yet complete) 2011-04-19 22:45:54 +00:00
config branch-build is now HOT on next ;-) 2011-04-15 09:12:06 +00:00
demo branch-build is now HOT on next ;-) 2011-04-15 09:12:06 +00:00
doc_tex Change the CMake logo, so that it is 120x120 2011-03-10 16:40:32 +00:00
examples branch-build is now HOT on next ;-) 2011-04-15 09:12:06 +00:00
include/CGAL branch-build is now HOT on next ;-) 2011-04-15 09:12:06 +00:00
package_info/Installation Remove changes.txt files. 2008-07-24 17:47:16 +00:00
src Fix the branch-build in next 2011-04-15 09:33:26 +00:00
test/Installation branch-build is now HOT on next ;-) 2011-04-15 09:12:06 +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 simplified external lib handling (not yet complete) 2011-04-19 22:45:54 +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 add year 2007 2007-03-20 19:35:09 +00:00
LICENSE.LGPL update FSF address 2007-03-20 19:24:29 +00:00
LICENSE.QPL
README updated for the 3.4 release 2008-12-14 13:22:55 +00:00
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)

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