Skip to content

Running NuPIC on OS X

breznak edited this page Sep 6, 2013 · 3 revisions
  1. Ensure you have Python 2.6
  2. Install brew (http://mxcl.github.io/homebrew/)
  3. Then run steps:
    1. brew update
    2. brew install autoconf automake libtool
    3. brew link autoconf automake libtool

Now run $NUPIC/build.sh

XCode project support

There's an effort to enable building as an XCode project. TODO: Convert email thread below into this wiki page

http://lists.numenta.org/pipermail/nupic_lists.numenta.org/2013-August/000789.html

Clone this wiki locally