Hi,
I have a problem installing IMP in mu 64bits ubuntu laptop. I had no problem installing in a ubuntu 32 bits. Here are all the steps, I know some of then are redundant but wanna make sure:
sudo apt-get install cmake
sudo apt-get install libboost-all-dev
sudo apt-get install libbz2-dev
sudo apt-get install libboost-dev
sudo apt-get install build-essential g++
sudo apt-get install build-essential
sudo apt-get install python-dev
sudo apt-get install autotools-dev
sudo apt-get install swig
sudo apt-get install libhdf5-serial-dev
sudo apt-get install hdf5-tools
sudo apt-get install zlib1g
sudo apt-get install libhdf5-serial-1.8.4
sudo apt-get install libc6
git clone git://
github.com/salilab/imp.gitthen created a folder and from there:
cmake ../imp -DCMAKE_BUILD_TYPE=Release
make -j 4