F5OEO-WsprryPi/BUILD

16 wiersze
274 B
Python

Install required packages:
sudo apt-get install git g++ make grep mawk ntp
Get code/ compile:
rm -rf WsprryPi
git clone https://github.com/JamesP6000/WsprryPi.git
cd WsprryPi
make
Install to /usr/local/bin:
sudo make install
Uninstall:
sudo make uninstall