Skip to content

Latest commit

 

History

History
42 lines (21 loc) · 830 Bytes

File metadata and controls

42 lines (21 loc) · 830 Bytes

About

Another small/simple editor based on GtkSourceView.

It try to make accessible every features of GtkSourceView.

Installation

Installation of gmysqlcc from source

Download from site

To download simplEdit from site, go to download section. https://github.com/thepozer/simplEdit

Download from Git

To download simplEdit via git, type these commands in a terminal :

$ git clone https://github.com/thepozer/simplEdit.git

Compile and Install

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