瀏覽代碼

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 年之前
父節點
當前提交
3084295a56
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5
    1
      README.md

+ 5
- 1
README.md 查看文件

@@ -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…
取消
儲存