<div dir="ltr">Works for me on 10.10.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 21, 2015 at 7:26 PM, Alex Afanasyev <span dir="ltr"><<a href="mailto:alexander.afanasyev@ucla.edu" target="_blank">alexander.afanasyev@ucla.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi everybody,<br>
<br>
I finally finished hacking homebrew packages for NFD and few other things.  Homebrew is similar to macports, but may be easier to use for some people.  Also, a big difference is that I was able to provide compiled binaries, so actual compilation can be avoided.<br>
<br>
I would appreciate if somebody take a look and give feedback whether it worked or not.<br>
<br>
Quick and short instructions:<br>
<br>
- To install brew copy the following in the command line<br>
<br>
ruby -e "$(curl -fsSL <a href="https://raw.githubusercontent.com/Homebrew/install/master/install" target="_blank">https://raw.githubusercontent.com/Homebrew/install/master/install</a>)"<br>
<br>
- Configure NDN "tap"<br>
<br>
brew tap named-data/ndn<br>
<br>
- Install packages (ndn-cxx, nfd, ndndump, and ndnping are currently available)<br>
<br>
brew install nfd ndndump ndnping<br>
<br>
*** On OS X 10.10, ndn-cxx, nfd, ndndump, and ndnping packages should be installed directly from the pre-compiled binaries (some other dependencies will also be installed on the way).<br>
<br>
*** Binaries for older OS X releases may be created later.  The process is not automated, so it will be on best-effort basis if I have time or if there are volunteers to do that :-D<br>
<br>
*** The most time I spent was in making NFD to use launchd to start/stop.  These operations are hidden by nfd-start and nfd-stop scripts.<br>
<br>
<br>
For those who interested about details, brew formulae definitions are in our github repo: <a href="https://github.com/named-data/homebrew-ndn" target="_blank">https://github.com/named-data/homebrew-ndn</a><br>
<br>
---<br>
Alex<br>
<br>
<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>
<br></blockquote></div><br></div>