add required packages for FreeBSD

This commit is contained in:
josch
2014-12-30 20:43:19 +01:00
parent d1a778ffe5
commit 76bfa6352b

View File

@@ -24,6 +24,10 @@ this software:
apt-get install cmake build-essential libjansson-dev libcurl4-openssl-dev libfuse-dev libssl-dev
On FreeBSD you need:
pkg install jansson cmake curl fuse fusefs-libs
This project is using cmake, so you can build the software out-of-tree:
mkdir build