diff --git a/.travis.yml b/.travis.yml index 0e70086..fac6af3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ before_install: # TODO: I usually make builds with 5.14 - Duke - sudo add-apt-repository ppa:beineri/opt-qt591-trusty -y - sudo apt-get update -qq - - sudo apt-get install qt59base qt59websockets + - sudo apt-get install qt59base - source /opt/qt59/bin/qt59-env.sh - chmod +x res/libsodium/buildlibsodium.sh diff --git a/README.md b/README.md index d43fe20..f4d5061 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ sudo apt-get -y install libglu1-mesa-dev freeglut3-dev mesa-common-dev You can install the pre-reqs and build on Ubuntu 18.04 & 20.04 with: ```shell script -sudo apt-get -y install qt5-default qt5-qmake libqt5websockets5-dev qtcreator +sudo apt-get -y install qt5-default qt5-qmake qtcreator git clone https://git.hush.is/hush/SilentDragon cd SilentDragon ./build.sh linguist @@ -99,7 +99,7 @@ cd SilentDragon You can install the pre-reqs and build on Arch Linux with: ```shell script -sudo pacman -S qt5-base qt5-tools qtcreator qt5-websockets rust +sudo pacman -S qt5-base qt5-tools qtcreator rust git clone https://git.hush.is/hush/SilentDragon cd SilentDragon ./build.sh linguist