Jean-Guillaume Dumas
Givaro Documentation Download Installation Examples Contacts
Jean-Guillaume Dumas

How to install Givaro ?


Quick Start:

> tar -zxvf Givaro.tar.gz
> cd givaro-3.XX
> configure --prefix=/tmp/givaro-exec
> make; make install


Compilation :
 

An optional compilation help file is provided : just add the following line to your Makefile !
include ##GIVAROROOT##/bin/givaro-makefile
 cd examples/Integer; make ifactor "OPTFLAGS=-O7 -funroll-all-loops
        -felide-constructors -fstrict-aliasing
        -frerun-loop-opt -fexpensive-optimizations
        -fforce-addr -fforce-mem -fstrength-reduce -march=i686"

Jean-Guillaume Dumas
Last update: Tuesday, January 10th 2012
Givaro
Jean-Guillaume Dumas