977
edits
Lukasblakk (talk | contribs) |
Lukasblakk (talk | contribs) |
||
| Line 190: | Line 190: | ||
'''ssh keys''' are not installed, so depending on what network the machine is put on, copy from another machine on the network. | '''ssh keys''' are not installed, so depending on what network the machine is put on, copy from another machine on the network. | ||
Also you need to install autoconf 2.13 | |||
wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz | |||
tar -xvzf autoconf-2.13.tar.gz | |||
cd autoconf-2.13/ | |||
./configure --program-suffix=-2.13 | |||
make | |||
make install | |||
Scratchbox is not installed either - so follow the [http://wiki.mozilla.org/ReferencePlatforms/Linux-CentOS-5.0#Installing_Scratchbox Instructions] if you need that. | Scratchbox is not installed either - so follow the [http://wiki.mozilla.org/ReferencePlatforms/Linux-CentOS-5.0#Installing_Scratchbox Instructions] if you need that. | ||
edits