Add a configuration file + crypto module interface
[rup.git] / README.md
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..d91fd32
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+== How to setup openssl on windows\r
+\r
+* Install vcpkg\r
+    * PS> git clone https://github.com/Microsoft/vcpkg.git\r
+    * PS> cd vcpkg\r
+    * PS> .\bootstrap-vcpkg.bat\r
+* Install openssl dev livb\r
+    * PS> vcpkg install openssl:x64-windows\r
+* Define these env variables:\r
+    * $env:VCPKG_ROOT=<path to vcpkg installation>\r
+    * $env:OPENSSL_DIR=<path to vcpkg installation>\installed\x64-windows\r
+\r
+\r
+== Autoreload\r
+\r
+https://actix.rs/docs/autoreload/
\ No newline at end of file