From: Tomek Mrugalski Date: Mon, 24 Sep 2018 18:51:44 +0000 (+0200) Subject: [#141,!43] Docs updated to sysrepo 0.7.5, libyang 0.16-r1 X-Git-Tag: 137-improve-kea-compilation-time-2_base~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8a10fb09130beef75bde4e4651b2a008116af67;p=thirdparty%2Fkea.git [#141,!43] Docs updated to sysrepo 0.7.5, libyang 0.16-r1 --- 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 STEP 2. Install libyang. Download libyang from - https://github.com/CESNET/libyang.git. Checkout the devel branch. + . The version used + during Kea development was 0.16-r1. - 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 - For detailed build instructions, see https://github.com/CESNET/libyang/. + For detailed build instructions, see + STEP 3. Install syrepo. Download sysrepo from - https://github.com/sysrepo/sysrepo.git. Checkout the last devel branch. + . + The version used during Kea development was 0.7.5. -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 For detailed instructions, see Build & Installation Steps Section on the project page -located at https://github.com/sysrepo/sysrepo. +located at .