mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Update README.md
This commit is contained in:
parent
395ca8d2b5
commit
d484a65e3d
23
README.md
23
README.md
@ -63,30 +63,15 @@ Here’s 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). I’d love to meet you!
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License. For more details, see the [LICENSE](LICENSE.md) file.
|
||||
|
Loading…
x
Reference in New Issue
Block a user