improve Readme.md (#196)

This commit is contained in:
Antkillerfarm 2021-10-21 19:18:42 +08:00 committed by GitHub
parent 2243afcb6e
commit 271360f89d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -59,8 +59,11 @@ mkdir host_build
cd host_build
cmake ..
make -j8
make install
```
All install files (both headers and *.so) is located in : `host_build/install`
Cmake option:
`CONFIG`: Set Target Platform. Such as: `A311D`, `S905D3`, `vim3_android`, `YOCTO`. Default is `X86_64_linux`.