cgal/Packages/Installation
Radu Ursu d08665d9fc Bump for 1.186 ( 2 Apr 2003) 2003-04-02 09:35:35 +00:00
..
doc_tex/installation Removed all MLd options (=debug) for vc/ilc. 2003-03-12 16:18:51 +00:00
examples Updated makefile and removed superfluous include in example.C. 2000-01-06 15:32:23 +00:00
lib Initial revision 1998-07-15 12:25:43 +00:00
make Remove traces of KCC/EGCS and CGAL_CC. 2002-11-25 11:14:17 +00:00
src/CGALWin modified /src/CGALWin/makefile_Win 2003-03-17 16:17:05 +00:00
INSTALL *** empty log message *** 2001-08-10 08:59:57 +00:00
LICENSE added licensing information about Qt widget stuff 2002-05-14 10:04:49 +00:00
README removed stlport from README 2003-03-28 10:52:39 +00:00
changes.txt 02/04/2003 (rursu) 1.186 2003-04-02 09:35:20 +00:00
description.txt Made Rev 1.28. 1998-07-16 09:41:38 +00:00
install_cgal modified lib name for QT commdlg32.lib -> comdlg32.lib 2003-04-02 09:32:07 +00:00
long_description.txt *** empty log message *** 2003-03-12 16:45:26 +00:00
maintainer 02/04/2003 (rursu) 1.186 2003-04-02 09:35:20 +00:00
makefile - New options --build <config> and --rebuild <config>. 2002-11-19 13:23:18 +00:00
version Bump for 1.186 ( 2 Apr 2003) 2003-04-02 09:35:35 +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
   include/CGAL/IO/Qt_widget*.h
                      - the include files for the CGAL Qt widget, which are
                        distributed under the Q Public License (QPL)
   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 containing the license for CGAL
   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
   src/CGALQt         - the source code for the CGAL Qt widget, which is
                        distributed under the Q Public License (QPL).
   winutils/          - various Windows-specific installation stuff used by
                        cgal_config.bat

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