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.
2 parents 8869e4a + f06b9b1 commit 8e7432cCopy full SHA for 8e7432c
README.md
@@ -50,9 +50,9 @@ If you encounter issues running flutter-pi on any of the supported platforms lis
50
51
</details>
52
53
-2. Install graphics & system libraries and fonts:
+2. Install cmake, graphics, system libraries and fonts:
54
```bash
55
- sudo apt install libgl1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdrm-dev libgbm-dev ttf-mscorefonts-installer fontconfig libsystemd-dev libinput-dev libudev-dev libxkbcommon-dev
+ sudo apt install cmake libgl1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdrm-dev libgbm-dev ttf-mscorefonts-installer fontconfig libsystemd-dev libinput-dev libudev-dev libxkbcommon-dev
56
```
57
<details>
58
<summary>More Info</summary>
0 commit comments