From cf97d1e99170f41251fc1e46ad0b9165aa2ca7b9 Mon Sep 17 00:00:00 2001 From: Johanna Amann Date: Tue, 1 Dec 2015 13:13:48 -0800 Subject: [PATCH] Update installation instructions to add os-x openssl dependency. Also remove blob about binary mac packages, which we no longer provide. --- doc/install/install.rst | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/doc/install/install.rst b/doc/install/install.rst index ca1ea7f26a..d12fcfc446 100644 --- a/doc/install/install.rst +++ b/doc/install/install.rst @@ -82,10 +82,12 @@ To install the required dependencies, you can use: "Preferences..." -> "Downloads" menus to install the "Command Line Tools" component). - OS X comes with all required dependencies except for CMake_, SWIG_, and CAF. + OS X comes with all required dependencies except for CMake_, SWIG_, OpenSSL, + and CAF. (OpenSSL is part of OS X and does not have to be installed for system + versions 10.10 and older; it was removed in OS X 10.11). Distributions of these dependencies can likely be obtained from your preferred Mac OS X package management system (e.g. Homebrew_, MacPorts_, - or Fink_). Specifically for Homebrew, the ``cmake``, ``swig``, + or Fink_). Specifically for Homebrew, the ``cmake``, ``swig``, ``openssl`` and ``caf`` packages provide the required dependencies. @@ -127,13 +129,7 @@ platforms for binary releases and for installation instructions. Linux based binary installations are usually performed by adding information about the Bro packages to the respective system packaging tool. Then the usual system utilities such as ``apt``, ``yum`` - or ``zypper`` are used to perform the installation. By default, - installations of binary packages will go into ``/opt/bro``. - -* MacOS Disk Image with Installer - - Just open the ``Bro-*.dmg`` and then run the ``.pkg`` installer. - Everything installed by the package will go into ``/opt/bro``. + or ``zypper`` are used to perform the installation. The primary install prefix for binary packages is ``/opt/bro``.