commit | ad3de3e051ef46b8b0a540b2134174b7e239a387 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sat Feb 14 11:32:32 2015 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Sat Feb 14 11:32:32 2015 -0700 |
tree | e95bdc1d908d9fd7abea5e9f74a1fa419ef36f46 | |
parent | d5033e909b9b79b30cfc40dfe98a7ba70118dd87 [diff] [blame] |
install_helpers: add dependency libpcap-dev refs #2519 Change-Id: I10feb52c1358cd31efe4b207e32d3c29365bbe80
diff --git a/install_helpers/install_ndncxx.py b/install_helpers/install_ndncxx.py index d5d6fa0..150870c 100644 --- a/install_helpers/install_ndncxx.py +++ b/install_helpers/install_ndncxx.py
@@ -1,7 +1,7 @@ #!/usr/bin/python2 import os -# Install ndn-cpp-dev +# Install ndn-cxx def run(): print "\nINSTALLING ndn-cxx" print "**********************"