From 2c8abee668dab95195e6b91899672672ca9befe8 Mon Sep 17 00:00:00 2001 From: Uwe Kindler Date: Wed, 28 Jul 2021 12:14:37 +0200 Subject: [PATCH] Added some build instructions for Linux about required private header files --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87e0e02..d05fd1a 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,13 @@ Screenshot Ubuntu: ## 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. ## Getting started / Example