File: INSTALL

package info (click to toggle)
genus2reduction 0.3-2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 132 kB
  • ctags: 23
  • sloc: ansic: 1,962; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
The compilation requires a full installation of the package
pari 2.0 (header files and library libpari.so.2). 
Compile with : 

cc -O2 -I/usr/local/include/pari -lpari -lm genus2reduction.c -o genus2reduction 
cc -O2 -I/usr/local/include/pari -L/usr/local/lib -lpari -lm genus2reduction.c -o genus2reduction 

(on a single line) or just type 'make'. This will generate 
an executable file genus2reduction.  You may need to adapt
the procedure to your local configuration.