See also http://www.neurobox.eu for further details.
- JDK >= 1.6
- Internet Connection (other dependencies will be downloaded automatically)
- Optional: IDE with Gradle support
Specify correct path in build.properties
, e.g.,
# vrl property folder location (plugin destination)
vrldir=/Users/myusername/.vrl/0.4.2/default
To build the project from an IDE do the following:
- open the Gradle project
- call the
installVRLPlugin
Gradle task to build and install the plugin - restart VRL-Studio
Building the project from the command line is also possible.
Navigate to the project folder and call the installVRLPlugin
Gradle
task to build and install the plugin.
cd Path/To/VRL-NeuronalTopologyImporter-Plugin/VRL-NeuronalTopologyImporter-Plugin
./gradlew installVRLPlugin
cd Path\To\VRL-NeuronalTopologyImporter-Plugin\VRL-NeuronalTopologyImporter-Plugin
gradlew installVRLPlugin
Finally, restart VRL-Studio
![Stories in In Progress](https://badge.waffle.io/NeuroBox3D/vrl-neurobox-plugin.png?label=in progress&title=In Progress)