README: mention OpenSSL header install

https://github.com/rfjakob/gocryptfs/issues/98
This commit is contained in:
Jakob Unterwurzacher 2017-03-28 20:02:56 +02:00
parent 602f62b821
commit dfbf642759
1 changed files with 3 additions and 1 deletions

View File

@ -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