Hi, It worked! Congrants!
At this time, I tried it with the default gcc in addition to gcc4.8. Both worked flawlessly. Here are the exact steps I took after installing CentOS 6.5 Basic Server type. # yum install git # yum install gcc gcc-c++ # yum install python-devel Cmake and python-pip are from EPEL. The default cmake is too old. # rpm -ivh http://dl.fedoraproject.org/pub/epel/6Server/i386/epel-release-6-8.noarch.rpm # yum install cmake28 # ln -s cmake28 /usr/bin/cmake # yum install python-pip # pip install nupic Easier than ever. ;-) _______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
