From a89647b5b59e3f8f318281c7c98ab05e9f19ca6d Mon Sep 17 00:00:00 2001
From: Peter Steenbergen
Date: Wed, 28 Apr 2021 09:37:56 +0200
Subject: [PATCH] Small README fixes as I screwed up
---
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 05d94491..6e37cb33 100644
--- a/README.md
+++ b/README.md
@@ -52,17 +52,17 @@ As example to build the rpi3 version;
Now grab a cup of coffee, go for a walk, sleep and repeat as the build process takes up a long time pulling everything from source and cross compiling everything for the device. Especially the qtwebengine package is taking a LONG time.
(At the moment there is an outstanding issue which prevents the build to run completely to the end. The plasma-workspace package will error out, not finding the libGLESv4 properly linked within QT5GUI. When the build stopped bacause of this error, edit the following file;
-
+
buildroot/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake
-
+
at the bottom of the file replace this line;
-
+
_qt5gui_find_extra_libs(OPENGL "GLES" "" "")
-
And replace it bit this line;
+
And replace it bit this line;
_qt5gui_find_extra_libs(OPENGL "${CMAKE_SYSROOT}/usr/lib/libGLESv2.so" "" "${CMAKE_SYSROOT}/usr/include/libdrm")
-
+
Then you can continue the build process by re-running the "make rpi4_64-gui" command. (DO NOT, run "make clean" and/or "make rpi4_64-gui-config" again, or you will start from scratch again !!!)
-
+
When everything goes fine the xz compressed image will be available within the release directory.
## Documentation.