From 2a384c4b6acecd7ad76ed1eb4f508fc7d76030f4 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Wed, 21 Mar 2018 20:05:59 +0100 Subject: [PATCH] Update README Signed-off-by: DL6ER --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index feb19b14..3c71c9a1 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,12 @@ If your device is not listed you can get your CPU architecture by running `lscpu ### How to compile FTL from source? -1. Clone the repo -2. `make` (you may need to install building dependencies) -3. `sudo make install` -4. `sudo service pihole-FTL start` +1. Install building dependencies (e.g. `libgmp-dev m4`) +3. Compile and install a recent version of `nettle` (see [here](https://www.lysator.liu.se/~nisse/nettle/)) +3. Clone the repo +3. `make` +4. `sudo make install` +5. `sudo service pihole-FTL start` ### Debugging `pihole-FTL`