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

missing step in the docs #286

Open
mikelange49 opened this issue Mar 13, 2022 · 2 comments
Open

missing step in the docs #286

mikelange49 opened this issue Mar 13, 2022 · 2 comments

Comments

@mikelange49
Copy link

Hi.

I struggled building the GainPlugin example.
(I must say I'm quite new to cmake)
After searching, I finally realized that I had to run the "cmake -B" command from the react-juce folder.

I suggest you add that step, maybe in the "Getting started" doc page.

@mepc36
Copy link

mepc36 commented Feb 2, 2023

Hey, what is this missing step? I tried to run cmake -B but it didn't work. What is the rest of that command?

@keithhetrick
Copy link

keithhetrick commented Jun 8, 2023

Hey @mepc36,

I came across this too – the cmake -B needs to be followed by the name of whichever folder you want to create

I finally got it to demo plugin to run after I ran cmake -B {name-of-folder} followed up by cd {name-of-folder] into that newly created and running make

There should be a folder in the file tree called "GainPlugin_artefacts", and thats where that standalone version of the plugin lives.

After ALL that, then you can start messing around in the React/JS files & see the changes happen after closing & reopening the created ReactJUCEGainPlugin.app

Hope this helps!

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

No branches or pull requests

3 participants