-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
61 lines (38 loc) · 1.7 KB
/
README.txt
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
53
54
55
56
57
58
59
60
CElegansNeuroConstructBundle
============================
This file contains instructions for installing the software bundle and
running neuroConstruct.
A full guide to getting started is on the OpenWorm Wiki:
https://github.com/openworm/OpenWorm/wiki/Running-the-C.-elegans-model-in-neuroConstruct
Mac / Linux / Unix:
-------------------
Prerequisites:
To run this software, you will need the Java Development Kit (JDK).
You can download the right version for your machine from the Oracle website:
http://www.oracle.com/technetwork/java/javase/downloads/index.html
You may need to set up your PATH environment variable so that your system can
find the Java installation. Instructions on how to do this are here:
https://www.java.com/en/download/help/path.xml
Setup instructions:
unzip CElegansNeuroConstructBundle-snapshot-{{DATE}}.zip
cd CElegansNeuroConstructBundle-snapshot-{{DATE}}
./setup.sh
To run:
cd CElegansNeuroConstructBundle-snapshot-{{DATE}}/neuroConstruct
./nC.sh
Windows:
--------
Prerequisites:
To run this software, you will need the Java Development Kit (JDK).
You can download the right version for your machine from the Oracle website:
http://www.oracle.com/technetwork/java/javase/downloads/index.html
You may need to set up your PATH environment variable so that Windows can
find the Java installation. Instructions on how to do this are here:
https://www.java.com/en/download/help/path.xml
Setup instructions:
Extract the zip file by right-clicking and selecting "Extract all".
Browse to the extracted folder.
Run the file "setup.bat".
To run:
Go to folder "CElegansNeuroConstructBundle-snapshot-{{DATE}}/neuroConstruct"
Run the file "nC.bat".