Skip to content

Commit a85391d

Browse files
author
Marcus Tomlinson
authored
Add libgcrypt to Linux requirements (#5466)
* Add libgcrypt to Linux requirements * Correction
1 parent b57d1f0 commit a85391d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/desktop.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ you need the following in addition to the Flutter SDK:
9898
* [pkg-config][]
9999
* libblkid
100100
* liblzma
101+
* libgcrypt
101102

102103
The easiest way to install the Flutter SDK along with these
103104
dependencies is by using [snapd][].
@@ -114,7 +115,7 @@ If `snapd` is unavailable on the Linux distro you're using,
114115
you might use the following command:
115116

116117
```terminal
117-
$ 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
118119
```
119120

120121
[Clang]: https://clang.llvm.org/

0 commit comments

Comments
 (0)