mirror of
https://github.com/simon987/sist2.git
synced 2025-09-12 17:26:53 +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
|
|
``` |