summaryrefslogtreecommitdiff
path: root/doc/developer/building-libyang.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/developer/building-libyang.rst')
-rw-r--r--doc/developer/building-libyang.rst13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/developer/building-libyang.rst b/doc/developer/building-libyang.rst
index a447f58309..c36cd34287 100644
--- a/doc/developer/building-libyang.rst
+++ b/doc/developer/building-libyang.rst
@@ -10,12 +10,11 @@ The FRR project builds some binary ``libyang`` packages.
RPM packages are at our `RPM repository <https://rpm.frrouting.org>`_.
DEB packages are available as CI artifacts `here
-<https://ci1.netdef.org/browse/LIBYANG-LIBYANG-V2/latestSuccessful/artifact>`_.
+<https://ci1.netdef.org/browse/LIBYANG-LIBYANGV2/latestSuccessful/artifact>`_.
.. warning::
- ``libyang`` version 2.0.0 or newer is required to build FRR. Currently a tag
- (``v2.0.0``) is used from the libyang2 branch.
+ ``libyang`` version 2.0.0 or newer is required to build FRR.
.. note::
@@ -25,20 +24,20 @@ DEB packages are available as CI artifacts `here
packages.
Depending on your platform, you may also need to install the PCRE
- development package. Typically this is ``libpcre-dev`` or ``pcre-devel``.
+ development package. Typically this is ``libpcre2-dev`` or ``pcre2-devel``.
**Option 2: Source Install**
.. note::
Ensure that the `libyang build requirements
- <https://github.com/CESNET/libyang/tree/libyang2#build-requirements>`_
+ <https://github.com/CESNET/libyang/#build-requirements>`_
are met before continuing. Usually this entails installing ``cmake`` and
- ``libpcre-dev`` or ``pcre-devel``.
+ ``libpcre2-dev`` or ``pcre2-devel``.
.. code-block:: console
- git clone https://github.com/CESNET/libyang.git -b libyang2
+ git clone https://github.com/CESNET/libyang.git
cd libyang
git checkout v2.0.0
mkdir build; cd build