Read and decode key file
[rup.git] / README.md
1 == How to setup openssl on windows\r
2 \r
3 * Install vcpkg\r
4     * PS> git clone https://github.com/Microsoft/vcpkg.git\r
5     * PS> cd vcpkg\r
6     * PS> .\bootstrap-vcpkg.bat\r
7 * Install openssl dev livb\r
8     * PS> vcpkg install openssl:x64-windows\r
9 * Define these env variables:\r
10     * $env:VCPKG_ROOT=<path to vcpkg installation>\r
11     * $env:OPENSSL_DIR=<path to vcpkg installation>\installed\x64-windows\r
12 \r
13 \r
14 == Autoreload\r
15 \r
16 https://actix.rs/docs/autoreload/