Aug 3, 2015
Migrating wiki contents from Google Code
|
|
|
1 |
# Introduction # |
|
2 |
|
|
3 |
Compiling & installing. |
|
4 |
|
|
5 |
|
|
6 |
# Details # |
|
7 |
|
|
8 |
You should be able to run |
|
9 |
|
|
10 |
``` |
|
11 |
> make |
|
12 |
``` |
|
13 |
and |
|
14 |
``` |
|
15 |
> make test |
|
16 |
``` |
|
17 |
|
|
18 |
... to install. |
|
19 |
|
|
20 |
Some caveats are: |
|
21 |
|
|
22 |
The sparse hash library may need updating. |
|
23 |
|
|
24 |
The new version of varcall requires the GNU scientific library to be installed in order to compile. |
|
25 |
|
|
26 |
On UBUNTU : |
|
27 |
|
|
28 |
apt-get install libgsl0-dev |
|
29 |
|
|
30 |
On CENTOS/REDHAT : |
|
31 |
|
|
32 |
rpm -i gsl-devel |
|
33 |
|
|
34 |
On WINDOWS: |
|
35 |
|
|
36 |
Use MinGW, and use the [Windows port of GSL](http://gnuwin32.sourceforge.net/packages/gsl.htm) |