mirror of
https://github.com/simon987/sist2.git
synced 2025-09-07 23:26:55 +00:00
Update readme
This commit is contained in:
parent
cb0a587fe9
commit
40136b74b4
@ -216,7 +216,7 @@ docker run --rm --entrypoint cat my-sist2-image /root/sist2 > sist2-x64-linux
|
|||||||
3. Install vcpkg dependencies
|
3. Install vcpkg dependencies
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
vcpkg install openblas curl[core,openssl] sqlite3[core,fts5,json1] cpp-jwt pcre cjson brotli libarchive[core,bzip2,libxml2,lz4,lzma,lzo] pthread tesseract libxml2 libmupdf[ocr] gtest mongoose libmagic libraw gumbo ffmpeg[core,avcodec,avformat,swscale,swresample,webp,opus,mp3lame,vpx,zlib]
|
vcpkg install openblas curl[core,openssl] sqlite3[core,fts5,json1] cpp-jwt pcre cjson brotli libarchive[core,bzip2,libxml2,lz4,lzma,lzo] pthread tesseract libxml2 libmupdf[ocr] gtest mongoose libmagic libraw gumbo ffmpeg[core,avcodec,avformat,swscale,swresample,webp,opus,mp3lame,vpx,zlib] libgit2[core,pcre]
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Build
|
4. Build
|
||||||
|
@ -123,7 +123,7 @@ Example:
|
|||||||
*.pdf
|
*.pdf
|
||||||
|
|
||||||
# But don't ignore them for the /important_files/ directory
|
# But don't ignore them for the /important_files/ directory
|
||||||
!/important_videos/*.pdf
|
!/important_files/*.pdf
|
||||||
|
|
||||||
# Ignore all files in _staging/ directories
|
# Ignore all files in _staging/ directories
|
||||||
_staging/
|
_staging/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user