Merge pull request #2593 from WeebNetsu/fix-missing-linux-install-dep

Add lld to install custom dependency for Linux in README
This commit is contained in:
Krille-chan 2026-02-22 11:45:59 +01:00 committed by GitHub
commit a422d07d63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,7 +96,7 @@ flutter build web --release
#### Install custom dependencies (Linux)
```bash
sudo apt install libjsoncpp1 libsecret-1-dev libsecret-1-0 librhash0 libwebkit2gtk-4.0-dev
sudo apt install libjsoncpp1 libsecret-1-dev libsecret-1-0 librhash0 libwebkit2gtk-4.0-dev lld
```
* Build with one of these: