From e6e6c35a16fe747e6958357c89a927d1a7f7ed3b Mon Sep 17 00:00:00 2001 From: CodeMyst Date: Sat, 27 Mar 2021 14:53:42 +0100 Subject: [PATCH] added windows instructions to the radme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dab8bd4..578359f 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ pastemyst also provides a first-party cli tool to interact with pastemyst direct to build and run pastemyst you need `dmd`, `dub`, `libssl-dev` (1.1), `libscrypt` (`libscrypt-dev` in ubuntu repos), `mongodb` and [`pastemyst-autodetect`](https://github.com/codemyst/pastemyst-autodetect). +on windows `libssl` should already be installed and `libscrypt` is prepackaged in `lib/windows/scrypt.lib` (you can build it yourself from https://github.com/CodeMyst/libscrypt). + you also need the `diff` and `patch` tools installed to be able to edit pastes and look at the history. run the mongodb server on `127.0.0.1` and create 2 databases, `pastemyst` and `pastemyst-test` (for unit testing).