Welcome! I'm also a new contributor(done little yet) to NuPIC. Most likely the problem you encountered is that you don't have Git installed or add to your PATH. Because this error is reported by attempting to run command something like "git submodule update --init". You may try open a console and enter 'git', see if it's not found. If it's not found, you may try install MsysGit and TortoiseGit , and remember to check "add git to system PATH" during the installation.
2014-04-15 12:38 GMT+08:00 Sewwandi Wijayaratna < [email protected]>: > I am Sewwandi, a graduate student. I found numenta is a very interesting > project > and I would like to contribute. I have the experience in C/C++ programming. > My development environment is Visual Studio 2010 on Windows 7. I cloned > the source code as given in [1] and I followed the doc in [2] to build > the project in VS 2010 using Cmake (2.8.12.2). But I was ended up with > following error message. > > Updating submodules within E:/Programing/nupic failed. > > I did not have much experience with Cmake. Could you please let me know > if there is any other procedure that I should follow? If you need any > additional information, please let me know. > > > Sewwandi > [1] -https://github.com/numenta/nupic/wiki/Installing-and-Building-NuPIC > [2] -https://github.com/numenta/nupic > > > > > _______________________________________________ > nupic mailing list > [email protected] > http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org > > -- In fascination of creating worlds by words,and in pursuit of words behind the world.
_______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
