jatinchowdhury18 / AnalogTapeModel

Physical modelling signal processing for analog tape recording
GNU General Public License v3.0
1.12k stars 64 forks source link

[FEATURE] Build command excluding CLAP on building instructions #295

Closed ghost closed 1 year ago

ghost commented 1 year ago

Is your feature request related to a problem? Please describe.

RPi users cannot build AnalogTapeModel because of cmake_minimum_required

CMake Error at modules/clap-juce-extensions/CMakeLists.txt:13 (cmake_minimum_required): CMake 3.21 or higher is required. You are running version 3.18.4

This problem is caused by the build CLAP.

Describe the solution you'd like

Add command to turn off the build CLAP like BYOD.

jatinchowdhury18 commented 1 year ago

Ah good call! I made a commit to the develop branch just now using the same CMake strategy. Let me know if it works out for you!

ghost commented 1 year ago

Yes it works :)