To build the tools you will need to install the following packages on
ubuntu/kbuntu/Debian linux:

(I'm sorry that this is so complicated.)

1. Edit /etc/apt/sources and uncomment the lines with "universe"
2. apt-get update


General build tools:
3. apt-get -y install make gcc g++ 

Libraries required for AFFLIB:
4. apt-get -y install zlib1g-dev libssl-dev libncurses5-dev 
5. apt-get -y install libcurl3-dev libexpat1-dev libreadline5-dev

Libraries if you want to make a release:
6. apt-get -y install automake1.9  autoconf

If you want a generally usable system (e.g., for EC2)
7. apt-get -y install dbootstrap openssh-client openssh-server subversion emacs


