Simple editor
| .gitignore | ||
| config.def.h | ||
| config.mk | ||
| LICENSE | ||
| Makefile | ||
| README | ||
| se.c | ||
| se.h | ||
se - simple editor
============================
TODO: description
Requirements
------------
The only requirement is a posix compliant system with a C99
compiler and make.
Installation
------------
Edit config.mk to match your local setup (se is installed into
/usr/local by default).
Afterwards enter the following command to build and install se (if
necessary as root):
make clean install
Configuration
-------------
The configuration of se is done by creating a custom config.h
and (re)compiling the source code.