همانطور که فرمودید readme رو خوندم و متوجه شدم تعدادی پبش نیاز داره که همه رو نصب کردم
البته این نکته رو هم بگم که من می خوام mini CCNx نصب کنم که developer های اون از اوبونتو12 وCCNx ورژن 0.7 استفاده کردند.
الان می خوام0.7 CCNx رو راه بندازم تا بعد برم سراغ باقی ماجرا.
CCNx ورژن 0.7 هم یک سری پیش نیازها داره
ومن libcrypto وexpat وlibxml2 وgcc و ant را دانلود و نصب کردم
و بعد طبق readme برنامه CCNx دستورات :configure/.
make
make test
make install
رو زدم در حال حاضر داخل پوشه CCNx ام یه فولدر به نام bin به وجود اومده.
در مورد اجرای برنامه اینطور نوشته شده:
## 4. Running the programs ##
These notes assume that you have performed the build steps listed
above, but not performed a machine install. Everything may be run
directly out of the build tree using programs in `bin/`.
__CCND__
All CCNx programs require that a ccnd be running:
bin/ccndstart
To start ccnd sending output to a log file instead of the terminal,
set the `CCND_LOG` environment variable with the path of the file you
want to write. Any existing file with that name will be overwritten.
For a listing of other environment variables that are available
(including debug message controls) run:
bin/ccnd -h
Note that you should not ordinarily run ccnd directly, but use the
ccndstart script.
For experiments on one machine it is sufficient to have a ccnd running
without using a ccnd configuration file, however for multiple machine
experimentation you will need to use ccndc to configure the inter-machine
forwarding of interest/content.
If a `$HOME/.ccnx/ccnd.conf` file is present then ccndstart will execute
ccndc -f $HOME/.ccnx/ccnd.conf
For a sample file, see `csrc/libexec/ccnd.conf.sample`
من دستور bin/ccndstart رو هم زدم ولی بقیش رو دیگه نمی فهمم .چه طوری باید برنامه رو اجرا کنم؟
بابت سوال طولانیم معذرت می خوام ازتون متشکرم