diff options
| author | albert <92109627+Albkat@users.noreply.github.com> | 2023-11-17 18:12:48 +0100 |
|---|---|---|
| committer | Xavier Claessens <xclaesse@gmail.com> | 2023-11-17 12:29:11 -0500 |
| commit | 2b494083956d46f7935f40a92b2c283b7fad6b7a (patch) | |
| tree | 46611b1e0fff671d5ce0bc929c5afc1306c86ac5 /docs/markdown | |
| parent | 6901ec394fb38b0f959713a96c8cc409620ed5c5 (diff) | |
| download | meson-2b494083956d46f7935f40a92b2c283b7fad6b7a.tar.gz | |
note on glib library
Diffstat (limited to 'docs/markdown')
| -rw-r--r-- | docs/markdown/Tutorial.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Tutorial.md b/docs/markdown/Tutorial.md index 34e65fc1c..4a2725503 100644 --- a/docs/markdown/Tutorial.md +++ b/docs/markdown/Tutorial.md @@ -18,6 +18,8 @@ following command: sudo apt install libgtk-3-dev ``` +In addition, it is recommended to have the glib library with version 2.74 or higher. + It is possible to build the GUI application on other platforms, such as Windows and macOS, but you need to install the needed dependencies. |
