third_party: add the Pi-specific gpsctl

master
Michael Hope 4 years ago
parent 9f5d1878fa
commit 4e23914b3e

2
.gitignore vendored

@ -0,0 +1,2 @@
incoming/
*.pyc

3
.gitmodules vendored

@ -0,0 +1,3 @@
[submodule "third_party/gpsctl"]
path = third_party/gpsctl
url = https://github.com/SlightlyLoony/gpsctl.git

@ -0,0 +1,5 @@
deps:
sudo apt install wiringpi
gpsctl:
cd third_party/gpsctl && cmake . && $(MAKE)

@ -0,0 +1 @@
Subproject commit 54be3dcbd49da2442aca94e2f33a70720a4d0326
Loading…
Cancel
Save