updated jucer projects to use juce in deps

This commit is contained in:
essej
2022-04-19 11:06:33 -04:00
parent 25bd5d8adb
commit a4922bd275
3 changed files with 103 additions and 100 deletions

View File

@ -12,8 +12,11 @@ https://github.com/essej/paulxstretch
Requirements for building from source code :
- A modern C++ compiler and standard library (C++14, some C++17 needs to be supported)
- JUCE 6.X : https://github.com/juce-framework/JUCE
- FFTW3.3.6
- JUCE 6.X is included in deps/juce and is a slightly modified branch with
some improvements/augmentations. It is managed via the tool git-subrepo
and the original repository is: https://github.com/essej/JUCE in the
```sono6good``` branch
- FFTW >= 3.3.6
# Contributors