Files
linux-wiki/content/deepin折腾笔记/第五章/5.22.2.md
2021-10-21 14:57:58 +08:00

12 lines
786 B
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 5.22.2 基于源码编译 Shadowsocks-Qt5
1. 安装依赖
sudo apt install --no-install-recommends debhelper pkg-config qt5-qmakeqtbase5-dev libbotan1.10-dev libqrencode-dev libzbar-devlibappindicator-dev
sudo apt install debhelper pkg-config qt5-qmake qtbase5-dev
2. 编译安装https://github.com/shadowsocks/libQtShadowsocks
export PATH="/usr/lib/x86_64-linux-gnu/qt5/bin:$PATH"
dpkg-buildpackage -uc -us -b
sudo dpkg -i ../libqtshadowsocks*.deb ../shadowsocks-libqtshadowsocks*.deb
3.编译安装https://github.com/shadowsocks/shadowsocks-qt5export PATH="/usr/lib/x86_64-linux-gnu/qt5/bin:$PATH"
dpkg-buildpackage -uc -us -b
sudo dpkg -i ../shadowsocks-qt5*.deb