|
|
The project is developed using the Qt framework. To setup the project the following steps are required
|
|
|
The project is developed using the Qt5 framework. To setup the project the following steps are required:
|
|
|
|
|
|
1. Install the Qt libraries, a compatible compiler and an IDE
|
|
|
2. Clone the SkywardHub repository to access the project's source code
|
... | ... | @@ -13,11 +13,18 @@ It is worth mentioning two important aspect. With the installer you can configur |
|
|
* The Qt library
|
|
|
* The IDE (Qt Creator)
|
|
|
|
|
|
##### Fedora
|
|
|
|
|
|
On Fedora, install the following packages:
|
|
|
```bash
|
|
|
sudo dnf qt5-qtbase-devel qt5-qtserialport-devel qt5-qt3d-devel
|
|
|
```
|
|
|
|
|
|
### Cloning the repository
|
|
|
|
|
|
This is a standard operation that can be perform using a Git console or GUI.
|
|
|
|
|
|
**Prerequisite**
|
|
|
**Prerequisites**
|
|
|
|
|
|
To be able to clone a repository with the ssh key, you must associate to your account an _autentication key_. This is a simple operation that can be done in the section [SSH Key](https://git.skywarder.eu/-/profile/keys) of your account settings.
|
|
|
|
... | ... | |