Permalink
Switch branches/tags
Nothing to show
Find file
906564e Aug 3, 2015
36 lines (21 sloc) 492 Bytes

Introduction

Compiling & installing.

Details

You should be able to run

> make

and

> make test

... to install.

Some caveats are:

The sparse hash library may need updating.

The new version of varcall requires the GNU scientific library to be installed in order to compile.

On UBUNTU :

apt-get install libgsl0-dev

On CENTOS/REDHAT :

rpm -i gsl-devel

On WINDOWS:

Use MinGW, and use the Windows port of GSL