Add lld to install custom dependency for Linux in README
This commit is contained in:
parent
c59031c44c
commit
d421f7ec76
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ flutter build web --release
|
||||||
#### Install custom dependencies (Linux)
|
#### Install custom dependencies (Linux)
|
||||||
|
|
||||||
```bash
|
```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:
|
* Build with one of these:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue