third_party: add the Pi-specific gpsctl
parent
9f5d1878fa
commit
4e23914b3e
@ -0,0 +1,2 @@
|
||||
incoming/
|
||||
*.pyc
|
@ -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…
Reference in New Issue