26 lines
527 B
Text
26 lines
527 B
Text
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.
|