You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
293 B
Markdown

3 years ago
## Step by step installation
3 years ago
1. [OpenCV](git@github.com:opencv/opencv.git) v4.5.5 build from source through CMake
2. LibRaw
1. MacOS : `brew install libraw libpng libjpeg`
2. Ubuntu : TODO
3. Run CMake to build
```shell
mkdir build
cd build
cmake ..
make -j 10
```