Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lifegpc committed Aug 30, 2023
1 parent 2a7234b commit ffce319
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ffce319

Please sign in to comment.