mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-28 02:38:43 +00:00
add link to OS dependencies
The "Building a development environment" section links to the "Using git" section. This can result in developers overseeing the os dependencies necessity. re #7356
This commit is contained in:
parent
2c232449b0
commit
f9f33044cc
1 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue