info: clarify taglib in readme

This commit is contained in:
Alexander Capehart 2025-02-06 11:41:09 -07:00 committed by GitHub
parent 431f541ec8
commit ef732219d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.