mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
New command
I have problem when execute "make -j $(nproc)", so the user Akriss from Hyperion Forum oriented me to execute the command "sudo apt-get install rbp-userland-dev-osmc" instead of "sudo apt-get install libraspberrypi-dev". Then I could execute "make -j $(nproc)". So I added a sub-section called "if you have a problem when execute.." with the new command. Not sure if the title is good, feel free to change. Thanks a lot
This commit is contained in:
parent
91054d8d70
commit
945ab92ef0
@ -27,6 +27,10 @@ sudo apt-get install git cmake build-essential qtbase5-dev libqt5serialport5-dev
|
||||
sudo apt-get install libraspberrypi-dev
|
||||
```
|
||||
|
||||
**if you have a problem when execute make -j $(nproc), execute this command**
|
||||
```
|
||||
sudo apt-get install rbp-userland-dev-osmc
|
||||
```
|
||||
|
||||
**ATTENTION Win10LinuxSubsystem** we do not (/we can't) support using hyperion in linux subsystem of MS Windows 10, albeit some users tested it with success. Keep in mind to disable
|
||||
all linux specific led and grabber hardware via cmake. Because we use QT as framework in hyperion, serialport leds and network driven devices could work.
|
||||
|
Loading…
Reference in New Issue
Block a user