cgal/Installation
Michael Hoffmann e78e97c757 Try lib64 first. 2006-04-13 06:46:12 +00:00
..
config Try lib64 first. 2006-04-13 06:46:12 +00:00
doc_tex rename create_makefile to cgal_create_makefile to avoid name clashes, 2006-03-15 22:10:02 +00:00
include/CGAL sunpro: add compiler flag to enable CGAL_PRETTY_FUNCTION. 2006-03-09 13:18:31 +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 Move src/makefile* under SVN instead of being generated. 2006-04-09 22:07:10 +00:00
INSTALL Move packages to trunk root 2006-02-14 08:58:15 +00:00
LICENSE make explicit that the CGAL library can be found in src *excluding* src/Core 2006-03-30 16:27:39 +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 Move packages to trunk root 2006-02-14 08:58:15 +00:00
changes.txt patch to test file test_ZLIB.C, so that is no longer segfault with -O2. 2006-04-11 18:06:09 +00:00
description.txt - Merge Configuration into Installation. 2006-03-07 15:03:22 +00:00
install_cgal Output feature not package name when testing. 2006-04-11 13:02:56 +00:00
maintainer - Remove Radu from maintainer files, and other updates. 2006-03-07 13:56:03 +00:00

README

CGAL_HOME/README
-------------------------------------------------------------------------------

This distribution of CGAL includes:

   auxiliary/         - directory containing miscelaneous things, currently
                        only the icons needed for the demos on MacOCX.
   CHANGES            - file recording the history of changes for the library
   config/            - directory containing several test programs used in
                        installation and configuration 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 either
                        LEDA or libCGALwin installed (see the INSTALLATION
                        file).  Others programs require geomview, which is
                        available from www.geomview.org
                        Makefiles are provided for all programs and project
                        files for MSVC IDE (experimental) are provided
                        for many.
   doc_html/          - a directory containing the installation manual in
                        HTML format
   doc_pdf/           - a directory containing the installation manual in
                        PDF format
   doc_ps/            - a directory containing the installation manual in
                        compressed postscript format
   examples/          - a directory containing programs illustrating the
                        library's functionality.  These programs do not produce
                        visual output.
                        Makefiles and project files for MSVC IDE
                        (experimental) are provided for all programs.
   include/CGAL       - the include files for the library
   install_cgal       - the script with which you can install CGAL
   INSTALL            - file containing information about the installation
                        process
   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.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
   makefile           - a makefile that can be used for instaling the CGAL
                        libraries (to be used only if you know what you are
                        doing; normally one should use install_cgal)
   README             - this file
   scripts/           - directory containing some useful scripts for CGAL
                        programmers
   src/               - the library source code
   winutils/          - various Windows-specific installation stuff used by
                        cgal_config.bat

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