Browse Source

Add FreeBSD directions

please test if you run an older freebsd to ensure they work
Aranjedeath 9 years ago
parent
commit
51ad1300fa
1 changed files with 7 additions and 0 deletions
  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: