Update 'README.md'

This commit is contained in:
Valentino Orlandi 2022-12-09 21:56:17 +00:00
parent c517c24e6f
commit d836158277
1 changed files with 23 additions and 20 deletions

View File

@ -68,7 +68,7 @@ Supported web servers are **Apache2**, **Nginx** and **IIS**.
<br/><br/>
LogDoctor has been forked from [Craplog](https://git.disroot.org/elB4RTO/CRAPLOG).
LogDoctor is a hard fork of [Craplog](https://git.disroot.org/elB4RTO/CRAPLOG).
<br/>
@ -76,12 +76,13 @@ LogDoctor has been forked from [Craplog](https://git.disroot.org/elB4RTO/CRAPLOG
### Requirements / Dependencies
- **From source**:
- C++ 17
- Cmake
- Qt5 *(Framework 5.15+, Linguist, Widgets, Charts, Sql, Network)*<br/><br/>
- **From binary**:
- None
- C++ 17
- Qt5 *(Framework 5.15+, Linguist, Widgets, Charts, Sql, Network)*<br/><br/>
- **From source**:
- *all the above*
- Cmake
- g++ / gcc / clang<br/><br/>
<br/>
@ -178,11 +179,11 @@ LogDoctor has been forked from [Craplog](https://git.disroot.org/elB4RTO/CRAPLOG
- You need to know which compiler you used, usually *MinGW*
<br/>`cd C:\<path>\<to>\Qt\<version>\<compiler>\bin`<br/><br/>
- Deploy Qt's libraries using Qt's additional tool:
<br/>`windeployqt.exe C:\<path>\<to>\<executable>\<folder>`<br/><br/>
<br/>`windeployqt.exe C:\<path>\<to>\<LogDoctor>`<br/><br/>
- Deploy C++ libraries by copying them:
<br/>`copy "libstdc++-6.dll" C:\<path>\<to>\<executable>\<folder>`
<br/>`copy "libwinpthread-1.dll" C:\<path>\<to>\<executable>\<folder>`
<br/>`copy "libgcc_s_seh-1.dll" C:\<path>\<to>\<executable>\<folder>`<br/><br/>
<br/>`copy "libstdc++-6.dll" C:\<path>\<to>\<LogDoctor>`
<br/>`copy "libwinpthread-1.dll" C:\<path>\<to>\<LogDoctor>`
<br/>`copy "libgcc_s_seh-1.dll" C:\<path>\<to>\<LogDoctor>`<br/><br/>
- You can now move the executable's folder wherever you want and execute LogDoctor from there.<br/><br/>
- **Mac OS**:
@ -461,15 +462,15 @@ A block-note utility is available at `Tools`→`BlockNote` which can be used to
### Games
Simple mini-games to pass the time.
Simple mini-games to pass the time<br/><br/>
#### CrissCross
<img height="300px" src="https://git.disroot.org/elB4RTO/CRAPLOG/raw/branch/main/crapshots/LogDoctor/game_crisscross.png" />
<img height="300px" src="https://git.disroot.org/elB4RTO/CRAPLOG/raw/branch/main/crapshots/LogDoctor/game_crisscross.png" /><br/><br/>
#### Snake
<img height="350px" src="https://git.disroot.org/elB4RTO/CRAPLOG/raw/branch/main/crapshots/LogDoctor/game_snake.png" />
<img height="350px" src="https://git.disroot.org/elB4RTO/CRAPLOG/raw/branch/main/crapshots/LogDoctor/game_snake.png" /><br/><br/>
<br/><br/>
@ -503,13 +504,13 @@ May be higher or lower depending on the complexity of the logs, the complexity o
LogDoctor is available in:
- 🇬🇧 English (100%)
- 🇬🇧 **English** (100%)
- 🇮🇹 Italian (100%)
- 🇮🇹 **Italian** (90%, *wanna [contribute](#translations)?*)
- 🇪🇸 Spanish (99%, *wanna [contribute](#translations)?*)
- 🇪🇸 **Spanish** (90%, *wanna [contribute](#translations)?*)
- 🇫🇷 French (99%, *wanna [contribute](#translations)?*)
- 🇫🇷 **French** (90%, *wanna [contribute](#translations)?*)
<br/><br/>
@ -529,11 +530,13 @@ If you want to contribute to the translation, please read the [Translation Guide
Current translations under developement:
- Spanish: **99%** *(auditor needed)*
- Italian: **90%**
- French: **99%** *(auditor needed)*
- Spanish: **90%** *(auditor needed)*
If you have a request for a missing language please open an [issue](https://git.disroot.org/elB4RTO/LogDoctor/issues).
- French: **90%** *(auditor needed)*
If you have a request for a missing language or you're willing to contribute, please refer to [this issue](https://git.disroot.org/elB4RTO/LogDoctor/issues/10).
<br/>