shadowsocks / libQtShadowsocks

A lightweight and ultra-fast shadowsocks library written in C++14 with Qt framework
GNU Lesser General Public License v3.0
1.5k stars 645 forks source link

有人写一下如何编译啊 #210

Open DaDaQingFeng opened 5 years ago

sochooligan commented 5 years ago

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

DaDaQingFeng commented 5 years ago

but how to build this on windows???