cgal/Installation
Sylvain Pion e4ea39527e Add something to test that we link against the correct libgmpxx. 2007-03-10 11:06:41 +00:00
..
config Add something to test that we link against the correct libgmpxx. 2007-03-10 11:06:41 +00:00
demo small bugfix for demo/makefile and examples/makefile 2006-05-27 15:24:06 +00:00
doc_tex One can now disable static libraries in interactive mode. 2007-02-09 22:26:00 +00:00
examples small bugfix for demo/makefile and examples/makefile 2006-05-27 15:24:06 +00:00
include/CGAL New line at EOF issues in new headers REALLY fixed. 2007-03-02 11:17:02 +00:00
lib Move packages to trunk root 2006-02-14 08:58:15 +00:00
make Removed outdated sample include files. 2006-03-09 08:48:02 +00:00
src/CGAL Different handling of the case where soname are not implemented, on a 2007-03-01 23:38:42 +00:00
test/Installation Better (in the sense of working) endianness detection. 2006-08-16 15:38:22 +00:00
CHANGES more on new compilers 2007-03-09 17:20:34 +00:00
INSTALL Remove building of doc_pdf/Installation.pdf in the public 2006-07-06 07:43:40 +00:00
LICENSE added CGALPDB 2007-03-01 00:22:11 +00:00
LICENSE.FREE_USE LICENSE.FREE_USE added (very permissive, MIT-like license), 2006-03-30 15:07:16 +00:00
LICENSE.LGPL Move packages to trunk root 2006-02-14 08:58:15 +00:00
LICENSE.QPL Move packages to trunk root 2006-02-14 08:58:15 +00:00
README Document VERSION file. 2006-07-12 11:13:00 +00:00
changes.txt duplicated test_LEDA.cpp to test_LEDA5X.cpp; it seems that the install 2006-07-20 11:45:38 +00:00
description.txt - Merge Configuration into Installation. 2006-03-07 15:03:22 +00:00
install_cgal remove -w and -g option of install_cgal 2007-03-09 22:53:24 +00:00
maintainer - Remove Radu from maintainer files, and other updates. 2006-03-07 13:56:03 +00:00

README

$CGAL/README
-------------------------------------------------------------------------------

This distribution of CGAL includes:

   auxiliary/         - directory containing miscellaneous things, currently
                        only the icons needed for the demos on MacOSX.
   CHANGES            - file recording the history of changes for the library
   config/            - directory containing several test programs used during
                        the installation process, and into which configuration
			files will be written during installation
   demo/              - a directory containing many demo programs for the
                        library's various packages.  These programs produce
                        visual output.  Thus, for most you must have Qt installed.
                        Some demos use the LEDA window, for which you must
                        have LEDA installed (see the INSTALLATION
                        file).  Other programs require geomview, which is
                        available from www.geomview.org
                        Makefiles are provided for all programs and project
                        files for MSVC IDE are provided.

   examples/          - a directory containing programs illustrating the
                        library's functionality.  These programs do not produce
                        visual output.
                        Makefiles and project files for the MSVC IDE
                        (experimental) are provided for all programs.
   include/CGAL       - the include files for the CGAL library
   include/CORE       - the include files for the CORE library
   include/OpenNL     - the include files for the OpenNL library
   install_cgal       - the script with which you can install CGAL
   INSTALL            - file containing information about the installation
                        process on Unix-like platforms
   INSTALL.MacOSX     - file containine information about the installation
                        process on the MacOSX platform
   INSTALL.win32      - file containing information about the installation
                        process on the Windows platform
   lib/               - directory in which the CGAL libraries will be
                        installed
   LICENSE            - A file describing the license of CGAL
   LICENSE.FREE_USE   - A file containing the free use license (see LICENSE file)
   LICENSE.LGPL       - A file containing the LGPL v2.1 license
   LICENSE.QPL        - A file containing the QPL v1.0 license
   make/              - directory containing CGAL include makefiles, which
                        are generated during installation
   README             - this file
   scripts/           - directory containing some useful scripts for CGAL
                        programmers
   src/               - the library source code
   VERSION            - the version number of this release

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