X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=sources%2Fncoils%2FINSTRUCTIONS;fp=sources%2Fncoils%2FINSTRUCTIONS;h=10a405ae908ad7b98543a3991f4b2142f902db5d;hb=81362e35a140cd040e948b921053e74267f8a6e3;hp=0000000000000000000000000000000000000000;hpb=2cf032f4b987ba747c04159965aed78e3820d942;p=jpred.git 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.