mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-17 19:05:44 +00:00
doc: Fix path and order in debian package build doc
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
parent
8209fe7988
commit
f6ff9aa59e
@ -10,17 +10,7 @@ buster.)
|
|||||||
|
|
||||||
sudo apt install fakeroot debhelper devscripts
|
sudo apt install fakeroot debhelper devscripts
|
||||||
|
|
||||||
2. Install build dependencies using the `mk-build-deps` tool from the
|
2. Checkout FRR under an **unprivileged** user account:
|
||||||
`devscripts` package:
|
|
||||||
|
|
||||||
.. code-block:: shell
|
|
||||||
|
|
||||||
sudo mk-build-deps --install debianpkg/control
|
|
||||||
|
|
||||||
Alternatively, you can manually install build dependencies for your
|
|
||||||
platform as outlined in :ref:`building`.
|
|
||||||
|
|
||||||
3. Checkout FRR under an **unprivileged** user account:
|
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
@ -33,6 +23,16 @@ buster.)
|
|||||||
|
|
||||||
git checkout <branch>
|
git checkout <branch>
|
||||||
|
|
||||||
|
3. Install build dependencies using the `mk-build-deps` tool from the
|
||||||
|
`devscripts` package:
|
||||||
|
|
||||||
|
.. code-block:: shell
|
||||||
|
|
||||||
|
sudo mk-build-deps --install debian/control
|
||||||
|
|
||||||
|
Alternatively, you can manually install build dependencies for your
|
||||||
|
platform as outlined in :ref:`building`.
|
||||||
|
|
||||||
4. Run ``tools/tarsource.sh -V``:
|
4. Run ``tools/tarsource.sh -V``:
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
Loading…
Reference in New Issue
Block a user