X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=README.md;fp=README.md;h=d91fd323fb48d8b07dc98a1dd34ff2875d0c0a3d;hb=7b132e2976883c7b8e63540129a36eb63ceb33c5;hp=0000000000000000000000000000000000000000;hpb=8834567b2f53bad60b9d77ff7970077f9af0888d;p=rup.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..d91fd32 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +== 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 +* Define these env variables: + * $env:VCPKG_ROOT= + * $env:OPENSSL_DIR=\installed\x64-windows + + +== Autoreload + +https://actix.rs/docs/autoreload/ \ No newline at end of file