Updated Mac OS X (markdown)

Ben RUBSON
2020-02-29 10:36:54 +01:00
parent 3241ace83d
commit 052ff49703

@@ -2,11 +2,11 @@
1. Install the run tools, build tools and dependencies : 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. [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. Brew](https://brew.sh), or [MacPorts](https://www.macports.org) ([GitHub](https://github.com/macports/macports-base)), last version preferred.
MacPorts CMake package. Brew or MacPorts CMake package.
MacPorts OpenSSL package. Brew or MacPorts OpenSSL package.
2. Compile, test and install following the `INSTALL.md` file from the version you use. 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 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 : 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 :
`-DENABLE_NLS=OFF -DOPENSSL_ROOT_DIR=/opt/local` `-DOPENSSL_ROOT_DIR=/opt/local`