Merge pull request #7423 from abebeos/7356-dev-setup-docs

docs: installation: add link to OS dependencies
This commit is contained in:
TW 2023-03-10 22:38:17 +01:00 committed by GitHub
commit 0c58378f08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,6 +145,17 @@ the old version using the same steps as shown above.
From Source
-----------
Operating System
~~~~~~~~~~~~~~~~
* :ref:`debian-ubuntu`
* :ref:`fedora`
* :ref:`opensuse-tumbleweed-leap`
* :ref:`macos`
* :ref:`freebsd`
* :ref:`windows-10-s-linux-subsystem`
* :ref:`cygwin`
.. note::
Some older Linux systems (like RHEL/CentOS 5) and Python interpreter binaries
@ -327,6 +338,8 @@ Virtualenv_ can be used to build and install Borg without affecting
the system Python or requiring root access. Using a virtual environment is
optional, but recommended except for the most simple use cases.
Ensure to install the dependencies as described within :ref:`source-install`.
.. note::
If you install into a virtual environment, you need to **activate** it
first (``source borg-env/bin/activate``), before running ``borg``.
@ -376,6 +389,8 @@ Using git
This uses latest, unreleased development code from git.
While we try not to break master, there are no guarantees on anything.
Ensure to install the dependencies as described within :ref:`source-install`.
::
# get borg from github