Skip to content

Installing Netatalk 3 on FreeBSD

Daniel Markstedt edited this page Apr 8, 2024 · 10 revisions

Due to earlier bugs in Netatalk, please use version 3.1.16 or later for building on FreeBSD.

Packages

Packages required to bootstrap the code:

pkg install pkgconf autoconf libtool automake

Packages required to build the code:

pkg install libgcrypt db5 libevent

Build

Bootstrap, configure, and build the code:

./bootstrap
./configure
make
make install
Clone this wiki locally