Skip to content

Commit f82027e

Browse files
authored
Update README.md
1 parent 6e942ab commit f82027e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ flowchart TD
5353
git clone --recursive https://github.com/AXERA-TECH/libclip.axera.git
5454
cd libclip.axera
5555
sudo apt install libopencv-dev build-essential
56-
./build.sh
56+
mkdir build && cd build
57+
make -j8
58+
make install
5759
```
5860

5961
### AArch64 Build

0 commit comments

Comments
 (0)