From c56d87d4da55409d60f05e6a0cf802b19ab23e17 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Thu, 15 Nov 2018 08:25:38 +0100 Subject: [PATCH] added MacOS compile hints --- README | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index 5ca9bd1..ddd02cf 100644 --- a/README +++ b/README @@ -73,6 +73,7 @@ make install If you want the ssh module, you have to setup libssh (not libssh2!) on your system, get it from http://www.libssh.org, for ssh v1 support you also need to add "-DWITH_SSH1=On" option in the cmake command line. +IMPORTANT: If you compile on MacOS then you must do this - do not install libssh via brew! If you use Ubuntu/Debian, this will install supplementary libraries needed for a few optional modules (note that some might not be available on your distribution): @@ -84,7 +85,7 @@ apt-get install libssl-dev libssh-dev libidn11-dev libpcre3-dev \ ``` This enables all optional modules and features with the exception of Oracle, -SAP R/3 and the apple filing protocol - which you will need to download and +SAP R/3, NCP and the apple filing protocol - which you will need to download and install from the vendor's web sites. For all other Linux derivates and BSD based systems, use the system diff --git a/README.md b/README.md index 5ca9bd1..ddd02cf 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ make install If you want the ssh module, you have to setup libssh (not libssh2!) on your system, get it from http://www.libssh.org, for ssh v1 support you also need to add "-DWITH_SSH1=On" option in the cmake command line. +IMPORTANT: If you compile on MacOS then you must do this - do not install libssh via brew! If you use Ubuntu/Debian, this will install supplementary libraries needed for a few optional modules (note that some might not be available on your distribution): @@ -84,7 +85,7 @@ apt-get install libssl-dev libssh-dev libidn11-dev libpcre3-dev \ ``` This enables all optional modules and features with the exception of Oracle, -SAP R/3 and the apple filing protocol - which you will need to download and +SAP R/3, NCP and the apple filing protocol - which you will need to download and install from the vendor's web sites. For all other Linux derivates and BSD based systems, use the system