From 430ddcae505f540de80cfc12897d871e4d5668a3 Mon Sep 17 00:00:00 2001 From: Valentino Orlandi Date: Thu, 1 Sep 2022 00:44:14 +0200 Subject: [PATCH] Updated README --- README.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 75c065b6..a7773b9c 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Parse Apache2/Nginx/IIS logs to make statistics ## Overview -LogDoctor is a web servers' access logs parser which allows to view dynamic satistics of the collected data. +LogDoctor is a web servers' access logs parser which allows to view dynamic satistics of the collected data.
Supported web servers are **Apache2**, **Nginx** and **IIS**.
@@ -77,9 +77,7 @@ LogDoctor has been forked from [Craplog](https://github.com/elB4RTO/CRAPLOG). - **From source**: - C++ 17 - Cmake - - Qt5 *(Framework 5.15+, Linguist, Widgets, Charts, Sql)* - - zlib - - libcurl

+ - Qt5 *(Framework 5.15+, Linguist, Widgets, Charts, Sql, Network)*

- **From binary**: - None @@ -136,19 +134,22 @@ LogDoctor has been forked from [Craplog](https://github.com/elB4RTO/CRAPLOG). #### Additional steps - **Linux**: - - No additional steps. Once compiling is done, you can move the executable file wherever you want and execute it from there.
+ - No additional steps. Once compiling is done, you can move the executable file wherever you want and execute it from there.

- **Windows**: - Create a new folder and move the executable in it: -
`mkdir LogDoctor && mv LogDoctor.exe .\LogDoctor`
+
`mkdir LogDoctor && mv LogDoctor.exe .\LogDoctor`

- Add Qt's libraries to the executable's folder:
- - You need to know the path of your Qt installation, default is *C:\Qt*

- - You need to know which compiler you used, usually *MinGW*

+ - You need to know the path of your Qt installation, default is *C:\Qt*
+ - You need to know which compiler you used, usually *MinGW*
- Deploy the libraries using Qt's compiler additional tool: -
`cd C:\\\Qt\\`
-
`windeployqt.exe C:\\\\`

- - *... work in progress ...*

- - You can now move the executable's folder wherever you want and execute it from there.
+
`cd C:\\\Qt\\\bin` +
`windeployqt.exe C:\\\\`
+ - *[ work in progress ]*
+ - You can now move the executable's folder wherever you want and execute LogDoctor from there.

+ +- **Mac OS**: + - *[ to be defined ]*

@@ -469,9 +470,9 @@ If you want to contribute to the translation, please read the [Translation Guide Current translations under developement: -- Spanish: **40%** +- Spanish: **99%** -- French: **40%** +- French: **90%** If you have a request for a missing language please open an [issue](https://github.com/elB4RTO/LogDoctor/issues).