From 07d4fff3d43f9eaab3f83e5ebb83b8fa683e1d05 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 14 May 2019 02:13:56 -0700 Subject: [PATCH] docs: mention FreeBSD works --- docs/installation.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 59f9d58e..73380839 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -364,6 +364,16 @@ The command line program should now be available: ocrmypdf --help +Installing on FreeBSD +--------------------- + +FreeBSD 11.2 is known to work. Other versions likely work but have not been tested. + +In general it should work to: + +#. `Install and build pikepdf `_. +#. Install the equivalent list of dependencies for Linux. + Installing the Docker image ---------------------------