Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxiaoh authored Jul 12, 2024
1 parent 5a252d1 commit f62c663
Showing 1 changed file with 5 additions and 4 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`.

0 comments on commit f62c663

Please sign in to comment.