We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f1bd8 commit fb81c3dCopy full SHA for fb81c3d
src/configure
@@ -64,7 +64,7 @@ if [ "$os_VENDOR" == "Ubuntu" ]; then
64
fi
65
66
print_title "Check deps"
67
- sudo apt-get install automake subversion libtool libssl-dev \
+ sudo apt-get install automake libtool libssl-dev \
68
libssh2-1-dev g++ libgl1-mesa-dev -y
69
70
build_breakpad
@@ -76,7 +76,7 @@ elif [ "$os_VENDOR" == "Fedora" ]; then
76
77
sudo yum install libssh2 libssh2-devel qt5-qtbase qt5-qtsvg-devel \
78
qt5-qtdeclarative-devel qt5-qtgraphicaleffects qt5-qtquickcontrols \
79
- qt5-qttools gcc gcc-c++ libstdc++-static subversion git rsync \
+ qt5-qttools gcc gcc-c++ libstdc++-static git rsync \
80
redhat-rpm-config -y
81
82
0 commit comments