Skip to content

thepozer/simplEdit

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
po
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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