<p dir="ltr">Hi Alex</p>
<p dir="ltr">I suggest using lower case "openndn" without hyphen for file names. This is more common among other libraries (eg openssh).</p>
<p dir="ltr">#include <openndn/face.hpp><br>
libopenndn.a<br>
libopenndn.so<br>
libopenndn.pc</p>
<p dir="ltr">Yours, Junxiao</p>
<div class="gmail_quote">On Apr 18, 2014 1:29 PM, "Alex Afanasyev" <<a href="mailto:alexander.afanasyev@ucla.edu">alexander.afanasyev@ucla.edu</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi everybody,<br>
<br>
Some of you already aware that we are planning to rename ndn-cpp-dev library.  If there are no objections within 24hours, I will proceed with the renaming.   Here is the plan:<br>
<br>
* new name: "OpenNDN"<br>
* folder name for include files: open-ndn<br>
* static library name: libOpenNDN.a<br>
* dynamic library name (when it will be enabled): libOpenNDN.so|dylib<br>
* pkg-config name: libOpenNDN.pc<br>
* no namespace change: we will still use "ndn" as a basic namespace for the library<br>
* official github repository will change to: <a href="https://github.com/named-data/OpenNDN" target="_blank">https://github.com/named-data/OpenNDN</a><br>
* redmine will change to <a href="http://redmine.named-data.net/projects/openndn" target="_blank">http://redmine.named-data.net/projects/openndn</a><br>
* gerrit project name will be changed to OpenNDN (<a href="http://gerrit.named-data.net/#/admin/projects/OpenNDN" target="_blank">http://gerrit.named-data.net/#/admin/projects/OpenNDN</a>)<br>
<br>
We will try to do the change with a transition period, when existing application will still be able to compile against OpenNDN (there will be additional symlinks created for include, lib, and pkg-config files), but all known applications needs to be updated ASAP after the renaming is complete in the following way:<br>

<br>
* all includes should be changed from <ndn-cpp-dev/...> to <open-ndn/...><br>
* documentation files/comments referring to ndn-cpp-dev should be updated and refer to OpenNDN and (if any) new links<br>
* if the app uses pkg-config for dependency detection, 'libndn-cpp-dev' should be replaced with 'libOpenNDN'.  For waf users:<br>
<br>
    conf.check_cfg(package = 'libOpenNDN', args = ['--cflags', '--libs'],<br>
                   uselib_store = 'OPEN_NDN', mandatory = True)<br>
<br>
(If updating `uselib_store` variable, don't forget to update all uses of it in bld() blocks.)<br>
<br>
<br>
I will put this note into the library documentation after the rename.<br>
<br>
---<br>
Alex<br>
_______________________________________________<br>
Nfd-dev mailing list<br>
<a href="mailto:Nfd-dev@lists.cs.ucla.edu">Nfd-dev@lists.cs.ucla.edu</a><br>
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev" target="_blank">http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev</a><br>
</blockquote></div>