Skip to content

Commit 13ee05b

Browse files
committed
Mention dependency on libssl-dev in README.md
This dependency was introduced by upgrading to the new scrypt version in commit cee2aa9. Signed-off-by: Tilman Hoffbauer <turakar23@gmail.com>
1 parent 5274247 commit 13ee05b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Just to more confusion: We are still friends with HackMD :heart:
6868
- Node.js 6.x or up (test up to 7.5.0) and <10.x
6969
- Database (PostgreSQL, MySQL, MariaDB, SQLite, MSSQL) use charset `utf8`
7070
- npm (and its dependencies, especially [uWebSockets](https://github.com/uWebSockets/uWebSockets#nodejs-developers), [node-gyp](https://github.com/nodejs/node-gyp#installation))
71+
- `libssl-dev` for building scrypt (see [here](https://github.com/ml1nk/node-scrypt/blob/master/README.md#installation-instructions) for further information)
7172
- For **building** CodiMD we recommend to use a machine with at least **2GB** RAM
7273

7374
### Instructions

0 commit comments

Comments
 (0)