Skip to content
Snippets Groups Projects
Commit a172eb3b authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Merge branch...

Merge branch 'feat/152-install-requirements-script-needs-to-be-updated-for-libyang-installation' into 'develop'

Resolve "Install Requirements script needs to be updated for libyang installation"

See merge request !233
parents 7fb2f568 312f0920
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!233Resolve "Install Requirements script needs to be updated for libyang installation"
......@@ -32,8 +32,10 @@ sudo apt-get --yes --quiet --quiet update
sudo apt-get --yes --quiet --quiet install build-essential cmake libpcre2-dev python3-dev python3-cffi
mkdir libyang
git clone https://github.com/CESNET/libyang.git libyang
cd libyang
git fetch
git checkout v2.1.148
cd ..
mkdir libyang/build
cd libyang/build
echo "*" > .gitignore
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment