瀏覽代碼

Add FreeBSD directions

please test if you run an older freebsd to ensure they work
Aranjedeath 9 年之前
父節點
當前提交
51ad1300fa
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -151,6 +151,13 @@ Sadly, OpenBSD is a bit experimental right now.
 
 Select version gcc-4.8.1p2 or more recent.
 
+#### FreeBSD:
+
+The compiler expects GCC version 4.7, please install it from ports first.
+
+    portsnap fetch extract
+    cd /usr/ports/lang/gcc47/ && make config && make install clean
+
 ### 1. Retrieve cjdns from GitHub
 
 Clone the repository from GitHub and change to the source directory: