X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=README.md;h=6802a757cfb5974c206d9b71f5eafdf7772692fd;hb=3a070ca2a63491b4d714643ae550b09773660c1e;hp=d91fd323fb48d8b07dc98a1dd34ff2875d0c0a3d;hpb=7b132e2976883c7b8e63540129a36eb63ceb33c5;p=rup.git diff --git a/README.md b/README.md index d91fd32..6802a75 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,18 @@ -== How to setup openssl on windows +## How to setup openssl on windows * Install vcpkg * PS> git clone https://github.com/Microsoft/vcpkg.git * PS> cd vcpkg * PS> .\bootstrap-vcpkg.bat * Install openssl dev livb - * PS> vcpkg install openssl:x64-windows + * PS> .\vcpkg.exe install openssl:x64-windows * Define these env variables: * $env:VCPKG_ROOT= * $env:OPENSSL_DIR=\installed\x64-windows +* Add this path to $env:PATH: + * \installed\x64-windows\bin -== Autoreload +## Autoreload https://actix.rs/docs/autoreload/ \ No newline at end of file