From d8100a9d8c9e0dc85c57a349a8b56f653f4a5796 Mon Sep 17 00:00:00 2001 From: SunnyQjm Date: Fri, 29 Nov 2019 17:34:05 +0800 Subject: [PATCH] Update install_ndn-cxx.sh --- install_ndn-cxx.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install_ndn-cxx.sh b/install_ndn-cxx.sh index 5f1d7c6..738199d 100755 --- a/install_ndn-cxx.sh +++ b/install_ndn-cxx.sh @@ -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}