mirror of
https://github.com/CDrummond/bliss-analyser.git
synced 2025-04-07 20:50:04 +03:00
Document build steps for Pi
This commit is contained in:
parent
0dda8a17e7
commit
22149c2349
@ -68,9 +68,14 @@ dnf install ffmpeg-devel clang pkg-config
|
||||
|
||||
Build with `cargo build --release --features=libav`
|
||||
|
||||
If building on a Raspberry Pi, then `rpi` also needs to be passed to `--features`, e.g.
|
||||
`cargo build --release --features=libav,rpi`
|
||||
|
||||
The resultant application will be less portable, due to dependencies on `libavcodec` libraries (and
|
||||
their dependencies).
|
||||
|
||||
|
||||
|
||||
## Build for 'libavcodec' library usage, statically linked
|
||||
|
||||
`clang`, `pkg-config`, and `ffmpeg` are required to build, as well as
|
||||
@ -89,6 +94,10 @@ dnf install ffmpeg-devel clang pkg-config
|
||||
|
||||
Build with `cargo build --release --features=libav,libavstatic`
|
||||
|
||||
If building on a Raspberry Pi, then `rpi` also needs to be passed to `--features`, e.g.
|
||||
`cargo build --release --features=libav,libavstatic,rpi`
|
||||
|
||||
|
||||
|
||||
## Build for 'symphonia'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user