From 30ff38837e9374de67d3ed028ed35f54d77d2da3 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Mon, 10 Aug 1998 15:48:05 +0000 Subject: [PATCH] adopted to new html-converter. --- .../doc_tex/installation/installation.tex | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Packages/Installation/doc_tex/installation/installation.tex b/Packages/Installation/doc_tex/installation/installation.tex index 14b58a1dbb3..fb0dc4eefee 100644 --- a/Packages/Installation/doc_tex/installation/installation.tex +++ b/Packages/Installation/doc_tex/installation/installation.tex @@ -30,7 +30,7 @@ \newcommand{\msvc}[1]{\textsc{Microsoft}~Visual~\texttt{C++}~{\rm #1}} %% macro for CGAL release number -\newcommand{\cgalrelease}{1.1} +\newcommand{\cgalrelease}{1.2} %% macro for CGAL directory \newcommand{\cgaldir}{\texttt{CGAL-\cgalrelease}} @@ -277,7 +277,7 @@ A menu similar to the following will appear on your screen. {\scriptsize \label{pic:main-menu} \begin{alltt} **************************************************************** - ** CGAL 1.1 Installation Main Menu ** + ** CGAL 1.2 Installation Main Menu ** ** ------------------------------- ** ** ** ** OS: sparc_SunOS-5.5 ** @@ -343,7 +343,7 @@ bug is \textit{not} present. On the other hand \texttt{no} resp. {\scriptsize \begin{verbatim} **************************************************************** - ** CGAL 1.1 Installation Compiler Menu ** + ** CGAL 1.2 Installation Compiler Menu ** ** ----------------------------------- ** ** ** ** OS: sparc_SunOS-5.5 ** @@ -407,7 +407,7 @@ from compiler or linker). \begin{verbatim} **************************************************************** ** ** - ** Compiling CGAL 1.1 ** + ** Compiling CGAL 1.2 ** ** ------------------ ** ** ** **************************************************************** @@ -826,7 +826,7 @@ compiler. To achieve this, the first section of each makefile contains an include statement that looks as follows: \begin{verbatim} - CGAL_MAKEFILE = /users/jannes/CGAL-1.1/make/makefile_ + CGAL_MAKEFILE = /users/jannes/CGAL-1.2/make/makefile_ include $(CGAL_MAKEFILE) \end{verbatim} @@ -878,7 +878,7 @@ have consequences for the makefile variables \texttt{CGAL\_CXX} and \texttt{CXXFLAGS}. \section{Compiling a \cgal\ application} -The directory \texttt{CGAL-1.1/examples} contains a small program +The directory \texttt{CGAL-1.2/examples} contains a small program (example.C) and a sample makefile with some comments. The \texttt{CGAL\_MAKEFILE} variable in this makefile (see section \ref{sec:makefiles}) is automatically substituted by the @@ -1017,17 +1017,17 @@ this. You have to compile these files yourself and add them to the custom linker flags during the installation of CGAL, or enter them manually in the makefiles. -\section{Upgrading a \cgal\ 1.0 installation} -In case you have \cgal\ 1.0 installed on your system, you might like -to reuse your configuration files. Simply use the following commands -to put them into the right place: +\section{Upgrading a \cgal\ 1.0/1.1 installation} +In case you have \cgal\ 1.0/1.1 installed on your system, you might +like to reuse your configuration files. Simply use the following +commands to put them into the right place: \begin{verbatim} cp -r /config/install /config \end{verbatim} -where \texttt{} is your \cgal\ 1.0 root directory +where \texttt{} is your \cgal\ 1.0/1.1 root directory (e.g. \texttt{/pub/local/CGAL-1.0}) and\\ \texttt{} is the root directory of your new \cgal\ -installation (e.g. {\tt /pub/local/CGAL-1.1}). +installation (e.g. {\tt /pub/local/CGAL-1.2}). It is \textbf{strongly} recommended to rerun all tests using the option \texttt{A} from the main menu.