Skip to content

Commit

Permalink
Update build.sh and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxiaoh committed Jul 19, 2024
1 parent 305f5a3 commit 305fa61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ There are 4 repositories that provide the complete setup:
- Dependencies: ipu6-camera-bins
Please follow https://github.com/intel/ipu6-camera-bins README to install.

- Dependencies: libexpat-dev automake libtool libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
- Dependencies: libexpat-dev automake libtool libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libdrm-dev

- Build and install:
Recommend to build together with icamerasrc and using `build.sh` in this repo.
Expand All @@ -33,9 +33,10 @@ There are 4 repositories that provide the complete setup:
3. Install contents in `out/install` to your `/usr`:
```sh
sudo cp -r ./out/install/include/* /usr/include
sudo cp -r ./out/install/lib/* /usr/lib
sudo cp -r ./out/install/share/* /usr/share
sudo cp -r ./out/install/etc/* /etc/
sudo cp -r ./out/install/include/* /usr/include/
sudo cp -r ./out/install/lib/* /usr/lib/
sudo cp -r ./out/install/usr/* /usr/
```
For more building details please reference the `build.sh`.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function build_target() {

make install
check_result $? "$FUNCNAME: $target"
standardize_pkg_config_path ${INSTALL_DIR}/install/lib/${target}/pkgconfig/libcamhal.pc
standardize_pkg_config_path ${INSTALL_DIR}/install/usr/lib/${target}/pkgconfig/libcamhal.pc
cd ..
}

Expand Down

0 comments on commit 305fa61

Please sign in to comment.