diff --git a/Mac-OS-X.md b/Mac-OS-X.md index 0d55a74..bf2fada 100644 --- a/Mac-OS-X.md +++ b/Mac-OS-X.md @@ -2,11 +2,11 @@ 1. Install the run tools, build tools and dependencies : [FUSE for macOS](https://osxfuse.github.io) ([GitHub](https://github.com/osxfuse/osxfuse)), last version preferred. -[MacPorts](https://www.macports.org) ([GitHub](https://github.com/macports/macports-base)), last version preferred. -MacPorts CMake package. -MacPorts OpenSSL package. +Brew](https://brew.sh), or [MacPorts](https://www.macports.org) ([GitHub](https://github.com/macports/macports-base)), last version preferred. +Brew or MacPorts CMake package. +Brew or MacPorts OpenSSL package. 2. Compile, test and install following the `INSTALL.md` file from the version you use. For example, for 1.9.5 : https://github.com/vgough/encfs/blob/v1.9.5/INSTALL.md -You [may need](https://github.com/vgough/encfs/issues/532) the following additional options : -`-DENABLE_NLS=OFF -DOPENSSL_ROOT_DIR=/opt/local` \ No newline at end of file +As of EncFS 1.9.5, you [may need](https://github.com/vgough/encfs/issues/532) the following additional option if you use OpenSSL package from MacPorts : +`-DOPENSSL_ROOT_DIR=/opt/local` \ No newline at end of file