mirror of https://github.com/CGAL/cgal
|
|
||
|---|---|---|
| .. | ||
| .reuse | ||
| auxiliary | ||
| cmake/modules | ||
| demo | ||
| doc_html | ||
| examples | ||
| include/CGAL | ||
| lib/cmake/CGAL | ||
| package_info/Installation | ||
| test | ||
| AUTHORS | ||
| CGALConfig.cmake | ||
| CGALConfigVersion.cmake | ||
| CHANGES.md | ||
| CMakeLists.txt | ||
| INSTALL.md | ||
| LICENSE | ||
| LICENSE.BSL | ||
| LICENSE.COMMERCIAL | ||
| LICENSE.GPL | ||
| LICENSE.LGPL | ||
| LICENSE.RFL | ||
| README.md | ||
README.md
README
This distribution of CGAL includes:
AUTHORS: current and former authors of CGALCHANGES.md: history of changes of CGALCGALConfig.cmake:CGALConfigVersion.cmake:CMakeLists.txt: main CMake project configuration fileINSTALL.md: information about the installation processLICENSE: describes the license of CGALLICENSE.BSL: text of the Boost Software License (BSL) licenseLICENSE.COMMERCIAL: text of the GeometryFactory Commercial licenseLICENSE.GPL: text of the GNU General Public License (GPL) v3 licenseLICENSE.LGPL: text of the GNU LESSER GENERAL PUBLIC License (LGPL) v3 licenseLICENSE.RFL: text of the ETH Zurich Random Forest algorithm License (RFL) licenseREADME.md: this fileVERSION: version number of this release of CGALauxiliary/: directory containing miscellaneous things, such as icons needed for the demos on macOScmake/: some scripts needed by the CMake build systemdata/: directory containing various geometric data used by examples and demos of CGALdemo/: many demo programs for the various packages of CGAL. These programs produce visual output.doc_html/: documentation, e.g. the CGAL Installation Guideexamples/: programs illustrating the various packages of CGAL. These programs do not produce visual output.include/: the include files for the CGAL library (as well as small external libraries, see the fileLICENSE)lib/:scripts/: some useful scripts for CGAL programmers