Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

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

Open
DaDaQingFeng opened this issue Jun 10, 2019 · 2 comments
Open

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

DaDaQingFeng opened this issue Jun 10, 2019 · 2 comments

Comments

@DaDaQingFeng
Copy link

No description provided.

@sochooligan
Copy link

sochooligan commented Jun 16, 2019

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
Copy link
Author

but how to build this on windows???

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants