info: clarify taglib in readme
This commit is contained in:
parent
431f541ec8
commit
ef732219d7
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@ You can support Auxio's development through [my Github Sponsors page](https://gi
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
Auxio relies on a custom version of Media3 that enables some extra features. This adds some caveats to the build process:
|
Auxio relies on a patched version of Media3 that enables some extra playback features, alongside taglib for metadata
|
||||||
|
parsing. This adds some caveats to the build process:
|
||||||
1. `cmake` and `ninja-build` must be installed before building the project.
|
1. `cmake` and `ninja-build` must be installed before building the project.
|
||||||
2. The project uses submodules, so when cloning initially, use `git clone --recurse-submodules` to properly
|
2. The project uses submodules, so when cloning initially, use `git clone --recurse-submodules` to properly
|
||||||
download the external code.
|
download the external code.
|
||||||
|
|
Loading…
Reference in a new issue