This commit is contained in:
SunnyQjm
2019-11-29 09:08:32 +00:00
parent d41135b842
commit d9e13ccfbe
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ function cloneOrUpdate() {
mkdir ${name}
else
echo "${name}已是最新版本,无需更新"
cd ${name}
return
fi
fi
+2
View File
@@ -10,6 +10,8 @@ NDN_CXX_VERSION=0.6.6
sudo apt-get install build-essential libsqlite3-dev libssl-dev curl tar -y
sudo apt-get install doxygen graphviz python-sphinx python-pip python3-sphinx python3-pip -y
sudo pip3 install sphinxcontrib-doxylink sphinxcontrib-googleanalytics
pip3 install --upgrade pip
pip3 install --upgrade setuptools
# install ndn-cxx
cloneOrUpdate ndn-cxx https://github.com/named-data/ndn-cxx/archive/ndn-cxx-${NDN_CXX_VERSION}.tar.gz ${NDN_CXX_VERSION}