From d421f7ec768b2a2486a925e2f24dc3a576735778 Mon Sep 17 00:00:00 2001 From: Stephen Date: Fri, 20 Feb 2026 06:08:02 +0200 Subject: [PATCH] Add lld to install custom dependency for Linux in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c45db5601..b118f085e 100644 --- a/README.md +++ b/README.md @@ -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: