There was an error while loading. Please reload this page.
1 parent 6e942ab commit f82027eCopy full SHA for f82027e
1 file changed
README.md
@@ -53,7 +53,9 @@ flowchart TD
53
git clone --recursive https://github.com/AXERA-TECH/libclip.axera.git
54
cd libclip.axera
55
sudo apt install libopencv-dev build-essential
56
-./build.sh
+mkdir build && cd build
57
+make -j8
58
+make install
59
```
60
61
### AArch64 Build
0 commit comments