From c01701a53529e4ad99724823b2f06aa1c82320a7 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 8 Dec 2008 14:03:29 +0000 Subject: [PATCH] Remove INSTALL.MacOSX, which is obsolete. --- MacOSX/INSTALL.MacOSX | 58 ------------------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 MacOSX/INSTALL.MacOSX diff --git a/MacOSX/INSTALL.MacOSX b/MacOSX/INSTALL.MacOSX deleted file mode 100644 index 05d33c06c5e..00000000000 --- a/MacOSX/INSTALL.MacOSX +++ /dev/null @@ -1,58 +0,0 @@ -$CGAL/INSTALL.MacOSX ------------------------------------------------------------------------------ -This file describes how to install CGAL on the MacOSX operating system. -CGAL has been tested on Tiger (MacOSX 10.4). - -For installation on Unix and on Cygwin, please see INSTALL. -For installation under Windows using native tools, see INSTALL.win32. - -The documentation of CGAL is available in various formats (HTML, PostScript, -PDF). It is not bundled with the software but can be downloaded separately. - -For more information about CGAL, see the URL http://www.cgal.org/. - - -Installation -- Download the compressed archive file from the CGAL web site www.cgal.org -- unpack the file in the place in which you wish to install it -- install the CGAL libraries: - the impatient can just try to run "./install_cgal -ni g++", but we recommend - to first have a look at the Installation notes available from the - CGAL web site. http://www.cgal.org/Manual/ - - -Boost -CGAL needs boost in order to work. Boost can be easily installed via Fink. -Alternatively, go to www.boost.org and download the source tarball and -the tarball for bjam. To install boost follow the instructions in -www.boost.org (it is recommended to use the default install path). - - -GMP and MPFR -Most examples and demos need GMP and MPFR. GMP and MPFR can be installed via Fink. -Alternatively, you can either download the sources from http://gmplib.org/ -and http://mpfr.org/ and follow the installation instructions in there. - - -Building the Demos - -The demos come in CGALROOT/demo directory. The demos need Qt installed. -You can download Qt for MacOSX from www.trolltech.com. Tiger needs Qt -version 3.3.5 or later. - - -Running the Demos - -In order to run the examples you need to apply the cgal_make_macosx_app -script which creates the appropriate directory structure so that a CGAL -Qt demo can be run on MacOSX. The script resides in -$(CGALROOT)/scripts and should be applied to the executable created by -the demo makefile: - prompt:> $(CGALROOT)/scripts/cgal_make_macosx_app -The script creates a directory .app/ which is the -root directory of the directory structure needed by MacOSX. -To run the demo use the "open" command from the prompt: - prompt:> open .app -Since this does not allow to pass arguments on the command-line or reading , -an alternative way to this last step is to call: - prompt:> //.app/Contents/MacOS/