forked from NeuralEnsemble/neuroConstruct
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathINSTALL
53 lines (32 loc) · 973 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
* Linux/Mac *
Quick install:
git clone git://github.com/NeuralEnsemble/neuroConstruct.git
cd neuroConstruct
./updatenC.sh
To get the Open Source Brain models:
cd osb
./checkOsb.sh
To build & run (using Apache Ant)
ant run
To build & run (without Ant)
<< open nC.sh and change NC_HOME >>
./nC.sh -make
./nC.sh
* Windows *
Quick install:
git clone git://github.com/NeuralEnsemble/neuroConstruct.git
cd neuroConstruct
updatenC.bat
To get the Open Source Brain models:
cd osb
checkOsb.bat
To build & run (using Apache Ant)
ant run
To build & run (without Ant)
<< open nC.bat and change NC_HOME >>
nC.bat -make
nC.bat
* Mac Pre-requisites (without these, updatenC.sh will not work)
XCode command line tools downloaded and installed (http://g.ua/WAAB)
Git command line tool downloaded and installed (http://git-scm.com/download/mac)
(https://help.github.com/articles/set-up-git)