Skip to content

Commit

Permalink
Added instructions for build+install on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
edenist committed Nov 1, 2019
1 parent b177039 commit 068d5f1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,24 @@ OpenSSL 1.1 do not.

You can check your SSL engine version using the ``--version`` flag.

### FreeBSD
The following dependencies are required from either pkg or ports:

Packages:

gmake fusefs-libs gumbo e2fsprogs-libuuid curl expat

Ports:

devel/gmake sysutils/fusefs-libs devel/gumbo misc/e2fsprogs-libuuid ftp/curl textproc/expat2

**Note:** If you want brotli compression support, you will need to install curl from ports and enable the option.

You can then build + install with:

gmake
sudo gmake install

## Usage

./httpdirfs -f --cache $URL $MOUNT_POINT
Expand Down

0 comments on commit 068d5f1

Please sign in to comment.