mirror of
https://github.com/simon987/libscan.git
synced 2025-04-06 04:42:59 +00:00
8 lines
214 B
Markdown
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
|
|
``` |