teragonaudio / BeatCounter

Detect tempo in beats per minute (BPM)
http://teragonaudio.com/BeatCounter.html
GNU General Public License v2.0
83 stars 13 forks source link

dependencies?cmakejuce error on debian sid #19

Open teletrail opened 7 years ago

teletrail commented 7 years ago

hi, trying to compile your app, and I run into an error regarding cmake / juce?

include could not find load file:

../CMakeJuce/juce.cmake

I've also tried downloading the contents of the cmakejuce folder from your repo, as git clone doesn't seem to pull it in, but I get another error :

CMake Error at /home/preview/apps/audio/BeatCounter/Builds/CMakeJuce/juce.cmake:67 (add_library): Cannot find source file:

/home/preview/apps/audio/BeatCounter/Builds/Linux/Source/PluginEditor.cpp

Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx Call Stack (most recent call first): CMakeLists.txt:2 (include)

any help would be much appreciated.