mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-02 23:33:41 -08:00
add missing headers for Sailfish compilation
This commit is contained in:
parent
fd42a31125
commit
032c145b28
3 changed files with 4 additions and 7 deletions
BIN
platforms/sailfish/missing-headers.tgz
Normal file
BIN
platforms/sailfish/missing-headers.tgz
Normal file
Binary file not shown.
|
|
@ -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/`.
|
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue