Actions
Task #2137
openProvide simple examples with Makefile, automake, waf to build against ndn-cxx library
Status:
New
Priority:
Normal
Assignee:
-
Category:
Docs
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Tags:
Description
We currently don't have a real examples on how to use ndn-cxx library in applications. We have some examples in the form of actual applications, though they all use waf/wscript which may not be needed for some.
Updated by Junxiao Shi about 10 years ago
- Category set to Docs
- Start date deleted (
11/04/2014)
There should also be an example with just the compiler, without a build system.
I usually use this command line:
g++ --std=c++0x x.cpp $(pkg-config --cflags --libs libndn-cxx)
Updated by Alex Afanasyev almost 9 years ago
- Target version changed from v0.3 to Unsupported
Updated by Alex Afanasyev almost 8 years ago
This repository https://github.com/cawka/ndn-skeleton-apps partially addresses this task.
Updated by Davide Pesavento over 3 years ago
- Target version deleted (
Unsupported)
Actions