Task #3992
closedLook at /etc/ndn/nfd.conf.sample to support NFD ppa
100%
Description
One can either install ndn-cxx, NFD, NLSR, ndn-tools from source or from PPA (apt-get). Currently Mini-NDN does not support those which are installed from PPA.
One potential problem is NLSR from PPA and NLSR from source might have different nlsr.conf file. Since NLSR PPA does not have the nlsr.conf file I am not sure how to get that file - maybe download NLSR - get the git release tag as the one installed in the system and then checkout the nlsr.conf file. Other option is just to ignore this and let users modify ndn/nlsr.py if there is any change in nlsr.conf.
NFD PPA does contain a sample file which can be used.
PS for testing: These two versions cannot exist together and will conflict with each other. So if you are going to install from PPA first remove your versions installed from source (sudo ./waf uninstall). And then when you want to switch back first uninstall PPA (sudo apt-get remove )
Updated by Damian Coomes about 7 years ago
- Status changed from New to In Progress
Updated by Ashlesh Gawande over 6 years ago
- Blocked by Task #4071: Update PPA with conf file added
Updated by Ashlesh Gawande over 6 years ago
- Assignee changed from Damian Coomes to Alexander Lane
Updated by Alexander Lane over 6 years ago
- Status changed from In Progress to Code review
Updated by Ashlesh Gawande over 6 years ago
- Related to Feature #4630: Allow specifying versions of dependencies in install.sh added
Updated by Alexander Lane over 6 years ago
- Status changed from Code review to Closed
- % Done changed from 0 to 100