From 534a42f619b8a7e3226ad7e67601bbaef6bd2f31 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 20 Sep 2018 21:35:02 -0700 Subject: add libsodium-dev as a dep --- rust/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'rust') diff --git a/rust/README.md b/rust/README.md index 2bf86d3c..ddde9b80 100644 --- a/rust/README.md +++ b/rust/README.md @@ -7,6 +7,7 @@ Rust implementation of fatcat API server (`fatcatd`). - diesel (`cargo install diesel_cli`) - postgres (9.6+; targetting 11.1 for production) - postgres libs (debian: `sudo apt install libsqlite3-dev libpq-dev`) +- libsodium library and development headers (debian: `libsodium-dev`) Create a new postgres superuser. A regular postgres user and an existing database should also work (with up/down migrations), but it's easier to just -- cgit v1.2.3