Change to wfb-ng to test something
This commit is contained in:
parent
3a9b901cf6
commit
b5db39e481
6
Makefile
6
Makefile
@ -8,7 +8,9 @@ DRY_RUN=false
|
||||
# Define dependencies
|
||||
DEPENDENCIES := nano htop nload sshpass python3-pip git ninja-build pkg-config gcc g++ systemd dkms python3-all python3-all-dev libpcap-dev libsodium-dev libevent-dev python3-pip python3-pyroute2 python3-msgpack \
|
||||
python3-future python3-twisted python3-serial python3-jinja2 iw virtualenv debhelper dh-python fakeroot build-essential python3-autobahn python3-websockets nodejs npm gstreamer1.0-tools gstreamer1.0-plugins-base \
|
||||
gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-rtsp libgstrtspserver-1.0-0 python3-gi gstreamer1.0-gl libfuse2 libxcb-xinerama0 libxkbcommon-x11-0 libxcb-cursor-dev
|
||||
gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-rtsp libgstrtspserver-1.0-0 python3-gi gstreamer1.0-gl libfuse2 libxcb-xinerama0 libxkbcommon-x11-0 \
|
||||
libxcb-cursor-dev python3-gi python3-gst-1.0
|
||||
|
||||
|
||||
# Define installation targets and options
|
||||
.PHONY: enable install interactive dependencies uninstall default full-install spirilink-driver spirilink-software setup-webapp-service configure-spirilink install-key setup-rtsp-service install-QGC
|
||||
@ -180,7 +182,7 @@ spirilink-software:
|
||||
echo "Skipping SpiriLink software installation."; \
|
||||
fi; \
|
||||
else \
|
||||
git clone -b og https://git.spirirobotics.com/aepko/SpiriLink.git ~/home/spiri/spirilink && \
|
||||
git clone https://github.com/svpcom/wfb-ng.git ~/home/spiri/spirilink && \
|
||||
cd ~/home/spiri/spirilink && \
|
||||
$(SUDO) chmod +x ./scripts/install_gs.sh; \
|
||||
$(SUDO) ./scripts/install_gs.sh spir0; \
|
||||
|
Loading…
Reference in New Issue
Block a user