Course Categories: CS1/CS2/Data Structures | Software Engineering & Process |
FOSS Categories: Coding & Style | Product Packaging & Distribution |
Tags: configure | linux | make |
Overview:
In the modern UNIX/Linux/BSD era, the most common way to build and install open source software is with the use of “configure” and “make” tools. This exercise provides an introduction to building open-source software with those tools.
Link: http://foss2serve.org/index.php/Introduction_to_building_open_source_software
Source: foss2serve.org
Return to Teaching Materials