mirror of
https://github.com/simon987/sist2.git
synced 2025-04-24 12:45:56 +00:00
7 lines
162 B
Markdown
7 lines
162 B
Markdown
|
|
```bash
|
|
vcpkg install libarchive pthread tesseract libxml2 ffmpeg
|
|
|
|
cmake -DCMAKE_TOOLCHAIN_FILE=/usr/share/vcpkg/scripts/buildsystems/vcpkg.cmake .
|
|
make -j 4
|
|
``` |