From 965f6e39de0140b5ee4331f7a4aa5f54347129e1 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Thu, 14 Nov 2019 11:27:17 +0100 Subject: [PATCH] Update FreeBSD notes This mentions needing to enable ACLs on the file-system, and adds the packages that need to be installed. Closes #12. --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rst b/README.rst index f736c16..1ad5fe6 100644 --- a/README.rst +++ b/README.rst @@ -35,6 +35,19 @@ Solaris does, but I can't test it. Note: to build from source, by default, Python 3 is needed. It can still be built with Python 2, by calling `make PYTHON=python2`. +FreeBSD ++++++++ + +Note that on FreeBSD, ACLs are not enabled by default (at least on UFS +file systems). To enable them, run `tunefs -a enabled` on the file +system in question (after mounting it read-only). Then install: + +- pkg install py36-setuptools py36-sphinx + +or: + +- pkg install py37-setuptools + License ------- -- 2.39.2