X-Git-Url: http://source.jalview.org/gitweb/?p=jpred.git;a=blobdiff_plain;f=sources%2Fncoils%2FINSTRUCTIONS;fp=sources%2Fncoils%2FINSTRUCTIONS;h=10a405ae908ad7b98543a3991f4b2142f902db5d;hp=0000000000000000000000000000000000000000;hb=9aa768067094f24f46f273077f867348e6143711;hpb=eb3001dc41bf6cd46e20fd13fe3efbe9dedf6013 diff --git a/sources/ncoils/INSTRUCTIONS b/sources/ncoils/INSTRUCTIONS new file mode 100644 index 0000000..10a405a --- /dev/null +++ b/sources/ncoils/INSTRUCTIONS @@ -0,0 +1,30 @@ +30-11-2012 +---------- + +Compile code with: + + make + +Set $COILSDIR with path to 'new.mat' file. e.g. in bash: + + export COILSDIR=/path/to/matrix + +Run code with: + + ./ncoils + + +OLD INFO +-------- + +Either re-compile the program as (e.g.) + +cc -O2 -I. -o ncoils-osf ncoils.c read_matrix.c -lm + +or use the exectuables (ncoils-osf, ncoils-irix) given. + +Move the executables to a central bin directory and re-name +as appropriate. + +You then need to set an environment variable $COILSDIR to this directory +so that matrices can be seen.