Open main menu

CDOT Wiki β

Changes

OPS235 Lab 5 - Fedora17

44 bytes added, 10:27, 10 February 2012
no edit summary
{{Admon/note|Use fedora2|Perform these steps in the '''fedora2''' virtual machine.}}
{{Admon/important|Compiling requires the correct tools to be installed. | In order to build software from source code, you must have the appropriate software development tools (such as make and gcc) and libraries (such as GTK) installed. The required tools will vary depending on the computer languages used in the software being built. In Fedora,  # Issue the following command will to install a basic set of development tools and libraries:<br /><br /> <code>yum groupinstall "Development Tools" "Development Libraries"</code><br . {{Admon/><br /> '''You may note|Installing Development Libraries|In the future, remember the above procedure whenever installing software from source. Sometimes, you need to install additional tools or libraries in order to compile a particular software package.'''}}  
#Go to the directory <code>/tmp</code>
#Use the <code>wget</code> command to download the "tar ball" that contains the source code for the NLED text editor. <code>wget</code> is a command-line tool to download files from the web using the http or ftp protocols.
13,420
edits