Thursday, July 26, 2007

HEAsoft built under Ubuntu

Successfully built the HEAsoft distribution on my new Dell with Ubuntu Feisty Fawn. I had to get a number of packages...

sudo apt-get install gfortran g++
sudo apt-get install libncurses5-dev
sudo apt-get install x-dev libx11-dev libxt-dev

Just to be on the safe side (and under bash) I did a

F77=gfortran
export F77
CC=gcc
export CC
CXX=g++
export CXX

Then the configure and build is

./configure > config.out 2>&1 &
make > build.log 2>&1 &
make install > install.log 2>&1 &

No comments: