This repository was archived by the owner on Nov 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33yum install -y epel-release
44yum install -y libxslt-devel libssh-devel python-devel cmake3 python-pip which make sudo > /dev/null
5- yum install -y https://devhub.cisco.com/artifactory/rpm-ydk/0.7.2 /libydk-0.7.2 -1.x86_64.rpm > /dev/null
5+ yum install -y https://devhub.cisco.com/artifactory/rpm-ydk/0.7.3 /libydk-0.7.3 -1.x86_64.rpm > /dev/null
66
77yum install centos-release-scl -y > /dev/null
88yum install devtoolset-4-gcc* -y > /dev/null
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ brew install libssh xml2 curl pybind11 > /dev/null
55
66brew rm -f --ignore-dependencies python python3
77
8- curl -O https://devhub.cisco.com/artifactory/osx-ydk/0.7.2 /libydk-0.7.2 -Darwin.pkg
8+ curl -O https://devhub.cisco.com/artifactory/osx-ydk/0.7.3 /libydk-0.7.3 -Darwin.pkg
99sudo installer -pkg libydk* pkg -target /
1010
1111sudo easy_install pip
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ sudo apt-get update > /dev/null
77sudo apt-get install cmake gcc-5 g++-5 -y > /dev/null
88sudo ln -f -s /usr/bin/g++-5 /usr/bin/c++
99sudo ln -f -s /usr/bin/gcc-5 /usr/bin/cc
10- git clone https://github.com/ciscodevnet/ydk-cpp.git -b 0.7.2
10+ git clone https://github.com/ciscodevnet/ydk-cpp.git -b 0.7.3
1111mkdir ydk-cpp/core/ydk/build
1212cd ydk-cpp/core/ydk/build
1313cmake -DCMAKE_BUILD_TYPE=Release ..
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ apt-get update > /dev/null
77apt-get install gcc-5 g++-5 -y > /dev/null
88ln -f -s /usr/bin/g++-5 /usr/bin/c++
99ln -f -s /usr/bin/gcc-5 /usr/bin/cc
10- wget https://devhub.cisco.com/artifactory/debian-ydk/0.7.2 /libydk_0.7.2 -1_amd64.deb
11- gdebi -n libydk_0.7.2 -1_amd64.deb
10+ wget https://devhub.cisco.com/artifactory/debian-ydk/0.7.3 /libydk_0.7.3 -1_amd64.deb
11+ gdebi -n libydk_0.7.3 -1_amd64.deb
1212sudo easy_install pip
You can’t perform that action at this time.
0 commit comments