Difference between revisions of "SPO600 Code Building Lab"
Chris Tyler (talk | contribs) (→Tasks) |
Chris Tyler (talk | contribs) (→Tasks) |
||
Line 9: | Line 9: | ||
=== Tasks === | === Tasks === | ||
− | {{Admon/caution|Do not build or install as root.|Do not build the software as root, and do not install the software into the system directories.}} | + | {{Admon/caution|Do not build or install this software as the root user.|Do not build the software as root, and do not install the software into the system directories. Doing so may cause conflicts with other software on the system and/or may leave your system in an unusable state, and may be very difficult to reverse.}} |
− | # Select a software package from the | + | # Select a software package from the [http://www.gnu.org/software/software.html Free Software Foundation's GNU Project]. |
− | # Build the software. You may need to install build dependencies (e.g., compilers, tools, and libraries). | + | # Build the software. You may need to install build dependencies (e.g., compilers, tools, and libraries); you can do this (and only this) as the root user. |
# Test that it works. | # Test that it works. | ||
# Select a second, open source software package that has a different license, and repeat the process with that software. | # Select a second, open source software package that has a different license, and repeat the process with that software. | ||
# Blog about the process, your results, your observations, and what you learned. | # Blog about the process, your results, your observations, and what you learned. |
Revision as of 22:40, 10 January 2016
Lab 2
Prerequisites
You must have working accounts on a Linux server (such as Matrix, Zenit, the SPO600 Servers or your own system).
Tasks
- Select a software package from the Free Software Foundation's GNU Project.
- Build the software. You may need to install build dependencies (e.g., compilers, tools, and libraries); you can do this (and only this) as the root user.
- Test that it works.
- Select a second, open source software package that has a different license, and repeat the process with that software.
- Blog about the process, your results, your observations, and what you learned.