소스 검색

Merge branch 'patch-1' of git://github.com/reptoidz/cjdns into crashey

Caleb James DeLisle 9 년 전
부모
커밋
d6a12a886b
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -114,6 +114,17 @@ it will be downloaded and installed in the source tree.
 
     sudo apt-get install nodejs git build-essential
 
+#### Fedora 22+ based distro:
+
+    sudo dnf install install nodejs git
+    sudo dnf install @development-tools
+    
+#### RHEL based distro (adds the EPEL repo):
+
+    sudo yum localinstall https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
+    sudo yum install install nodejs git
+    sudo yum install @development-tools
+
 #### OS X:
 
 On OS X, you must install the Command Line Developer Tools. If