README updated
This commit is contained in:
parent
77f45fa55f
commit
a23de4dcf0
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -18,14 +18,15 @@ Ubuntu, Windows) angeboten. Bitte die Hinweise dort beachten.
|
||||||
|
|
||||||
### Selbst compilieren
|
### Selbst compilieren
|
||||||
KIMA2 benötigt folgende Libraries:
|
KIMA2 benötigt folgende Libraries:
|
||||||
* Qt5
|
* Qt 6
|
||||||
* boost >= 1.62
|
* boost >= 1.62
|
||||||
* libusb-1.0
|
* libusb-1.0
|
||||||
* xlnt >= 1.3.0
|
* xlnt >= 1.5.0
|
||||||
* nlohmann-json (als 3rdparty submodule vorhanden)
|
* nlohmann-json (als 3rdparty submodule vorhanden)
|
||||||
|
* csv-parser (als 3rdparty submodule vorhanden)
|
||||||
|
|
||||||
Da Features aus C++17 verwendet werden sowie std::filesystem, sollte als Compiler mindestens
|
Da Features aus C++20 verwendet werden sowie std::filesystem, sollte als Compiler mindestens
|
||||||
GCC 8 verwendet werden.
|
GCC 12 verwendet werden.
|
||||||
|
|
||||||
Die Installationsschritte unter Linux sind wie folgt:
|
Die Installationsschritte unter Linux sind wie folgt:
|
||||||
```
|
```
|
||||||
|
@ -37,4 +38,4 @@ sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
Unter Windows muss vorab MinGW eingerichtet werden (z. B. MSYS2). Nach der Compilierung kann mit
|
Unter Windows muss vorab MinGW eingerichtet werden (z. B. MSYS2). Nach der Compilierung kann mit
|
||||||
`cpack -G NSIS` ein Installationspaket erstellt werden.
|
`cpack -G NSIS` ein Installationspaket erstellt werden.
|
||||||
|
|
Loading…
Reference in a new issue