marklogic-community/mlcplusplus

Errors on C# Mac Installer Documentation

Opened this issue · 2 comments

The C# Mac Installer documentation here:
http://adamfowleruk.github.io/mlcplusplus/api/page_mac_install_pkg.html

The brew install commands are incorrect, instead of:
brew install openssl –universal
The correct usage is
brew install --universal openssl

Formatting so that the brew commands are shown on individual lines also needs fixing.

Also - it looks like Google Glog is now in brew so can be installed that way.

Note: Install of C# on Windows now replaced with the MarkLogic.MLConnect.CSharp nuget package.