Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadowsocks/libsscrypto
Build libsscrypto.dll for shadowsocks-windows.
https://github.com/shadowsocks/libsscrypto
Last synced: 3 months ago
JSON representation
Build libsscrypto.dll for shadowsocks-windows.
- Host: GitHub
- URL: https://github.com/shadowsocks/libsscrypto
- Owner: shadowsocks
- License: gpl-2.0
- Created: 2015-09-18T08:19:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T14:16:41.000Z (almost 7 years ago)
- Last Synced: 2024-09-26T21:04:20.594Z (4 months ago)
- Language: C
- Homepage:
- Size: 4.62 MB
- Stars: 61
- Watchers: 19
- Forks: 117
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **52**星 - windows. (<a id="d03d494700077f6a65092985c06bf8e8"></a>工具 / <a id="cb16466a31a167bb61f39e2a4a85f449"></a>Shadowsocks)
README
# libsscrypto
Build libsscrypto.dll for shadowsocks-windows.
## Build
1) Get source code
```
git clone https://github.com/shadowsocks/libsscrypto.git
cd libsscrypto
git submodule update --init
```2) Compile
a) Open libsscrypto.sln with Visual Studio 2017.
b) Change the configuration to Release
c) Change the platform to Win32.
d) Right click the project mbedTLS, and select Properties.
i) Select General on left panel, and change Platform Toolset to v141.
ii) Select C/C++ / Code Generation, and change Runtime Library to /MT .
e) Right click Solution, and select Build Solution.