December 2018
Beginner
826 pages
22h 54m
English
For most Linux programs (certainly of the C variety), this pattern is fairly standard. Copy down the source code, configure it with its defaults (or make any changes that you want), compile the software, and install it variously on the filesystem.
The INSTALL file provides a good overview of the different steps, but in short, they look like this:
Easy, right?