cgal/Installation
Laurent Rineau 202d2b53ca Force variables CGAL_<component>_LIBRARY.
For an unkwnon reason, they are copied from the reference cache, which is wrong.
2008-09-29 10:09:35 +00:00
..
cmake/modules Fix to please cmake-2.6. 2008-09-24 14:44:44 +00:00
config Remove Boost.Bimap FEATURE: it is now hard-coded that bimap is supported iff boost version is >= 1.35 2008-09-24 09:13:57 +00:00
demo Sort support tests and examples/demos alphabetically 2008-09-04 14:28:53 +00:00
doc_tex CMake Installation update 2008-09-23 17:11:32 +00:00
examples Sort support tests and examples/demos alphabetically 2008-09-04 14:28:53 +00:00
include/CGAL Ooops! 2008-09-23 14:43:45 +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
package_info/Installation Remove changes.txt files. 2008-07-24 17:47:16 +00:00
src Force variables CGAL_<component>_LIBRARY. 2008-09-29 10:09:35 +00:00
test/Installation Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +00:00
AUTHORS frenchisms 2007-03-27 21:13:50 +00:00
CGALConfig_binary.cmake.in Make executables adopt the flags used when building libraries unless specifically told otherwise 2008-09-18 18:33:13 +00:00
CGALConfig_install.cmake.fhs.in Make executables adopt the flags used when building libraries unless specifically told otherwise 2008-09-18 18:33:13 +00:00
CGALConfig_install.cmake.source.in Make executables adopt the flags used when building libraries unless specifically told otherwise 2008-09-18 18:33:13 +00:00
CHANGES Rename boost::array to CGAL::array. 2008-08-26 13:15:21 +00:00
CMakeLists.txt Fix naming hell in 3RD_PARTY_*DIR (*DIRS or *DIR). I have choosen *DIRS. 2008-09-16 11:57:59 +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
INSTALL_via_cmake Typos, formatting... 2008-08-19 13:30:28 +00:00
LICENSE Add link to license.html. 2008-04-22 13:32:57 +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 Move packages to trunk root 2006-02-14 08:58:15 +00:00
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 s/WARNING/NOTE/ to remove useless warning. 2008-09-10 13:29:03 +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

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