Brief information on how to build and install GNU Arch from source

To install tla, do

mkdir build
cd build
../src/configure --prefix=<install directory>
make 

make install


The install directory defaults to build/=install. The installation step
may require root privileges depending on the install directory.



