== Install from source == If you want to compile ALOE, make sure you have the following libraries in your system: * readline (4.0 should be fine) * ftp://ftp.gnu.org/gnu/readline/ * termcap * ftp://ftp.gnu.org/gnu/termcap/ 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. [[BR]] [[BR]] [wiki:ALOEImplementations "[Back to ALOE Implementations]"]