Skip to content

Commit

Permalink
Add openssl development library ibrary installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Byers committed Dec 12, 2017
1 parent 37a1d17 commit 7f7c216
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ BinaryAlert can be deployed from any MacOS/Linux environment (and likely Windows
$ pip3 install virtualenv
$ virtualenv --version
4. Install the OpenSSL development library if it isn't already (OS X should have it).
This is required for YARA's `hash module <http://yara.readthedocs.io/en/stable/modules/hash.html>`_
and must be installed *before* installing the BinaryAlert requirements.

.. code-block:: bash
$ sudo apt-get install libssl-dev # Ubuntu
$ sudo yum install openssl-devel # Amazon Linux
Set AWS Credentials
-------------------
Expand Down

0 comments on commit 7f7c216

Please sign in to comment.