Browse Source

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.
Valeska 10 years ago
parent
commit
3084295a56
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      README.md

+ 5
- 1
README.md View File

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

Loading…
Cancel
Save