Changes

Jump to: navigation, search

OPS235 Lab 5 - CentOS6

73 bytes removed, 22:22, 7 January 2014
Investigation 3: How do you build software from source code?
Now that you know how to create and decompress "zipped tarball archives", we will demonstrate how to install applications from websites containing these types of archives. Although this method is not as "user-friendly" as using the yum or rpm command, this method is useful if the application is NOT contained in regular software repositories...
{{Admon/note|Use fedora2centos2|Perform these steps in the '''fedora2centos2''' virtual machine.}}
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.
#Boot up your '''fedora2''' VM. <!-- corrected a couple typos Eric D.-->
# Issue the following command to install a basic set of development tools and libraries:<br /><code>yum groupinstall "Development Tools" "Development Libraries"</code>

Navigation menu