From 836cd98f0601bb8023a3437d68161eec5c696d37 Mon Sep 17 00:00:00 2001 From: Kulturnilpferd <37019912+Kulturnilpferd@users.noreply.github.com> Date: Thu, 11 Apr 2024 20:25:36 +0200 Subject: [PATCH] Update build.md (#310) * Update build.md Added hint to get it work on raspbian * Update build.md --- docs/build.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/build.md b/docs/build.md index 2945a3ad..61f2a473 100644 --- a/docs/build.md +++ b/docs/build.md @@ -11,6 +11,8 @@ For distributions using dnf package manager (Fedora 21+) use this command: For OpenSUSE and related distributions use this command zypper install cmake gcc-c++ qt5-qtbase-devel qt5-qttools-devel qt5-qttranslations binutils-devel libusb-devel Mesa-libGL-devel Mesa-libGLESv2-devel fftw3-devel +For Raspbian you need stretch or above with graphics driver support. Enable fake graphics driver in raspiconfig first. After compiled the program start program with parameter "---useGLES" + After you've installed the requirements run the following commands inside the directory of this package: > mkdir build
> cd build