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