Installing Apso
===============



1) Get the build dependencies
-----------------------------

Please install:

- boost-regex-dev
- boost-filesystem-dev
- boost-dev
- texinfo (if you want to build the info documentation)


2) Compile
----------

2.1) From a distributed tarball

On the top directory, run:

$ ./configure
$ make
# make install


2.2) From checked out Apso sources

On the top directory, run:

$ AUTOMAKE=automake-1.9 ACLOCAL=aclocal-1.9 autoreconf --install
$ ./configure
$ make
# make install


3) Make the documentation
-------------------------

Go to the doc/ dir and run:

$ makeinfo apso.texi


4) Run
------
apso

Or, if you didn't do the "make install" step:

$ cd src
$ ./apso

