Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sebastian Schrader
Kea
Commits
f8a10fb0
Commit
f8a10fb0
authored
Sep 24, 2018
by
Tomek Mrugalski
🛰
Committed by
Francis Dupont
Sep 25, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[#141,!43] Docs updated to sysrepo 0.7.5, libyang 0.16-r1
parent
fb424f8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
10 deletions
+15
-10
doc/guide/netconf.xml
doc/guide/netconf.xml
+15
-10
No files found.
doc/guide/netconf.xml
View file @
f8a10fb0
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment