cgal/Packages/Installation
Sylvain Pion 0e7ea8da76 - Added PGCC support. 2004-04-10 12:29:46 +00:00
..
doc_tex/installation - Remove mentions about obsolete workarounds in installation.tex 2004-02-17 00:09:19 +00:00
lib
make
INSTALL Removed mentioning of CGALWin. 2003-10-21 10:11:38 +00:00
LICENSE mention commercial licenses 2003-10-21 10:09:30 +00:00
LICENSE.LGPL add QPL and LGPL 2003-09-10 13:26:36 +00:00
LICENSE.QPL add QPL and LGPL 2003-09-10 13:26:36 +00:00
README Update License information. 2003-09-15 16:34:22 +00:00
changes.txt - Added PGCC support. 2004-04-10 12:29:46 +00:00
description.txt
install_cgal - Added PGCC support. 2004-04-10 12:29:46 +00:00
long_description.txt *** empty log message *** 2003-06-19 09:37:16 +00:00
maintainer 02/04/2003 (rursu) 1.186 2003-04-02 09:35:20 +00:00

README

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

This distribution of CGAL includes:

   auxiliary/         - directory containing additional things distributed 
                        with CGAL but not part of the library (in particular,
                        the GNU multi-precision number type). The gmp library
                        has its own license.
   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 6.0 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 6.0 IDE 
                        (experimental) are provided for all programs.
   include/           - 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

-------------------------------------------------------------------------------
EOF