Changes between Version 13 and Version 14 of QuickStartGuide
- Timestamp:
- 09/15/09 20:17:09 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QuickStartGuide
v13 v14 5 5 == Downloading & Installing == 6 6 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 7 Download 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 10 8 11 9 Make sure you have the following libraries in your system: … … 30 28 sudo make install 31 29 }}} 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 update44 sudo apt-get install aloe45 }}}46 47 === Fedora (i386) ===48 49 Download rpm at http://flexnets.upc.edu/downloads/fedora/aloe-1.0-1.i386.rpm50 30 51 31
