Skip to content
/ nevis Public

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

License

Notifications You must be signed in to change notification settings

Alir3z4/nevis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published