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
----------

Go to the src dir and run:

$ ./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

