Another small/simple editor based on GtkSourceView.
It try to make accessible every features of GtkSourceView.
Installation of gmysqlcc from source
To download simplEdit from site, go to download section. https://github.com/thepozer/simplEdit
To download simplEdit via git, type these commands in a terminal :
$ git clone https://github.com/thepozer/simplEdit.git
If you have got source from git, you need to do some steps before in simplEdit directory :
$ ./autogen.sh
These steps generate the configure script.
If you have downloaded the source package, start here.
Now it's generics configure's steps :
$ ./configure
$ make
To install simpleedit, you need to be root. Just type :
$ make install