TheWanderingCoel / Trojan-Qt5
- вторник, 25 февраля 2020 г. в 00:19:13
C
A cross-platform trojan GUI client based on Shadowsocks-qt
A cross-platform Trojan GUI client
You can download from release page
git clone https://github.com/qt-labs/qthttpserver.git
cd qthttpserver
qmake
make -j$(nproc) // nmake on Windows
make install // nmake install on Windows
C:\"Program Files (x86)"\"Microsoft Visual Studio"\2019\Community\VC\Auxiliary\Build\vcvarsall.bat x86
git clone https://github.com/TheWanderingCoel/Trojan-Qt5-Libraries.git C:\TQLibraries
curl -Lo boost_1_72_0-msvc-14.2-32.exe https://sourceforge.net/projects/boost/files/boost-binaries/1.72.0/boost_1_72_0-msvc-14.2-32.exe/download
powershell ".\\boost_1_72_0-msvc-14.2-32.exe /SILENT /SP- /SUPPRESSMSGBOXES /DIR='C:\TQLibraries\boost_1_72_0'"
mkdir build && cd build
qmake ..
nmake
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install zbar qrencode boost openssl@1.1 zlib pcre
mkdir build && cd build
qmake ..
make -j$(nproc)
sudo apt-get install libgl-dev git build-essential g++ python-dev autotools-dev libicu-dev libbz2-dev checkinstall zlib1g-dev -y
sudo bash scripts/linux_compile.sh
cd src/privoxy
autoheader && autoconf && ./configure
cd ../..
mkdir build && cd build
qmake ..
make -j$(nproc)
certutil -hashfile Trojan-Qt5-Windows.zip MD5
md5 -r Trojan-Qt5-macOS.dmg
md5sum Trojan-Qt5-Linux.AppImage
certutil -hashfile Trojan-Qt5-Windows.zip SHA1
shasum Trojan-Qt5-macOS.dmg
sha1sum Trojan-Qt5-Linux.AppImage
Note: Trojan-Qt5 can ONLY be used for learning related technologies such as Qt/C++/Linux/CI/automation and use within the scope permitted by law. Any individual or group MAY NOT use Trojan-Qt5 for any violation of relevant laws and regulations.
Any attempt to download of any branch or distribution of Trojan-Qt5 constitutes your agreement that the author of the project will not be liable for any legal liability arising from your breach of the above guidelines.
This project is based on:
Thanks for @eejworks 's Fantastic UI Design(working in progress)