Skip to content

Commit

Permalink
added windows instructions to the radme
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMyst authored Mar 27, 2021
1 parent ef6e7e2 commit e6e6c35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit e6e6c35

Please sign in to comment.