cgal/Installation
Sylvain Pion d06bf3c695 Add config for Fedora 8 (lib name varies). 2008-01-15 18:45:00 +00:00
..
config Add config for Fedora 8 (lib name varies). 2008-01-15 18:45:00 +00:00
demo small bugfix for demo/makefile and examples/makefile 2006-05-27 15:24:06 +00:00
doc_tex Get rid of obsolete Window_stream (LEDA window) code. 2008-01-10 18:02:34 +00:00
examples small bugfix for demo/makefile and examples/makefile 2006-05-27 15:24:06 +00:00
include/CGAL Remove obsolete definition of CGAL_USE_CGAL_WINDOW 2008-01-10 18:19:26 +00:00
lib
make Removed outdated sample include files. 2006-03-09 08:48:02 +00:00
package_info/Installation The files "changes.txt", "description.txt", "long_description.txt" and "maintainer" 2007-12-02 15:06:42 +00:00
src/CGAL It seems like the "window" package is completely obsolete: it contains 2008-01-10 18:17:46 +00:00
test/Installation Better (in the sense of working) endianness detection. 2006-08-16 15:38:22 +00:00
AUTHORS frenchisms 2007-03-27 21:13:50 +00:00
CHANGES Support of CBLAS, CLAPACK and TAUCS in install_cgal on Windows 64 and Linux 64. I renamed S72-LAPACK to S72-DEFAULTLAPACK to workaround a bug in install_cgal when a package and a feature have the same name. 2007-08-28 15:15:06 +00:00
INSTALL added documentation of the installer cache so users know what to delete when they update their environment 2007-05-01 00:12:22 +00:00
LICENSE refer to LICENSE.LGPL instead of include/CGAL/OpenNL/LICENSE.OPENNL 2007-03-20 19:31:04 +00:00
LICENSE.FREE_USE add year 2007 2007-03-20 19:35:09 +00:00
LICENSE.LGPL update FSF address 2007-03-20 19:24:29 +00:00
LICENSE.QPL
README - LEDA window is not used anymore by demos. 2007-05-04 10:13:50 +00:00
dont_submit dont include config/support/S??-LIDIA in release 2007-03-27 14:00:16 +00:00
install_cgal Remove specific code for __MWERKS__. 2008-01-03 16:56:54 +00:00

README

README
-------------------------------------------------------------------------------

This distribution of CGAL includes:

   AUTHORS            - file recording the current and former authors of CGAL
   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.
                        Other programs require geomview (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 (and other small
                        external libraries as well, see the LICENSE file)
   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 source code for building the CGAL libraries
                        (as well as some external libraries, see the LICENSE file)
   VERSION            - the version number of this release

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