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.
This commit is contained in:
Valeska 2014-05-14 02:39:57 -07:00
parent 6e7d252878
commit 3084295a56

View File

@ -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