Update readme

This commit is contained in:
simon987 2020-06-24 21:06:27 -04:00
parent d9f628fca4
commit d3c8928fe8

View File

@ -15,7 +15,7 @@ sist2 (Simple incremental search tool)
* Fast, low memory usage, multi-threaded * Fast, low memory usage, multi-threaded
* Mobile-friendly Web interface * Mobile-friendly Web interface
* Portable (all its features are packaged in a single executable) * Portable (all its features are packaged in a single executable)
* Extracts text from common file types \* * Extracts text and metadata from common file types \*
* Generates thumbnails \* * Generates thumbnails \*
* Incremental scanning * Incremental scanning
* Automatic tagging from file attributes via [user scripts](docs/scripting.md) * Automatic tagging from file attributes via [user scripts](docs/scripting.md)
@ -123,7 +123,7 @@ binaries (GCC 7+ required).
1. Install compile-time dependencies 1. Install compile-time dependencies
```bash ```bash
vcpkg install lmdb cjson glib libarchive[core,bzip2,libxml2,lz4,lzma,lzo] pthread tesseract libxml2 ffmpeg zstd gtest mongoose libuuid libmagic vcpkg install lmdb cjson glib libarchive[core,bzip2,libxml2,lz4,lzma,lzo] pthread tesseract libxml2 ffmpeg zstd gtest mongoose libuuid libmagic libraw
``` ```
2. Build 2. Build