I should sleep
pull/455/head
SpudGunMan 2022-10-18 23:11:27 -07:00
rodzic d6e85c3e53
commit 85461fc60c
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -598,7 +598,7 @@ EOF
# WFVIEW
################################
WFVIEW() {
cd ${BUILDDIR} || return
sudo apt-get install -y libasound2-dev cmake build-essential libudev-dev qt5-qmake libqt5core5a
sudo apt-get -y install build-essential
sudo apt-get -y install qt5-qmake

Wyświetl plik

@ -269,7 +269,7 @@ WFVIEWSVR() {
mkdir build
cd build
qmake ../wfserver/wfserver.pro
qmake ../wfserver.pro
make -j2
sudo make install