Update README

This commit is contained in:
2023-08-30 12:32:12 +08:00
parent 2a7234b475
commit ffce3198fb

View File

@@ -30,3 +30,18 @@ Now dashboard is available at `http://localhost:8000/`.
## other frontend
- [Flutter frontend](https://github.com/lifegpc/eh_downloader_flutter)
## FFI Extensions
All dynamic libraries should place in `./lib` directory.
### Thumbnail
- Required tools: `cmake`, C/C++ compiler.
- Required library: `libavformat`, `libavcodec`, `libavutil`, `libswscale`.
#### Location
- `./lib/thumbnail.dll` on Windows.
- `./lib/libthumbnail.so` on Linux.
- `./lib/libthumbnail.dylib` on macOS.