From dfbf642759ef33a41b1bbc874df066f170db77d6 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 28 Mar 2017 20:02:56 +0200 Subject: [PATCH] README: mention OpenSSL header install https://github.com/rfjakob/gocryptfs/issues/98 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2279093..e6499b3 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,9 @@ Compile $ cd $(go env GOPATH)/src/github.com/rfjakob/gocryptfs $ ./build.bash -Or, if you don't have OpenSSL installed: +build.bash needs the OpenSSL headers installed (Debian: `apt install libssl-dev`, +Fedora: `dnf install openssl-devel`). Alternatively, you can compile +without OpenSSL using $ ./build-without-openssl.bash