Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add detail to git install instructions in README #151

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

sudara
Copy link
Contributor

@sudara sudara commented Jun 6, 2024

When setting up I didn't realize I needed to recursively init the submodule.

Not doing so results in an error like so:

CMake Error at modules/clap-juce-extensions/CMakeLists.txt:48 (add_subdirectory):
  The source directory

    /Users/sudara/projects/Meter/modules/clap-juce-extensions/clap-libs/clap

  does not contain a CMakeLists.txt file.

I figured adding that detail might help someone else.

Yay clap!

When setting up I didn't realize I needed to recursively init the submodule.

Not doing so results in an error like so: 

```
CMake Error at modules/clap-juce-extensions/CMakeLists.txt:48 (add_subdirectory):
  The source directory

    /Users/sudara/projects/Meter/modules/clap-juce-extensions/clap-libs/clap

  does not contain a CMakeLists.txt file.
```

I figured adding that detail might help someone else.

Yay clap!
@baconpaul
Copy link
Collaborator

Oh thanks!

@baconpaul baconpaul merged commit 4491bc3 into free-audio:main Jun 6, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants