Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alir3z4/nevis
Nevis is only a simple fast text editor, implemented in Qt/C++. -- Currently under development.
https://github.com/alir3z4/nevis
Last synced: about 2 months ago
JSON representation
Nevis is only a simple fast text editor, implemented in Qt/C++. -- Currently under development.
- Host: GitHub
- URL: https://github.com/alir3z4/nevis
- Owner: Alir3z4
- License: gpl-3.0
- Created: 2014-11-22T05:29:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-08T22:26:00.000Z (about 10 years ago)
- Last Synced: 2024-09-02T00:48:51.432Z (4 months ago)
- Language: C++
- Homepage: http://alir3z4.github.io/nevis
- Size: 227 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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][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][kde]|* [DE][de] user you can find
Nevis in Utilities category or just type it out at [Konsole][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 ;)[Qt]: http://qt-project.org/
[qmake]: http://en.wikipedia.org/wiki/Qmake
[kde]: http://www.kde.org/
[de]: http://en.wikipedia.org/wiki/Desktop_environment
[konsole]: http://konsole.kde.org/