1
0
mirror of https://github.com/simon987/libscan.git synced 2025-04-10 14:26:42 +00:00
2020-04-07 16:01:08 -04:00

8 lines
214 B
Markdown

*(wip)*
```bash
vcpkg install libarchive[core,bzip2,libxml2,lz4,lzma,lzo] pthread tesseract libxml2 ffmpeg zstd gtest
cmake -DCMAKE_TOOLCHAIN_FILE=/usr/share/vcpkg/scripts/buildsystems/vcpkg.cmake .
make -j 4
```