diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-04-21 18:55:27 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-04-21 19:47:56 +0200 |
commit | 2976cf11e451f1086d98eae20bdfb0fffa87abb0 (patch) | |
tree | 41d8b15969eb1f595344bbf9e4be7f5bbb279c0b /docs/hacking | |
parent | bc07b9c8c9fdcbc9586da151016d50f33348b85e (diff) |
[docs] add note about installing haveged
Diffstat (limited to 'docs/hacking')
-rw-r--r-- | docs/hacking/index.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/hacking/index.rst b/docs/hacking/index.rst index 48f0a05..c9143bd 100644 --- a/docs/hacking/index.rst +++ b/docs/hacking/index.rst @@ -38,6 +38,12 @@ Install the system-wide dependencies. For debian-based systems:: libsqlcipher-dev libssl-dev libffi-dev \ python-pyqt5 python-pyqt5.webkit +If you are going to be running tests that involve creating a lot of OpenPGP +keys, and specially in vms, the following is also recommended to speed up +things:: + + sudo apt install haveged + Clone the repo. The master branch has the latest code:: |