add missing dependencies for "make source-only"

This commit is contained in:
Augustus 2022-07-07 17:01:36 +08:00
parent 4094750803
commit 32c4be4773

View File

@ -46,6 +46,7 @@ assisting tooling compiled but are not interested in binary-only targets, then
instead choose:
```shell
sudo apt install -y cargo libgtk-3-dev
make source-only
```