Skip to content

Commit 836cd98

Browse files
Update build.md (#310)
* Update build.md Added hint to get it work on raspbian * Update build.md
1 parent 4d75791 commit 836cd98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/build.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ For distributions using dnf package manager (Fedora 21+) use this command:
1111
For OpenSUSE and related distributions use this command
1212
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
1313

14+
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"
15+
1416
After you've installed the requirements run the following commands inside the directory of this package:
1517
> mkdir build <br>
1618
> cd build <br>

0 commit comments

Comments
 (0)