aboutsummaryrefslogtreecommitdiff

The Nerv Toolkit User Manual

NOTE: This readme is obsolete and will be rearranged, for further information, please check http://determinant.github.io/nerv/

This user manual will information about how to use Nerv and Nerv's interface.

How to use

First make sure you have lua and CUDA installed on your computer.
Nerv is currently developed via github.You can download and make Nerv by doing the following:

cd ~
git clone https://github.com/Determinant/nerv.git
cd nerv
git submodule init && git submodule update
make

The git submodule command is for the luajit repository inside Nerv.
Now, you can try to run some example scripts.

./nerv examples/cumatrix_example.lua

How to contribute

Fork the original repository, then use the pull&merge function in github to contribute.
The pull&merge request can be found on your dashboard in github. See this sync-help to sync with the original repository.

Nerv Packages