소스 검색

Update the FreeBSD documentation

CJDNS can be built (and works) with the clang compiler that is shipped with FreeBSD 10.
So update the documentation to use pkg to install gnu make and nodejs.
Nicolas SAPA 8 년 전
부모
커밋
aad7b14040
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      README.md

+ 2 - 3
README.md

@@ -104,10 +104,9 @@ Select version gcc-4.8.1p2 or more recent.
 
 #### FreeBSD:
 
-The compiler expects GCC version 4.7, please install it from ports first.
+Everything you need is available prebuild in FreeBSD' ports. 
 
-    portsnap fetch extract
-    cd /usr/ports/lang/gcc47/ && make config && make install clean
+    pkg install gmake node
 
 ### 1. Retrieve cjdns from GitHub