improve Readme.md (#196)
This commit is contained in:
parent
2243afcb6e
commit
271360f89d
|
|
@ -59,8 +59,11 @@ mkdir host_build
|
||||||
cd host_build
|
cd host_build
|
||||||
cmake ..
|
cmake ..
|
||||||
make -j8
|
make -j8
|
||||||
|
make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
All install files (both headers and *.so) is located in : `host_build/install`
|
||||||
|
|
||||||
Cmake option:
|
Cmake option:
|
||||||
|
|
||||||
`CONFIG`: Set Target Platform. Such as: `A311D`, `S905D3`, `vim3_android`, `YOCTO`. Default is `X86_64_linux`.
|
`CONFIG`: Set Target Platform. Such as: `A311D`, `S905D3`, `vim3_android`, `YOCTO`. Default is `X86_64_linux`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue