You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ The easiest way to contribute is to simply use this library and if you encounter
7
7
8
8
### Develop Nupic!
9
9
If you'd like to develop this library itself, we have put together a list of tasks which don't require extensive knowledge of this library but nonetheless are important and need help. Look for issues with the tag "newbie" which are a good starting point:
This fork is a community version of the [nupic.core](https://github.com/numenta/nupic.core) C++ repository with Python bindings.
9
+
This is a Community Fork of the [nupic.core](https://github.com/numenta/nupic.core) C++ repository, with Python bindings.
10
10
11
11
## Project Goals
12
12
13
-
- Actively developed C++ core library for nupic.core (Numenta's repos are in maintenance mode only)
13
+
- Actively developed C++ core library (Numenta's NuPIC repos are in maintenance mode only)
14
14
- Clean, lean, optimized, and modern codebase
15
15
- Stable and well tested code
16
16
- Open and easier involvement of new ideas across HTM community (it's fun to contribute, we make master run stable, but are more open to experiments and larger revamps of the code if it proves useful).
@@ -42,11 +42,11 @@ in C++ library.
42
42
43
43
## Building from Source
44
44
45
-
Fork or download the HTM-Community Nupic.cpp repository from https://github.com/htm-community/nupic.cpp
45
+
Fork or download the HTM-Community htm.core repository from https://github.com/htm-community/htm.core
46
46
47
47
## Prerequisites
48
48
49
-
-[CMake](http://www.cmake.org/)
49
+
-[CMake](http://www.cmake.org/) Version 3.8 (3.14 for Visual Studio 2019)
50
50
-[Python](https://python.org/downloads/)
51
51
- Version 3.4+
52
52
- Version 2.7
@@ -125,10 +125,11 @@ make -j install
125
125
126
126
* This will not build the Python interface.
127
127
128
-
## Simple Build On Windows (MS Visual Studio 2017)
128
+
## Simple Build On Windows (MS Visual Studio 2017 or 2019)
129
129
130
130
After downloading the repository, do the following:
131
131
132
+
* NOTE: Visual Studio 2019 requires CMake version 3.14 or higher.
132
133
* CD to the top of repository.
133
134
* Double click on startupMSVC.bat
134
135
- This will setup the build, create the solution file (build/scripts/htm.cpp.sln), and start MS Visual Studio.
0 commit comments