Prerequisities

For installing TAPBS on Ubuntu 12.04 LTS you need to have following
programs installed:

patch
build-essential
gfortran or ifort (recommended)
ATLAS
libreadline

To install all prerequisities, you have to be root:

sudo apt-get install build-essential patch gfortran libatlas-dev
libatlas-base-dev libreadline6 libreadline6-dev

(If apt-get does not find the package, first do a "sudo apt-get update")

Now use our simple installer (installation will go to /opt/tapbs-0.2/):

 cd
 wget http://agknapp.chemie.fu-berlin.de/karlsberg/installTAPBS.sh
 chmod +x installTAPBS.sh
 sudo ./installTAPBS.sh
 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/tapbs-0.2/lib

You can run TAPBS by typing:

% tapbs < input.in > output.out