Update install_ndn-cxx.sh

This commit is contained in:
SunnyQjm
2019-11-29 17:34:05 +08:00
committed by GitHub
parent 570410d308
commit d8100a9d8c
+2 -4
View File
@@ -8,10 +8,8 @@ NDN_CXX_VERSION=0.6.6
# install ndn-cxx prerequesites
sudo apt-get install build-essential libsqlite3-dev libssl-dev curl tar -y
sudo apt-get install doxygen graphviz python-sphinx python-pip -y
sudo pip install --upgrade pip
sudo pip install --upgrade setuptools
sudo pip install sphinxcontrib-doxylink sphinxcontrib-googleanalytics
sudo apt install doxygen graphviz python3-pip -y
sudo pip3 install sphinx sphinxcontrib-doxylink
# install ndn-cxx
cloneOrUpdate ndn-cxx https://github.com/named-data/ndn-cxx/archive/ndn-cxx-${NDN_CXX_VERSION}.tar.gz ${NDN_CXX_VERSION}