Errors on C# Mac Installer Documentation
Opened this issue · 2 comments
abedegno commented
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.
abedegno commented
Also - it looks like Google Glog is now in brew so can be installed that way.
adamfowleruk commented
Note: Install of C# on Windows now replaced with the MarkLogic.MLConnect.CSharp nuget package.