From: S. E. <ser...@se...> - 2008-12-25 06:20:10
|
I recently went through the effort to test out Fedora 10, and thought I would document the steps needed to prepare a fresh install as an AstLinux build machine. These steps have been proven on a fresh install of Fedora 10 Desktop (x86) 1. Open up a terminal 2. Type 'su root' and then enter your root password. 3. Type the following commands answering 'Y' when it asks for permission to install yum install subversion yum install make yum install gcc yum install nasm yum install autoconf yum install gettext yum install texinfo yum install bison yum install flex yum install wget yum install byacc yum install patch yum install zlib-devel 4. Type 'exit' to stop being a root user. 5. Close the terminal Now you should be set-up to follow the rest of the steps as detailed at: http://www.astlinux.org/node/24 Hope this helps someone at some point... -Steve |