libQtShadowsocks icon indicating copy to clipboard operation
libQtShadowsocks copied to clipboard

有人写一下如何编译啊

Open DaDaQingFeng opened this issue 5 years ago • 2 comments

DaDaQingFeng avatar Jun 10 '19 04:06 DaDaQingFeng

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

sochooligan avatar Jun 16 '19 05:06 sochooligan

but how to build this on windows???

DaDaQingFeng avatar Jun 17 '19 05:06 DaDaQingFeng