Simple editor
Find a file
2025-09-04 19:56:16 +02:00
.gitignore first commit 2025-09-04 19:56:16 +02:00
config.def.h first commit 2025-09-04 19:56:16 +02:00
config.mk first commit 2025-09-04 19:56:16 +02:00
LICENSE first commit 2025-09-04 19:56:16 +02:00
Makefile first commit 2025-09-04 19:56:16 +02:00
README first commit 2025-09-04 19:56:16 +02:00
se.c first commit 2025-09-04 19:56:16 +02:00
se.h first commit 2025-09-04 19:56:16 +02:00

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.