Browse Source

Add TROUBLESHOOTING section

pull/133/head
Nil Geisweiller 11 months ago
parent
commit
88817ec71e
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      README.md

+ 14
- 0
README.md View File

@@ -31,3 +31,17 @@ meson setup build --buildtype release
ninja -C build
ninja -C build install
```

## TROUBLESHOOTING

If upon running `meson setup build --buildtype release` you get the following error

```
libs/drowaudio/meson.build:3:0: ERROR: Include dir ../juce5/source/modules does not exist.
```

you may need to pull submodules as follows

```
git submodule update --init --recursive
```

Loading…
Cancel
Save