We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8108c3 commit a02fc1cCopy full SHA for a02fc1c
README.md
@@ -16,7 +16,8 @@ The dialog library uses native bindings for each platform:
16
17
- **Windows**: No additional dependencies required.
18
- **macOS**: No additional dependencies required.
19
-- **Linux**: Requires GTK+3.0 development libraries
+- **Linux**: Requires GTK+3.0 (if not already installed on your system, you can install the required packages depending on your distribution)
20
+
21
```bash
22
# Ubuntu/Debian
23
sudo apt-get install libgtk-3-dev
0 commit comments