Update README.md

This commit is contained in:
Alex Spataru 2024-11-22 09:02:53 -05:00 committed by GitHub
parent 4241abcdf1
commit 3d93e69cbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ Visit the **[Wiki](https://github.com/Serial-Studio/Serial-Studio/wiki)** for co
### Requirements
To compile Serial Studio, the only required dependency is [Qt](http://www.qt.io/download-open-source/). The desktop application compiles with **Qt 6.8.0**.
To compile Serial Studio, the only required dependency is [Qt](http://www.qt.io/download-open-source/), preferrably with all plugins & modules installed. The desktop application compiles with **Qt 6.8.0**.
If you're compiling on GNU/Linux, youll also need to install `libgl1-mesa-dev`:
@ -49,20 +49,6 @@ If you're compiling on GNU/Linux, youll also need to install `libgl1-mesa-dev
sudo apt install libgl1-mesa-dev
```
Heres the list of required Qt modules:
- Qt SVG
- Qt Quick
- Qt Widgets
- Qt Location
- Qt Bluetooth
- Qt Networking
- Qt Positioning
- Qt Serial Port
- Qt Print Support
- Qt Quick Widgets
- Qt Quick Controls 2
Once Qt is installed, you can compile the project by opening the **CMakeLists.txt** file in your preferred IDE or by using the command line:
```bash