first commit
This commit is contained in:
commit
66d7627b44
8 changed files with 163 additions and 0 deletions
26
README
Normal file
26
README
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue