Skip to content

Commit e092bbb

Browse files
authored
README: Add note to initialize git submodule (#177)
Native File Dialog Extended now depends on Wayland Protocols.
1 parent 5137e5e commit e092bbb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ If you are using a platform abstraction framework such as SDL or GLFW, also see
103103
104104
# Building
105105
106+
On Linux, if building with Wayland support (the default), this project depends on [Wayland protocols](https://gitlab.freedesktop.org/wayland/wayland-protocols) as a git submodule, so it needs to be checked out:
107+
```
108+
git submodule update --init
109+
```
110+
106111
## CMake Projects
107112
If your project uses CMake,
108113
simply add the following lines to your CMakeLists.txt:

0 commit comments

Comments
 (0)