Install from source

If you want to compile ALOE, make sure you have the following libraries in your system:

Ok, then, get the source from our svn repository, you can download the latest trunk source or get an stable one, under tags directory.

svn co http://flexnets.upc.edu/svn/phal/trunk

The first time you download the source you will have to:

./autogen.sh

And the following just type:

./configure
make
sudo make install

And this will compile and install the required binaries and libraries.



[Back to ALOE Implementations]?