diff options
| author | Tomek Mrugalski <tomasz@isc.org> | 2018-09-24 20:51:44 +0200 |
|---|---|---|
| committer | Francis Dupont <fdupont@isc.org> | 2018-09-25 05:03:51 -0400 |
| commit | f8a10fb09130beef75bde4e4651b2a008116af67 (patch) | |
| tree | 983fbcf7d52dd54099f1afd1d9bc8f0b76f9ef55 | |
| parent | fb424f8fe9b1a41fc6572eebddfdfe9c027ea039 (diff) | |
[#141,!43] Docs updated to sysrepo 0.7.5, libyang 0.16-r1
| -rw-r--r-- | doc/guide/netconf.xml | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/doc/guide/netconf.xml b/doc/guide/netconf.xml index 599eb141e2..9c495ba1d0 100644 --- a/doc/guide/netconf.xml +++ b/doc/guide/netconf.xml @@ -38,12 +38,13 @@ $ sudo apt-get install git cmake build-essential bison flex libpcre3-dev libev-d </para> <para>STEP 2. Install libyang. Download libyang from - https://github.com/CESNET/libyang.git. Checkout the devel branch. + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="https://github.com/CESNET/libyang/releases" />. The version used + during Kea development was 0.16-r1. <screen> - git clone https://github.com/CESNET/libyang.git - cd libyang - git checkout devel + libyang-0.16-r1.tar.gz + cd libyang-0.16-r1 mkdir build cd build cmake .. @@ -51,15 +52,18 @@ $ sudo apt-get install git cmake build-essential bison flex libpcre3-dev libev-d sudo make install </screen> - For detailed build instructions, see https://github.com/CESNET/libyang/.</para> + For detailed build instructions, see + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="https://github.com/CESNET/libyang" /></para> <para>STEP 3. Install syrepo. Download sysrepo from - https://github.com/sysrepo/sysrepo.git. Checkout the last devel branch. + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="https://github.com/sysrepo/sysrepo/releases" />. + The version used during Kea development was 0.7.5. <screen> -git clone https://github.com/sysrepo/sysrepo.git -cd sysrepo -git checkout devel +tar zxvf sysrepo-0.7.5.tar.gz +cd sysrepo-0.7.5 mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Debug -DGEN_LANGUAGE_BINDINGS=ON -DGEN_CPP_BINDINGS=ON\ @@ -69,7 +73,8 @@ sudo make install </screen> For detailed instructions, see Build & Installation Steps Section on the project page -located at https://github.com/sysrepo/sysrepo. +located at <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="https://github.com/sysrepo/sysrepo" />. </para> </section> |
