cgal/Algebraic_kernel_GBRS
Luis Peñaranda 83cb4e3175 improved refinement algorithm 2007-02-27 17:35:34 +00:00
..
config/support Implementation files moved to src/ 2006-11-03 14:52:07 +00:00
doc_tex Corrected manual (this will change, anyway). 2006-10-16 18:41:55 +00:00
include/CGAL added a string to identify each curve to understand the output 2007-02-23 18:38:52 +00:00
src/Gbrs improved refinement algorithm 2007-02-27 17:35:34 +00:00
test fixed example of arrangement traits class 2007-02-26 13:15:21 +00:00
description.txt
install_cgal Now we can compile this package inside or outside the CGAL tree. 2006-11-28 17:48:57 +00:00
readme.txt Now we can compile this package inside or outside the CGAL tree. 2006-11-28 17:48:57 +00:00

readme.txt

There are two ways to compile: inside the CGAL tree or outside it. Clearly,
it is easier to do it the second way, but compiling inside CGAL will give you
all the advantages of the install script.

To compile inside the tree, it is necessary to copy all the files to the CGAL
root directory, and install it in the normal way, using the provided modified
script install_cgal.

To compile outside the tree, just go to the directory src/Gbrs and type
"make outside". It will install the library in the CGAL lib directory.
Note that there must be present the environment variables CGAL_MAKEFILE,
RS_INCL, RS_LIB, MPFI_INCL and MPFI_LIB.

Have fun,

--
Luis