diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-07-13 20:12:10 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-07-13 20:12:10 +0200 |
commit | fa0bc2bbf53378f160fd66f6bdf7b8c106f71d16 (patch) | |
tree | 249d7724f4e62cca980a0f30c7f95bda2f0f89b2 | |
parent | 37a9772a5c1426b06bf691685cd9d59533dd67ab (diff) |
[docs] add depends step to howto
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | docs/test-float.rst | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -75,7 +75,7 @@ depends: -@make depends$(UNAME) dependsLinux: - @sudo apt install golang pkg-config dh-golang golang-golang-x-text-dev cmake devscripts fakeroot debhelper curl g++ qt5-qmake qttools5-dev-tools qtdeclarative5-dev qml-module-qtquick-controls libqt5qml5 qtdeclarative5-dev qml-module-qt-labs-platform qml-module-qt-labs-qmlmodels qml-module-qtquick-extras qml-module-qtquick-dialogs + @sudo apt install golang pkg-config dh-golang golang-golang-x-text-dev cmake devscripts fakeroot debhelper curl g++ qt5-qmake qttools5-dev-tools qtdeclarative5-dev qml-module-qtquick-controls2 libqt5qml5 qtdeclarative5-dev qml-module-qt-labs-platform qml-module-qtquick-extras qml-module-qtquick-dialogs @make -C docker deps @# debian needs also: snap install snapcraft --classic; snap install multipass --beta --classic diff --git a/docs/test-float.rst b/docs/test-float.rst index b3318ec..003aaaa 100644 --- a/docs/test-float.rst +++ b/docs/test-float.rst @@ -3,6 +3,7 @@ Testing float deployments You can quickly brand the client for test float instances.:: export PROVIDER=floatdemo + make depends make vendor && make build build/qt/release/floatdemo-vpn |