mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 05:38:44 +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
|
||||
|
||||
- [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