Lesson 11
Dates: 4/10/2014
Application compilation and installation on Linux
Linux for Engineering and IT Applications
References
The textbook: Static libraries and Makefiles
The textbook: Shared libraries
Makefiles in Linux: An Overview
Create Debian Linux packages
Basics of the Debian package management system
Outline
Compilation stages
Static libraries
Shared libraries
Exercises: compilation
Makefile
Makefile with macros
Makefile with phony targets
make all
suffix rules
suffix rules with dependencies
Exercises with Makefiles
Exercise with Multiple Makefiles
Packaging an application
What is in the package?
Exercise: building a package
References
Take me to the Course Website