Browse Source

Merge 88817ec71e into 4333073939

pull/133/merge
Nil Geisweiller GitHub 1 week ago
parent
commit
ba9af57080
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
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