Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/COx2/juce_meets_DaisySP
An example of integration of DaisySP and JUCE6 with CMake
https://github.com/COx2/juce_meets_DaisySP
Last synced: 3 months ago
JSON representation
An example of integration of DaisySP and JUCE6 with CMake
- Host: GitHub
- URL: https://github.com/COx2/juce_meets_DaisySP
- Owner: COx2
- License: mit
- Created: 2021-05-05T14:38:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-01T16:56:47.000Z (over 3 years ago)
- Last Synced: 2024-05-13T08:34:33.596Z (6 months ago)
- Language: CMake
- Size: 99.6 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-juce - juce_meets_DaisySP
README
# juce_meets_DaisySP
An example of integration of DaisySP and JUCE6 with CMake***DEMO:***
![Demo](./Documents/ScreenShot.png)
## Requirement
+ CMake 3.15 or later
+ Git## How to build
+ Get Sources
~~~
$ git clone https://github.com/COx2/juce_meets_DaisySP.git
$ cd juce_meets_DaisySP
$ git submodule update --init --recursive
~~~+ Generate project by CMake
Shortcut: For Visual Studio 2019 users
~~~
.\Scripts\build_vs2019.bat
~~~Shortcut: For Xcode users
~~~
./Scripts/build_xcode.command
~~~+ Build by IDE