Changes between Initial Version and Version 1 of InstallFromSource

Show
Ignore:
Timestamp:
12/04/08 11:16:38 (17 years ago)
Author:
antoni (IP: 147.83.118.230)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallFromSource

    v1 v1  
     1[[BR]] 
     2 
     3== Install from source == 
     4 
     5If 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 
     12Ok, then, grab the source from our svn repository, you can download the latest trunk source or get an stable, in ''tags'' directory. 
     13 
     14{{{ 
     15svn co http://147.83.118.229/svn/phal/trunk 
     16}}} 
     17 
     18The first time you download the source you will have to: 
     19{{{ 
     20./autogen.sh 
     21}}} 
     22 
     23And the following just type: 
     24{{{ 
     25./configure 
     26make 
     27sudo make install 
     28}}} 
     29 
     30And this will compile and install the required binaries and libraries.