Run the command:
sudo apt-get install build-essential
Chances are you will need things like gcc to actually do the building so you might as well install those as well. The build-essential package will install other tools used along with make.
Run the command:
sudo apt-get install build-essential
Chances are you will need things like gcc to actually do the building so you might as well install those as well. The build-essential package will install other tools used along with make.
sudo apt-get update
sudo apt-get -y install make
(-y = answer 'yes' to any prompts)
Check the installed version:
make -v
Videos
Very new to Linux. Been using Raspbian on my pi for a couple months. I've been successful in installing software from source. I've been noticing that whenever I use apt-get install it is so much easier and usually works without some fussing.
I usually try to save questions for Reddit until I'm out of Googling ideas, but where can I find a great place to find apt-get software and understand it?
Most of my programming experience has been through web languages so I'm clueless when it comes to compiling. When I tried to install Apache through make, make install it was unsuccessful. I'm not sure why, but when I attempted the same feat with apt-get it worked perfectly. Why is that?
Thanks :)
Im trying to install some drivers for my wifi dongle and im up to running the script but im instructed to use 'sudo apt install make' in order to run the command (make CC=/usr/bin-gcc-5
can anyone point me to where this file is held online to download on my other laptop with wifi. Thanks
Version of ubuntu is 5.11.0-16 :)