1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 08:16:54 +00:00

also mention libattr

ACLs are implemented as xattrs, so libattr is pulled in as a dependency of libacl.
This commit is contained in:
Thomas Waldmann 2015-09-19 20:31:26 +02:00
parent 5de30e9a05
commit fb8d1cc602
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@
.. _PBKDF2: https://en.wikipedia.org/wiki/PBKDF2 .. _PBKDF2: https://en.wikipedia.org/wiki/PBKDF2
.. _ACL: https://en.wikipedia.org/wiki/Access_control_list .. _ACL: https://en.wikipedia.org/wiki/Access_control_list
.. _libacl: http://savannah.nongnu.org/projects/acl/ .. _libacl: http://savannah.nongnu.org/projects/acl/
.. _libattr: http://savannah.nongnu.org/projects/attr/
.. _liblz4: https://github.com/Cyan4973/lz4 .. _liblz4: https://github.com/Cyan4973/lz4
.. _OpenSSL: https://www.openssl.org/ .. _OpenSSL: https://www.openssl.org/
.. _Python: http://www.python.org/ .. _Python: http://www.python.org/

View file

@ -8,7 +8,7 @@ Installation
* Python_ >= 3.2 * Python_ >= 3.2
* OpenSSL_ >= 1.0.0 * OpenSSL_ >= 1.0.0
* libacl_ * libacl_ (that pulls in libattr_ also)
* liblz4_ * liblz4_
* some python dependencies, see install_requires in setup.py * some python dependencies, see install_requires in setup.py