cgal/Algebraic_kernel_GBRS
Luis Peñaranda 130f7466fa corrected makefiles 2007-02-15 17:38:42 +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 bivariate system solving functions. 2007-02-15 16:43:28 +00:00
src/Gbrs corrected makefiles 2007-02-15 17:38:42 +00:00
test corrected makefiles 2007-02-15 17:38:42 +00:00
description.txt Algebraic kernel based on GBRS 2006-07-21 16:01:35 +00:00
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