Skip to content

Commit

Permalink
README.md build in Debug/Release mode with MS Visual Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
chn-dev committed Jul 11, 2023
1 parent 0388097 commit a31a6de
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ To clone and compile chnCrusher, do the following:
cmake . -B build
cmake --build build

When using the Visual Studio Compiler under Windows you can use either

cmake --build build --config Debug

or

cmake --build build --config Release

to to build in debug or release mode.

By default, the plugin will be built in the formats LV2, VST3, AU and as a standalone application. chnCrusher uses JUCE as a submodule, so the third command above will clone [JUCE v7.0.5](https://github.com/juce-framework/JUCE/tree/69795dc8e589a9eb5df251b6dd994859bf7b3fab) under the subdirectory "JUCE".

The guts of the plugin's work is done in PluginProcessor::processBlock().
Expand Down

0 comments on commit a31a6de

Please sign in to comment.