<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jan 20, 2015, at 5:47 PM, 최원준 <<a href="mailto:wonjunchoi001@gmail.com" class="">wonjunchoi001@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hello.<div class=""><br class=""></div><div class="">I got some error. I am using OS X 10.9.5.</div><div class=""><br class=""></div><div class=""><div class="">cd ndn-cxx/</div><div class="">./waf configure</div></div><div class=""><br class=""></div><div class=""><div class="">Checking Crypto++ lib: CryptoPP not found, please provide a --with-cryptopp=PATH argument</div></div><div class=""><br class=""></div><div class="">What package do I have to install on Mac?</div></div></div></blockquote><div><br class=""></div><div>Hi Wonjun,</div><div><br class=""></div><div>If you’re using macports, </div><div><br class=""></div><div>   <span style="color: rgb(34, 34, 34); font-size: 0.9em; background-color: rgb(247, 247, 247);" class="">sudo port install pkgconfig boost sqlite3 libcryptopp</span></div><div class=""><br class=""></div><div class="">If you’re using brew</div><div class=""><br class=""></div><div class="">   brew install boost cryptopp pkg-config libxml2</div><div><br class=""></div><div>(See more detail on <a href="http://named-data.net/doc/ndn-cxx/current/INSTALL.html" class="">http://named-data.net/doc/ndn-cxx/current/INSTALL.html</a>)</div><div><br class=""></div><div>—</div><div>Alex</div><br class=""></div></body></html>