Added some build instructions for Linux about required private header files

This commit is contained in:
Uwe Kindler 2021-07-28 12:14:37 +02:00
parent 5ead4684f5
commit 2c8abee668

View File

@ -220,7 +220,13 @@ Screenshot Ubuntu:
## Build ## Build
Open the `ads.pro` with QtCreator and start the build, that's it. The Linux build requires private header files. Make sure that they are installed:
```bash
sudo apt install qtbase5-private-dev
```
Open the `ads.pro` file with QtCreator and start the build, that's it.
You can run the demo project and test it yourself. You can run the demo project and test it yourself.
## Getting started / Example ## Getting started / Example