**My Commands:** `git clone https://github.com/WiringPi/WiringPi` `cd WiringPi/` `./build` **Error:** `sudo: make: command not found` **Fix:** `sudo apt-get update` `sudo apt-get install make` `sudo apt-get install gcc`