Last active
November 28, 2021 05:08
-
-
Save ssrlive/a8a185bef384a3b93df2d4c8d1ce146e to your computer and use it in GitHub Desktop.
build ssr-native on windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone --recurse-submodules https://github.com/ShadowsocksR-Live/shadowsocksr-native.git ssr-n | |
mkdir .\ssr-n\build | |
cd .\ssr-n\build | |
cmake .. | |
cmake --build . --config Release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
build ssr-native on windows, you must install
git
,cmake
, andVisual Studio
first.