Changes between Version 27 and Version 28 of Installation_old

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

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation_old

    v27 v28  
    7979 
    80804. Check if cmake is available, otherwise install cmake: 
     81{{{ 
     82#!div style="font-size: 90%" 
     83{{{#!sh 
     84yum install cmake 
     85}}} 
     86}}} 
     87'''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: 
     88{{{ 
     89#!div style="font-size: 90%" 
     90{{{#!sh 
     91[epel] 
     92name=Extra Packages for Enterprise Linux 5 - $basearch 
    8193 
    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 
    94  }}} 
    95  }}} 
    96  
    97  {{{ 
    98  #!div style="font-size: 90%" 
    99  {{{#!sh 
    100  yum install cmake 
    101  }}} 
    102  }}} 
     94#baseurl=http://download.fedoraproject.org/pub/epel/5/$basearch 
     95mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch 
     96failovermethod=priority 
     97enabled=1 
     98gpgcheck=0 
     99}}} 
     100}}} 
    103101 
    1041025. Set required environment variables 
     
    144142}}} 
    145143}}} 
     144}}}