Building Programs from Source on any Linux Distribution
Chris Titus Tech
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 https://www.example.com/test.tar.gz OR $ git clone https://github.com/ChrisTitusTech/gnome-layout-manager
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
💻 Recommendations 💻
- My Windows Anti-Virus ➜ https://links.christitus.com/webroot
- My VPN Service ➜ https://links.christitus.com/expressvpn
- Website Recommendations ➜ https://www.christitus.com/recommendations
🕹 Live Streams Monday & Friday 🕹
- Twitch ➜ https://www.twitch.tv/christitustech
- YouTube Archive ➜ https://www.youtube.com/c/ChrisTitusTechStreams
🖥 Contact me 🖥
- Patreon ➜ https://www.patreon.com/christitustech
- Official Site ➜ https://www.christitus.com
- Twitter ➜ https://twitter.com/christitustech
🚑 Need Help!? Ask our community! 🚑
- Discord ➜ https://www.christitus.com/discord
- Reddit ➜ https://www.reddit.com/r/ChrisTitusTech/
💰 My Amazon Store (YouTube Gear, PC Hardware, and Books I recommend) 💰
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 helps supports the channel and allows us to continue to make videos like this. Thank you for your support! ... https://www.youtube.com/watch?v=atSZAbyrjxU
46837360 Bytes