linux Linux Architecture and Components MOC
The process for installing from source varies for the different software, so check documentation.
Basic Process
- Change to source code folder
- Run
configurescript generating a ‘makefile’ - Compile source code with
make - Install dependencies
- Go back to step 3 until it compiles completely (Welcome to dependency hell!)
- Add to PATH with
sudo make install