Update README.md

This commit is contained in:
Alex Spataru 2024-11-21 02:34:10 -05:00 committed by GitHub
parent 395ca8d2b5
commit d484a65e3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,30 +63,15 @@ Heres the list of required Qt modules:
- Qt Quick Widgets
- Qt Quick Controls 2
### Cloning the Repository
To clone the repository with the necessary submodules, run:
```bash
git clone https://github.com/Serial-Studio/Serial-Studio
cd Serial-Studio
```
### Compiling the Application
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
mkdir build
cd build
cmake ../ -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release -j 10
cmake ../
cmake --build . -j 16
```
## License
This project is licensed under the MIT License. For more details, see the [LICENSE](LICENSE.md) file.
## Support & Tipping
Open source software thrives on collaboration, creativity, and the generosity of its users. By supporting Serial Studio, you are directly contributing to its growth, sustainability, and ability to impact countless developers, makers, educators and innovators around the world.
@ -96,3 +81,7 @@ If this project has helped you or inspired you, consider supporting it with a do
👉 [Donate/Tip Here](https://www.paypal.com/donate?hosted_button_id=XN68J47QJKYDE)
Alternatively, if you ever find yourself in [Cancún, Mexico](https://en.wikipedia.org/wiki/Cancun) and want to buy me a drink in person, feel free to [send me a DM on Instagram](https://instagram.com/aspatru). Id love to meet you!
## License
This project is licensed under the MIT License. For more details, see the [LICENSE](LICENSE.md) file.