updates Linux deps on README

This commit is contained in:
Moisés Guimarães
2016-05-15 15:03:07 -03:00
parent 9659505260
commit d76d74d6c5
4 changed files with 58 additions and 7 deletions

View File

@@ -19,6 +19,15 @@ You can install ``wolfcrypt`` via ``pip`` or ``source code``, but before
installing it, make sure you have ``wolfssl`` C library installed in your
machine.
**Linux ONLY:** Make sure you have ``python-dev``, ``python3-dev``,
``python-pip`` and ``libffi-dev`` installed:
.. code-block:: console
$ sudo apt-get update
$ sudo apt-get install python-dev python3-dev python-pip libffi-dev
To install wolfssl do:
.. code-block:: console
@@ -30,6 +39,12 @@ To install wolfssl do:
$ make
$ sudo make install
**Linux ONLY:** Update your dynamic linker bindings with:
.. code-block:: console
$ sudo ldconfig
wolfcrypt pip installation
~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -94,5 +109,8 @@ Test ``wolfcrypt`` locally with ``tox``:
...
_________________________________ summary _________________________________
py27: commands succeeded
SKIPPED: py34: InterpreterNotFound: python3.4
py35: commands succeeded
congratulations :)
Note that some tests might be skipped if you don't have the proper interpreter.