NeuroML / jNeuroML

A single package (command line tool and library) in Java to validate, simulate, translate and analyse NeuroML 2 models
https://docs.neuroml.org/Userdocs/Software/jNeuroML.html
GNU Lesser General Public License v3.0
8 stars 20 forks source link

enh: add script to "install" jNeuroML on Linux machines #76

Closed sanjayankur31 closed 3 years ago

sanjayankur31 commented 3 years ago

It's like a makefile, but I didn't want to use make in case it wasn't installed on the system (like in containers). This just adds the required bits to the ~/.bashrc file, which should be the most common use case. For folks using other shells should be advanced enough to tweak things themselves?

Tested this out on my Fedora machine. Don't see anything that should prevent it from working on other distributions either. Not a clue about how things work on Macs, I'm afraid.

It'll be good to include this in the jar too, so our documentation can say: "download the zip, extract, run this script."

pgleeson commented 3 years ago

Looks good, will test...