These are rough notes on how to compile Eigensoft 3 on Ubuntu Jaunty.
Update, Eigensoft 4 is available and should compile on more recent versions of Ubuntu:
http://www.hsph.harvard.edu/faculty/alkes-price/software/
Create a location to build the code:
Warning: /tmp is for temporary files, and any files & directories you create there will be remove upon some subsequent reboot.
cd /tmp;
mkdir EIGEN;
cd EIGEN;
Get the Eigensoft source code:
wget http://www.hsph.harvard.edu/faculty/alkes-price/files/EIG3.0.tar.gz;
tar xzvf EIG3.0.tar.gz;
Install required dependences: Continue reading Compiling EIGENSOFT on Ubuntu Januty