---

Basics Of Compiling Software From Source Code In Linux

From time to time, you may want or need to compile a software/program from the source code. This involves compiling C or C++ code into something we can execute in Linux. Depending on the software you wish to compile, it’s often unnecessary to do so. This is because your distribution will likely have the binary form of the program already in the software repositories. In fact, you should choose the binary packages over compiling from source. One reason is that it could potentially introduce problems for your system. However, if ever the time should come where you need compile from source, this guide will give you some basic pointers.

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis