From 919568180b45f54c8239cfdcf0cef47377820130 Mon Sep 17 00:00:00 2001 From: Valeska Date: Wed, 9 Oct 2013 09:57:02 -0700 Subject: [PATCH] I added the missing libssl-dev dependency! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4339962..5b31d77 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ http://netsukuku.freaknet.org The dependencies of netsukuku can be gathered by running this command. - # sudo apt-get install zlibc libgmp-dev openssl libgee-dev libpth-dev libgcrypt11-dev autoconf cmake autogen mawk gawk + # sudo apt-get install zlibc libgmp-dev openssl libssl-dev libgee-dev libpth-dev libgcrypt11-dev autoconf cmake autogen mawk gawk To compile the code you can use scons or just go with the old school way: