... | ... | @@ -20,6 +20,13 @@ On Fedora, install the following packages: |
|
|
sudo dnf qt5-qtbase-devel qt5-qtserialport-devel qt5-qt3d-devel
|
|
|
```
|
|
|
|
|
|
#### Ubuntu
|
|
|
|
|
|
On Ubuntu, install the following packages:
|
|
|
```bash
|
|
|
sudo apt-get install qtbase5-dev libqt5serialport5-dev qt3d5-dev
|
|
|
```
|
|
|
|
|
|
### Cloning the repository
|
|
|
|
|
|
This is a standard operation that can be perform using a Git console or GUI.
|
... | ... | |