Skip to content

Commit 2c8abee

Browse files
Added some build instructions for Linux about required private header files
1 parent 5ead468 commit 2c8abee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,13 @@ Screenshot Ubuntu:
220220

221221
## Build
222222

223-
Open the `ads.pro` with QtCreator and start the build, that's it.
223+
The Linux build requires private header files. Make sure that they are installed:
224+
225+
```bash
226+
sudo apt install qtbase5-private-dev
227+
```
228+
229+
Open the `ads.pro` file with QtCreator and start the build, that's it.
224230
You can run the demo project and test it yourself.
225231

226232
## Getting started / Example

0 commit comments

Comments
 (0)