libQtShadowsocks
libQtShadowsocks copied to clipboard
有人写一下如何编译啊
For MacOS: (1) Qt5 brew install qt5 (2) botan brew install botan brew link botan (3) libQtShadowsocks mkdir build && cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local make all make install (4) shadowsocks-qt5 brew update brew install libqrencode zbar mkdir build && cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local make make install
but how to build this on windows???