Installing Linux software from source files

​Having pre-packaged file to install software in Linux system is nice, someone did hard work for us, however such an opportunity is not always available and software needs to be compiled from scratch.

Please refer to installation instructions of each individual software package as installation steps may differ.

Installation of such software may require compiling in your system. It is usually done by executing make and make install commands.

Compiling software from scratch may require additional dependencies to be available in the system, as source code may just refer that specific code needs to be included, however such code is not provided.

Many of common software libraries are not included with such a software package.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator