diff options
author | Jakob Unterwurzacher | 2017-03-28 20:02:56 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-03-28 20:02:56 +0200 |
commit | dfbf642759ef33a41b1bbc874df066f170db77d6 (patch) | |
tree | 090f1b9ea386480bdbf2db9b1f7961d6980e599c | |
parent | 602f62b82170f0dcb85ed6b5016df49f3aa965a1 (diff) |
README: mention OpenSSL header install
https://github.com/rfjakob/gocryptfs/issues/98
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |