|
@@ -46,10 +46,14 @@ nodes together as you want!
|
46
|
46
|
|
47
|
47
|
git clone git@github.com:Netsukuku/netsukuku.git
|
48
|
48
|
|
49
|
|
-The dependencies of netsukuku can be installed by running this command.
|
|
49
|
+The dependencies of netsukuku can be installed by running this command, For debian/ubuntu.
|
50
|
50
|
|
51
|
51
|
sudo apt-get install zlibc libgmp-dev openssl libssl-dev libgee-dev libpth-dev libgcrypt11-dev autoconf cmake autogen mawk gawk
|
52
|
52
|
|
|
53
|
+For Archlinux, Try this.
|
|
54
|
+
|
|
55
|
+ sudo pacman -S zlib gmp lib32-gmp openssl lib32-openssl libgee pth libgcrypt autoconf cmake autogen gawk
|
|
56
|
+
|
53
|
57
|
To compile the code you can do this:
|
54
|
58
|
|
55
|
59
|
autoreconf -i
|