diff options
| author | Francis Dupont <fdupont@isc.org> | 2018-10-19 22:57:41 +0200 |
|---|---|---|
| committer | Francis Dupont <fdupont@isc.org> | 2018-10-19 22:57:41 +0200 |
| commit | 083874553069ba34ddedd8306ff44a06ca60378f (patch) | |
| tree | 353e169f78f1685b0d4996f27e8efb7bb6ba9bcc | |
| parent | 6ea0b83a89ae684d6d48c16f9c1e9c080eb9cadf (diff) | |
[65-libyang-gcc-requirement] Wrapped long lines65-libyang-config-adaptor_base
| -rw-r--r-- | doc/guide/netconf.xml | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/doc/guide/netconf.xml b/doc/guide/netconf.xml index 963f379936..8760200dec 100644 --- a/doc/guide/netconf.xml +++ b/doc/guide/netconf.xml @@ -23,17 +23,18 @@ <section xml:id="netconf-install"> <title>Installing NETCONF</title> - <para>Note that to get NETCONF capabilities Kea uses Sysrepo software, which - has many dependencies. Unfortunately, some of them are not available as - packages and need to be compiled manually.</para> + <para>Note that to get NETCONF capabilities Kea uses Sysrepo + software, which has many dependencies. Unfortunately, some of them + are not available as packages and need to be compiled + manually.</para> <para>Please note that libyang building requires a gcc version at least 4.9 so on some environments like CentOS 7.5 the system compiler cannot be used.</para> <para>The following sections provide installation instructions for Ubuntu - 18.04 and CentOS7.5. Due to more modern compiler and many available - packages, the installation procedure is much simplers on Ubuntu.</para> + 18.04 and CentOS 7.5. Due to more modern compiler and many available + packages, the installation procedure is much simpler on Ubuntu.</para> <section xml:id="netconf-ubuntu-install"> <title>Installing NETCONF on Ubuntu 18.04</title> @@ -52,13 +53,13 @@ xlink:href="https://gitlab.isc.org/isc-projects/kea/wikis/docs/centos-installation-notes"> CentOS installation notes page</uri>.</para> - <para>CentOS 7.5 has a very old gcc compiler 4.8.5. Some sysrepo - dependencies require at least 4.9, which unfortunately means that - a new compiler has to be installed. Also, many of the Sysrepo dependencies - are not avalable in CentOS as packages, so for the time being they - need to be installed from sources. The situation is expected - to improve over time as more and more CentOS/RedHat packages - become available.</para> + <para>CentOS 7.5 has a very old gcc compiler 4.8.5. Some + sysrepo dependencies require at least 4.9, which unfortunately + means that a new compiler has to be installed. Also, many of the + Sysrepo dependencies are not avalable in CentOS as packages, so + for the time being they need to be installed from sources. The + situation is expected to improve over time as more and more + CentOS / RedHat packages become available.</para> </section> </section> <!-- end of installation notes --> @@ -70,8 +71,8 @@ functionality in sysrepo. For more complete document, see sysrepo homepage. You may also want to take a look at <uri xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="https://github.com/isc-projects/kea-yang">notes made during a series of IETF - Hackathons</uri>. + xlink:href="https://github.com/isc-projects/kea-yang"> + notes made during a series of IETF Hackathons</uri>. </para> <para> |
