Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 authored Jan 12, 2025
1 parent 30917ad commit 30ddf61
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,14 @@ target_link_libraries(${PROJECT_NAME} shared eible)
Check my other project `Volbx` for real world CMake integration.

## Built with
| Tool | Windows | Ubuntu |
| --- | --- | --- |
| OS version | 10 22H2 | 24.04 |
| GCC | 13.1.0 | 13.2.0 |
| CMake | 3.30.2 | 3.28.3 |
| Git | 2.46.0 | 2.43.0 |
| Qt | 6.5.2 | 6.5.2 |
| Zlib | 1.3.1 | 1.3.1 |
| QuaZip | 1.4 | 1.4 |
| Tool | Windows | Windows | Ubuntu |
| --- | --- | --- | --- |
| OS version | 10 22H2 | 10 22H2 | 24.04 |
| compiler | GCC 13.1.0 | MSVC 19.29 | GCC 13.2.0 |
| CMake | 3.30.2 | 3.30.2 |3.28.3 |
| Git | 2.46.0 | 2.46.0 | 2.43.0 |
| Qt | 6.5.2 | 6.5.2 | 6.5.2 |
| Qwt | 6.3.1 | 6.3.1 | 6.3.1 |

## Usage
The easiest way is to check the examples' subproject, where you can find how to create and interact with each class included in this library.
Expand Down Expand Up @@ -212,4 +211,4 @@ The project uses the following software:
| --- | --- | --- | --- |
| Qt | LGPLv3 | https://www.qt.io/| cross-platform application development framework |
| Zlib | Zlib license | https://www.zlib.net/ | compression library |
| QuaZip | LGPLv2.1 with static linking exception | https://github.com/stachenov/quazip | C++ wrapper for Minizip using Qt library |
| QuaZip | LGPLv2.1 with static linking exception | https://github.com/stachenov/quazip | C++ wrapper for Minizip using Qt library |

0 comments on commit 30ddf61

Please sign in to comment.