mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 08:45:13 +00:00
document binary and non-binary requirements
This commit is contained in:
parent
4a71613f14
commit
524ca297ea
1 changed files with 12 additions and 4 deletions
|
@ -4,9 +4,15 @@
|
||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
|project_name| requires:
|
|project_name| pyinstaller binary installation requires:
|
||||||
|
|
||||||
* Python_ >= 3.2
|
* Linux: glibc >= 2.12 (ok for most supported Linux releases)
|
||||||
|
* MacOS X: 10.10 (unknown whether it works for older releases)
|
||||||
|
* FreeBSD: 10.2 (unknown whether it works for older releases)
|
||||||
|
|
||||||
|
|project_name| non-binary installation requires:
|
||||||
|
|
||||||
|
* Python_ >= 3.2.2
|
||||||
* OpenSSL_ >= 1.0.0
|
* OpenSSL_ >= 1.0.0
|
||||||
* libacl_ (that pulls in libattr_ also)
|
* libacl_ (that pulls in libattr_ also)
|
||||||
* liblz4_
|
* liblz4_
|
||||||
|
@ -21,6 +27,8 @@ Below, we describe different ways to install |project_name|.
|
||||||
|
|
||||||
- **dist package** - easy and fast, needs a distribution and platform specific
|
- **dist package** - easy and fast, needs a distribution and platform specific
|
||||||
binary package (for your Linux/*BSD/OS X/... distribution).
|
binary package (for your Linux/*BSD/OS X/... distribution).
|
||||||
|
- **pyinstaller binary** - easy and fast, we provide a ready-to-use binary file
|
||||||
|
that just works on the supported platforms
|
||||||
- **wheel** - easy and fast, needs a platform specific borgbackup binary wheel,
|
- **wheel** - easy and fast, needs a platform specific borgbackup binary wheel,
|
||||||
which matches your platform [OS and CPU]).
|
which matches your platform [OS and CPU]).
|
||||||
- **pypi** - installing a source package from pypi needs more installation steps
|
- **pypi** - installing a source package from pypi needs more installation steps
|
||||||
|
@ -74,8 +82,8 @@ and compare that to our latest release and review the change log (see links on
|
||||||
our web site).
|
our web site).
|
||||||
|
|
||||||
|
|
||||||
Installation (binary)
|
Installation (pyinstaller binary)
|
||||||
---------------------
|
---------------------------------
|
||||||
For some platforms we offer a ready-to-use standalone borg binary.
|
For some platforms we offer a ready-to-use standalone borg binary.
|
||||||
|
|
||||||
It is supposed to work without requiring installation or preparations.
|
It is supposed to work without requiring installation or preparations.
|
||||||
|
|
Loading…
Reference in a new issue