https://github.com/easymodo/qimgv-deps-bin
https://github.com/easymodo/qimgv-deps-bin
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/easymodo/qimgv-deps-bin
- Owner: easymodo
- Created: 2022-05-09T10:19:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T18:43:05.000Z (over 1 year ago)
- Last Synced: 2025-06-11T02:09:37.290Z (about 1 year ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
__mpv__
`git-fbcf2bf` from https://sourceforge.net/projects/mpv-player-windows/files/
__opencv__
```
git clone --depth 1 --branch 4.5.5 https://github.com/opencv/opencv.git
cd opencv
cmake -S ./ -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX="$OPENCV_DIR" \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_LIST='core,imgproc' \
-DWITH_1394=OFF \
-DWITH_VTK=OFF \
-DWITH_FFMPEG=OFF \
-DWITH_GSTREAMER=OFF \
-DWITH_DSHOW=OFF \
-DWITH_QUIRC=OFF \
-DBUILD_SHARED_LIBS=ON
ninja install -C build
```