-
the GUI is completely reworked.
-
i18n localizaton.
-
skin support.
-
plugins interfaces: legacy, lua and python (exp) NeutrinoNG shares all his functionality with plugins. and more...
happy zapping
$:~ git clone https://github.com/mohousch/neutrino2.git
$:~ cd neutrino2
- check preqs (debian):
$:~ sudo bash prepare-for-neutrino.sh
$:~ make init
$:~ make
- to run neutrino
$:~ make run
- to update NeutrinoNG source code:
$:~ make update
- to clean build:
$:~ make clean
- distclean build:
$:~ make distclean
see: