Nevis

Nevis is only a simple fast text editor, implemented in Qt/C++. -- Currently under development.

View the Project on GitHub Alir3z4/nevis

Nevis

Nevis is only a simple fast text editor, implemented in Qt/C++.

Currently under development.

Build

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 ;)

Build Nevis on Gnu/Linux

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

Compile/Build
$ qmake -config release
$ make
Install
$ 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
Clean build
$ make clean
Debug mode

Add -config debug to the qmake invocation

$ qmake -config debug

License

Nevis is released under GPLv3. Free and OpenSource ;)