Nevis is only a simple fast text editor, implemented in Qt/C++. -- Currently under development.
Nevis is only a simple fast text editor, implemented in Qt/C++.
Currently under development.
Nevis is built on top of the Qt/C++ toolkit, compile and build the project is simple like any other project out there, no godzilla will jump out on you ;)
To compile|build Nevis on gnu/linux the main dependency is Qt, Just Qt and nothing else! To build Nevis, execute at the extracted source directory
$ qmake -config release
$ make
$ make install
That's it, now if you are a KDE|* DE user you can find Nevis in Utilities category or just type it out at Konsole|Command-Line ;)
$ nevis
$ make clean
Add -config debug to the qmake invocation
$ qmake -config debug
Nevis is released under GPLv3. Free and OpenSource ;)