977
edits
Lukasblakk (talk | contribs) |
Lukasblakk (talk | contribs) |
||
Line 189: | Line 189: | ||
CXX=/tools/gcc/bin/g++ | CXX=/tools/gcc/bin/g++ | ||
'''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. | ||
* You need to install autoconf 2.13 | |||
wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz | wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz | ||
tar -xvzf autoconf-2.13.tar.gz | tar -xvzf autoconf-2.13.tar.gz | ||
Line 199: | Line 199: | ||
make install | make install | ||
Finally - chown -R cltbld:cltbld /builds | * Turn off sleep/hibernation | ||
System -> Preferences -> More Preferences -> Power Management | |||
(set all to never) | |||
* Finally | |||
- chown -R cltbld:cltbld /builds | |||
(otherwise you will not be able to create a slave in /builds as cltbld) | (otherwise you will not be able to create a slave in /builds as cltbld) |
edits