Changes between Version 24 and Version 25 of Installation_old

Show
Ignore:
Timestamp:
07/27/11 15:17:26 (14 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation_old

    v24 v25  
    80804. Check if cmake is available, otherwise install cmake: 
    8181 
    82 '''Note:''' you may need to add an additional repositorium (epel.repo) to the /etc/yum.repos.d. The content of this file may looks as follows: 
    83 {{{ 
    84 #!div style="font-size: 90%" 
    85 {{{#!sh 
    86 [epel]                                                                                                                     
    87 name=Extra Packages for Enterprise Linux 5 - $basearch 
    88  
    89 #baseurl=http://download.fedoraproject.org/pub/epel/5/$basearch 
    90 mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch 
    91 failovermethod=priority 
    92 enabled=1 
    93 gpgcheck=0                                                                                                                 
     82 '''Note:''' you may need to add an additional repositorium (epel.repo) to the /etc/yum.repos.d. The content of this file may looks as follows: 
     83 {{{ 
     84 #!div style="font-size: 90%" 
     85 {{{#!sh 
     86 [epel] 
     87 name=Extra Packages for Enterprise Linux 5 - $basearch 
     88  
     89 #baseurl=http://download.fedoraproject.org/pub/epel/5/$basearch 
     90 mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch 
     91 failovermethod=priority 
     92 enabled=1 
     93 gpgcheck=0 
    9494}}} 
    9595}}}