Skip to content

Commit

Permalink
Update build.md (#310)
Browse files Browse the repository at this point in the history
* Update build.md

Added hint to get it work on raspbian

* Update build.md
  • Loading branch information
Kulturnilpferd authored Apr 11, 2024
1 parent 4d75791 commit 836cd98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <br>
> cd build <br>
Expand Down

0 comments on commit 836cd98

Please sign in to comment.