mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Update README
This commit is contained in:
15
README.md
15
README.md
@@ -30,3 +30,18 @@ Now dashboard is available at `http://localhost:8000/`.
|
|||||||
## other frontend
|
## other frontend
|
||||||
|
|
||||||
- [Flutter frontend](https://github.com/lifegpc/eh_downloader_flutter)
|
- [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.
|
||||||
|
|||||||
Reference in New Issue
Block a user