소스 검색

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…
취소
저장