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 |
| 95 | mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch |
| 96 | failovermethod=priority |
| 97 | enabled=1 |
| 98 | gpgcheck=0 |
| 99 | }}} |
| 100 | }}} |