Changes between Version 13 and Version 14 of QuickStartGuide

Show
Ignore:
Timestamp:
09/15/09 20:17:09 (17 years ago)
Author:
ismael (IP: 85.84.54.15)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuickStartGuide

    v13 v14  
    55== Downloading & Installing == 
    66 
    7 === Source === 
    8  
    9 Download from http://flexnets.upc.edu/downloads/source/aloe-1.0.tar.gz or check last svn tag release at: http://flexnets.upc.edu/svn/phal/tags 
     7Download source from http://flexnets.upc.edu/downloads/source/aloe-1.0.tar.gz or check last svn tag release at: http://flexnets.upc.edu/svn/phal/tags 
    108 
    119Make sure you have the following libraries in your system: 
     
    3028sudo make install 
    3129}}} 
    32  
    33 === Debian (i386) === 
    34  
    35 Edit your /etc/apt/sources.list and add the following line: 
    36  
    37 {{{ 
    38 deb http://flexnets.upc.edu/debian/ ./ 
    39 }}} 
    40  
    41 Then update & install: 
    42 {{{ 
    43 sudo apt-get update 
    44 sudo apt-get install aloe 
    45 }}} 
    46  
    47 === Fedora (i386) === 
    48  
    49 Download rpm at http://flexnets.upc.edu/downloads/fedora/aloe-1.0-1.i386.rpm 
    5030 
    5131