summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-05-30 16:25:31 +0200
committerAndreas Baumann <mail@andreasbauamnn.cc>2015-05-30 16:28:01 +0200
commit3eec45a48d03fff4e8653dc8fd5617f74c64f3a8 (patch)
tree99a17859728c8aa581e241c43ac3b02a847a7e00 /INSTALL
parent56dd21f443c86c3bf96a884c970ceed11a56409a (diff)
downloadbiruda-3eec45a48d03fff4e8653dc8fd5617f74c64f3a8.tar.gz
biruda-3eec45a48d03fff4e8653dc8fd5617f74c64f3a8.tar.bz2
fixed memory check on FreeBSD and add install docu
Author: Andreas Baumann <mail@andreasbaumann.cc>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL15
1 files changed, 15 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 5fa8d55..d1712ee 100644
--- a/INSTALL
+++ b/INSTALL
@@ -47,6 +47,21 @@ Install the following packages from the official repos:
nanomsg you have to build on your own.
+Building on FreeBSD
+-------------------
+
+FreeBSD 10
+----------
+
+Install the following packages via 'pkg install' (pkgng) or via ports:
+
+ * gengetopt
+ * libconfuse
+ * json-c
+ * nanomsg
+ * libdaemon
+ * libmicrohttpd
+
Building on Windows
-------------------