Changes between Version 3 and Version 4 of QuickStartGuide

Show
Ignore:
Timestamp:
05/22/09 22:52:23 (17 years ago)
Author:
ismael (IP: 62.57.1.15)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuickStartGuide

    v3 v4  
    55== Downloading & Installing == 
    66 
     7=== From source === 
     8 
     9Download from http://flexnets.upc.edu/downloads/aloe-1.0.tar.gz 
     10 
     11Untar, compile and install:  
     12 
    713{{{ 
    8 svn co http://flexnets.upc.edu/svn/phal/trunk phal_trunk 
    9 cd phal_trunk 
    10 ./autogen.sh 
     14tar xzvf aloe-1.0.tar.gz 
     15cd aloe-1.0 
    1116./configure 
    1217make 
    1318sudo make install 
    1419}}} 
     20 
     21=== Debian packages === 
    1522 
    1623== Running an example ==