[How To] Compile and Install a Program From Sources
July 24, 2008 – 11:59 pm by Sathya->
In this day modern day, most software installations can be done using repositories and package managers. However, you might face a situation of having only the source files availalble with you – you probably would want to try out bleeding edge software, which hasn’t been packaged yet, or isn’t available in the repos yet.
So if you really want to try it out, then the only way would be to download the source files and compile them.
Contrary to what most people think – Compiling from sources isn’t that complicated – the entire process takes 3 commands.
Popularity: 1% [?]















