commit 1bce959f7b7381687cc87299bff7d39537bd37c2
parent 35c6d131fa654b4ea6812977894665b24366a552
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Sun, 5 Jul 2015 23:16:39 +0200
Updating README file
Diffstat:
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
@@ -20,7 +20,7 @@
+--------------------- \____/ --- \____/ ----:----------------------h7/dS!----+
. | :
: . : |
- | . logswan . |
+ | . Logswan . |
| : . |
|_|_______________________|__|
| :
@@ -32,7 +32,7 @@ Logswan is a Web log analyzer in early stages of development. It is targeted at
Logswan is **opinionated software** :
-- It only supports the Common Log Format, in order to keep the parsing code as simple as possible
+- It only supports the Common Log Format, in order to keep the parsing code simple
- It does not split results per day, but log files can be split prior to being processed
## Features
@@ -47,14 +47,19 @@ Currently implemented features :
- HTTP status codes distribution
- Hourly hits distribution
- Counting hits per protocol (HTTP/1.0 or HTTP/1.1)
+- Counting hits per HTTP Method
## Dependencies
-Logswan requires `GeoIP` and `Jansson` libraries and header files.
+Logswan uses the `CMake` build system and requires `GeoIP` and `Jansson` libraries and header files.
-## Compiling
+## Installing dependencies
+
+- OpenBSD : `pkg_add -r cmake GeoIP jansson`
+- Linux (Debian / Ubuntu): `apt-get install cmake libgeoip-dev libjansson-dev`
-Logswan uses the CMake build system :
+
+## Compiling
cmake .
make