fixed README
This commit is contained in:
parent
f1675bca76
commit
c0f1b74a48
1 changed files with 7 additions and 16 deletions
23
README
23
README
|
|
@ -1,33 +1,24 @@
|
||||||
sis - simple imap server
|
cc - C compiler
|
||||||
============================
|
============================
|
||||||
sis is an IMAP server, following the unix philosophy,
|
cc is a C compiler. It can compile C code.
|
||||||
trying to be as small as possible while providing
|
|
||||||
a reliable service.
|
|
||||||
|
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
In order to build sis you need... a computer
|
In order to build cc you need... a computer
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
Edit config.mk to match your local setup (sis is installed into
|
Edit config.mk to match your local setup (cc is installed into
|
||||||
the /usr/local namespace by default).
|
the /usr/local namespace by default).
|
||||||
|
|
||||||
Afterwards enter the following command to build and install sis (if
|
Afterwards enter the following command to build and install cc (if
|
||||||
necessary as root):
|
necessary as root):
|
||||||
|
|
||||||
make clean install
|
make clean install
|
||||||
|
|
||||||
|
|
||||||
Running sis
|
Usage
|
||||||
-----------
|
-----------
|
||||||
By default, sis runs in daemon mode, if you want to avoid detaching use the -d option
|
cc file
|
||||||
sis -d
|
|
||||||
|
|
||||||
|
|
||||||
Configuration
|
|
||||||
-------------
|
|
||||||
The configuration of sis 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