Skip to content

Commit a02fc1c

Browse files
committed
docs(README): clarify Linux dependencies for GTK+3.0 installation
1 parent d8108c3 commit a02fc1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ The dialog library uses native bindings for each platform:
1616

1717
- **Windows**: No additional dependencies required.
1818
- **macOS**: No additional dependencies required.
19-
- **Linux**: Requires GTK+3.0 development libraries
19+
- **Linux**: Requires GTK+3.0 (if not already installed on your system, you can install the required packages depending on your distribution)
20+
2021
```bash
2122
# Ubuntu/Debian
2223
sudo apt-get install libgtk-3-dev

0 commit comments

Comments
 (0)