-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
.vs/ | ||
.vscode/ | ||
*.user | ||
*.suo | ||
*.sdf | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# SSR client for Windows | ||
|
||
This client integrates SSRoT functions for simple operation. | ||
|
||
This software is open source software. | ||
|
||
# Build | ||
``` | ||
git clone https://github.com/ShadowsocksR-Live/ssrWin.git | ||
cd ssrWin | ||
# Please be patient, the following operation takes a long time. | ||
git submodule update --init --recursive | ||
``` | ||
Then you can open the `ssrWin/src/ssrWin.sln` with Visual Studio 2010~2019 to build it. | ||
|
||
# Release link | ||
|
||
https://github.com/ShadowsocksR-Live/ssrWin/releases/latest | ||
|
||
# Feedback | ||
|
||
If you have any questions or suggestions, please post your [issues](https://github.com/ShadowsocksR-Live/ssrWin/issues). | ||
|