Deps install command

spacecruft
Jeff Moe 2022-08-23 17:05:42 -06:00
parent 87c203f6d6
commit 9b13f12f4d
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ Build tools thusly.
```
git clone https://github.com/TheImagingSource/tiscamera
cd tiscamera
# install deps command
# Review command, runs with sudo:
./scripts/dependency-manager install
mkdir build
cd build/
cmake -DTCAM_BUILD_ARAVIS=ON -DTCAM_BUILD_TOOLS=ON -DTCAM_BUILD_V4L2=ON \