We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57d1f0 commit a85391dCopy full SHA for a85391d
src/desktop.md
@@ -98,6 +98,7 @@ you need the following in addition to the Flutter SDK:
98
* [pkg-config][]
99
* libblkid
100
* liblzma
101
+* libgcrypt
102
103
The easiest way to install the Flutter SDK along with these
104
dependencies is by using [snapd][].
@@ -114,7 +115,7 @@ If `snapd` is unavailable on the Linux distro you're using,
114
115
you might use the following command:
116
117
```terminal
-$ sudo apt-get install clang cmake ninja-build pkg-config libgtk-3-dev libblkid-dev liblzma-dev
118
+$ sudo apt-get install clang cmake ninja-build pkg-config libgtk-3-dev libblkid-dev liblzma-dev libgcrypt20-dev
119
```
120
121
[Clang]: https://clang.llvm.org/
0 commit comments