mirror of
https://github.com/simon987/libscan.git
synced 2025-04-06 04:42:59 +00:00
7 lines
155 B
Markdown
7 lines
155 B
Markdown
|
|
```bash
|
|
vcpkg install libarchive pthread tesseract libxml2
|
|
|
|
cmake -DCMAKE_TOOLCHAIN_FILE=/usr/share/vcpkg/scripts/buildsystems/vcpkg.cmake .
|
|
make -j 4
|
|
``` |