From 3084295a56c4b068f2df6269da56218b4369af47 Mon Sep 17 00:00:00 2001 From: Valeska Date: Wed, 14 May 2014 02:39:57 -0700 Subject: [PATCH] I added archlinux options. I had to go to the official arch linux website and read through the package list to help someone, I, Also, Had to read on an arch linux wiki for the pacman command. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 010324b..ba0b0d5 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,14 @@ nodes together as you want! git clone git@github.com:Netsukuku/netsukuku.git -The dependencies of netsukuku can be installed by running this command. +The dependencies of netsukuku can be installed by running this command, For debian/ubuntu. sudo apt-get install zlibc libgmp-dev openssl libssl-dev libgee-dev libpth-dev libgcrypt11-dev autoconf cmake autogen mawk gawk +For Archlinux, Try this. + + sudo pacman -S zlib gmp lib32-gmp openssl lib32-openssl libgee pth libgcrypt autoconf cmake autogen gawk + To compile the code you can do this: autoreconf -i