summaryrefslogtreecommitdiffstats
path: root/system/borgbackup/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/borgbackup/README')
-rw-r--r--system/borgbackup/README15
1 files changed, 9 insertions, 6 deletions
diff --git a/system/borgbackup/README b/system/borgbackup/README
index 26302d1265..4fd8d39ac5 100644
--- a/system/borgbackup/README
+++ b/system/borgbackup/README
@@ -9,10 +9,13 @@ targets.
Borg is a fork of Attic and is maintained by "The Borg collective".
+FIXME:
+ Due to outdated version of llfuse here at SBo, building borgbackup
+ with mount support using llfuse will fail.
+
Optional dependencies:
-- llfuse (https://slackbuilds.org/apps/llfuse/) is required,
- if you wish to mount an archive as a FUSE filesystem,
-- Sphinx (https://slackbuilds.org/apps/Sphinx/) and guzzle_sphinx_theme
- (https://slackbuilds.org/apps/guzzle_sphinx_theme/) are required if
- you wish to build the docs (html, man). Please note that the build
- will fail if Sphinx is installed, but guzzle_sphinx_theme is not.
+- llfuse is required if you wish to mount an archive using FUSE,
+- Sphinx, alabaster, guzzle_sphinx_theme, imagesize, python3-certifi
+ and python-urllib3 are required if you wish to build the docs (html,
+ man). Please note that the build will fail if Sphinx is installed,
+ but the other required packages are not.