Hallo ich wollte des jetzt mal testen bis die Lieferung kommt aber es geht nicht.
die Version in VirtualBOX:
https://www.raspberrypi.org/downloads/raspberry-pi-desktop/
dann:
Console
sudo su
Passwort
dan:
git clone --recursive https://github.com/hyperion-project/hyperion.ng.git hyperion
cd hyperion
mkdir build
cd build
cmake -DPLATFORM=x11-dev -DCMAKE_BUILD_TYPE=Release ..
make -j $(nproc)
[ 85%] Automatic MOC for target resources
[ 85%] Built target resources_autogen
[ 85%] Built target resources
[ 85%] Automatic MOC for target hyperiond
[ 85%] Built target hyperiond_autogen
[ 85%] Linking CXX executable ../../bin/hyperiond
/usr/bin/ld.gold: error: cannot find -lpcre16
collect2: error: ld returned 1 exit status
make[2]: *** [src/hyperiond/CMakeFiles/hyperiond.dir/build.make:195: bin/hyperiond] Fehler 1
make[1]: *** [CMakeFiles/Makefile2:3090: src/hyperiond/CMakeFiles/hyperiond.dir/all] Fehler 2
make: *** [Makefile:152: all] Fehler 2
was mache ich falsch?