add missing headers for Sailfish compilation

This commit is contained in:
pls.153 2023-10-12 13:57:56 +02:00
parent fd42a31125
commit 032c145b28
3 changed files with 4 additions and 7 deletions

Binary file not shown.

View file

@ -34,9 +34,6 @@ Solution 3: break libhybris-devel by ignoring some of its dependencies
Now you should be able to build/install the `lqml` executable and library. Now you should be able to build/install the `lqml` executable and library.
If the compiler emits an error like If the compiler complains about missing headers `GLES3/*.h` and `KHR/*.h`,
``` extract [missing-headers.tgz](missing-headers.tgz) in `/usr/include/`.
fatal error: KHR/khrplatform.h: No such file or directory Alternatively copy the missing headers from any android NDK.
```
then copy the missing headers/directories from e.g. any android NDK and put
them under `/usr/include/`.

View file

@ -15,7 +15,7 @@ After connecting your Sailfish device via USB, open 2 console tabs on Linux:
### Tab 1: shell ### Tab 1: shell
``` ```
$ ssh -L4005:127.0.0.1:4005 defaultuser@192.168.2.15` $ ssh -L4005:127.0.0.1:4005 defaultuser@192.168.2.15
``` ```
You need to manually do `source ~/.bashrc` for e.g. your personal aliases to You need to manually do `source ~/.bashrc` for e.g. your personal aliases to
work. work.