Merge pull request #4197 from ThomasWaldmann/fat-binary-docs-master

docs: tell that our binaries are amd/intel, bauerj has ARM
This commit is contained in:
TW 2018-12-07 00:52:55 +01:00 committed by GitHub
commit 7b2c0fbf08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -87,14 +87,16 @@ Standalone Binary
.. note:: Releases are signed with an OpenPGP key, see .. note:: Releases are signed with an OpenPGP key, see
:ref:`security-contact` for more instructions. :ref:`security-contact` for more instructions.
Borg binaries (generated with `pyinstaller`_) are available Borg x86/x64 amd/intel compatible binaries (generated with `pyinstaller`_)
on the releases_ page for the following platforms: are available on the releases_ page for the following platforms:
* **Linux**: glibc >= 2.13 (ok for most supported Linux releases). * **Linux**: glibc >= 2.13 (ok for most supported Linux releases).
Older glibc releases are untested and may not work. Older glibc releases are untested and may not work.
* **Mac OS X**: 10.10 (does not work with older OS X releases) * **Mac OS X**: 10.10 (does not work with older OS X releases)
* **FreeBSD**: 10.2 (unknown whether it works for older releases) * **FreeBSD**: 10.2 (unknown whether it works for older releases)
ARM binaries are built by Johann Bauer, see: https://borg.bauerj.eu/
To install such a binary, just drop it into a directory in your ``PATH``, To install such a binary, just drop it into a directory in your ``PATH``,
make borg readable and executable for its users and then you can run ``borg``:: make borg readable and executable for its users and then you can run ``borg``::