Skip to content

Instantly share code, notes, and snippets.

@ssrlive
Last active November 28, 2021 05:08
Show Gist options
  • Save ssrlive/a8a185bef384a3b93df2d4c8d1ce146e to your computer and use it in GitHub Desktop.
Save ssrlive/a8a185bef384a3b93df2d4c8d1ce146e to your computer and use it in GitHub Desktop.
build ssr-native on windows
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
@ssrlive
Copy link
Author

ssrlive commented Nov 28, 2021

build ssr-native on windows, you must install git , cmake , and Visual Studio first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment