Skip to content

Commit 7b1ae1d

Browse files
LinuxJedidanielinux
authored andcommitted
Add prerequisites section to README
1 parent 53b49d8 commit 7b1ae1d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ library targeted at IoT, embedded, and RTOS environments primarily because of
1010
its size, speed, and feature set. It works seamlessly in desktop, enterprise,
1111
and cloud environments as well.
1212

13+
Prerequisites
14+
=============
15+
16+
Linux
17+
-----
18+
19+
During installation via pip this will download the wolfSSL source and compile it, it therefore needs the same prerequisites as the wolfSSL C library. Therefore in Debian / Ubuntu you should do:
20+
21+
.. code-block:: bash
22+
23+
$ sudo apt install build-essential
24+
$ sudo apt build-dep libwolfssl-dev
25+
1326
Compiling
1427
=========
1528

0 commit comments

Comments
 (0)