| | 1 | [[BR]] |
| | 2 | |
| | 3 | == Install from source == |
| | 4 | |
| | 5 | If you want to compile P-HAL, make sure you have the following libraries in your system: |
| | 6 | |
| | 7 | * readline (4.0 should be fine) |
| | 8 | * ftp://ftp.gnu.org/gnu/readline/ |
| | 9 | * termcap |
| | 10 | * ftp://ftp.gnu.org/gnu/termcap/ |
| | 11 | |
| | 12 | Ok, then, grab the source from our svn repository, you can download the latest trunk source or get an stable, in ''tags'' directory. |
| | 13 | |
| | 14 | {{{ |
| | 15 | svn co http://147.83.118.229/svn/phal/trunk |
| | 16 | }}} |
| | 17 | |
| | 18 | The first time you download the source you will have to: |
| | 19 | {{{ |
| | 20 | ./autogen.sh |
| | 21 | }}} |
| | 22 | |
| | 23 | And the following just type: |
| | 24 | {{{ |
| | 25 | ./configure |
| | 26 | make |
| | 27 | sudo make install |
| | 28 | }}} |
| | 29 | |
| | 30 | And this will compile and install the required binaries and libraries. |