Skip to content

Commit

Permalink
install
Browse files Browse the repository at this point in the history
  • Loading branch information
szpiech committed Mar 22, 2014
1 parent 3b6162c commit 19237c3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
To install the binaries, just place them somewhere in your $PATH.

To compile:

make selscan

ought to work on *nix systems. To compile on Windows, you'll have to procure a
Windows version of the pthreads library
(<http://www.sourceware.org/pthreads-win32/> might work).

The program norm depends on GSL. The libraries included on GitHub are
compiled for OSX. If you wish to compile norm on other systems, you'll have to
procure a GSL installation for your system (<http://www.gnu.org/software/gsl/>).

0 comments on commit 19237c3

Please sign in to comment.