Document workaround for installing build-dependencies on Debian Testing

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/633>
This commit is contained in:
MoonlightWave-12
2024-04-02 20:14:14 +02:00
parent b99b6a418c
commit b347d55b34

View File

@ -58,6 +58,12 @@ sudo apt-get -y build-dep .
For an explicit list of dependencies check the `Build-Depends` entry in the [`debian/control`](debian/control) file.
Note: Some build-dependencies are currently unavailable in Debian Testing.
To be able to install the build-dependencies with the previously mentioned commands anyway,
rename `control` in the `debian`-folder to `control.original`,
and `control.debian-testing` to `control` before using those commands.
The remaining dependencies will then be downloaded by `cargo` when building Squeekboard.
Testing
-------