Advertisement

Building Programs from Source on any Linux Distribution

Building Programs from Source on any Linux Distribution In this video, I am going over building programs from source on any Linux distribution.

Install the essentials
$ sudo apt-get install build-essential git

Next get the grab the project..
$ wget
OR
$ git clone

Extract Tar file - Skip if git clone used
$ tar -xzvf test.tar.gz

Resolve Dependencies
$ ./configure
**LOOK FOR ERRORS! install any missing packages before continuing.

Compile project
$ make

Install project
$ sudo make install

Notes:
-Program won't be updated
-To uninstall you much use $ sudo make uninstall from directory
**If directory is deleted, you will need to recompile before uninstalling

Where can I find you!?
- Discord ➜
- Patreon ➜
- Official Site ➜
- Reddit ➜
- Twitter ➜
- Twitch (Live Streams) ➜

===My Recommend PC Hardware===


===My Recommended Linux Books===


===My Current YouTube Gear===


DISCLAIMER: This video and description contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help supports the channel and allows us to continue to make videos like this. Thank you for your support!

chris titus tech,linux,linux mint,linux from scratch,best linux distributions,distribution,open source,build linux from scratch,source,linux tutorial,linux distribution,linux distributions,build bitcoin from source,top linux distributions,bitcoin compile on linux,compile from source,linux (operating system),write swift code on linux,how to write code on linux,compile program linux,compile c program in linux,cmake tutorial,cmake tutorial linux,

Post a Comment

0 Comments