cgal/Algebraic_kernel_GBRS
Luis Peñaranda 1b4396f608 Added a traits class to use with the arrangement_2 package. 2006-12-19 20:38: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 traits class to use with the arrangement_2 package. 2006-12-19 20:38:34 +00:00
src/Gbrs Added a traits class to use with the arrangement_2 package. 2006-12-19 20:38:34 +00:00
test Added a traits class to use with the arrangement_2 package. 2006-12-19 20:38:34 +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