linuxmao-org / FreeMajor

Editor for the TC Electronic G-Major guitar effect module
Boost Software License 1.0
7 stars 2 forks source link

cmake cannot find RtMidi.cpp (Ubuntu 22.04) #18

Closed craigerl closed 1 year ago

craigerl commented 1 year ago

craiger@pc:~/guitar/freemajor/FreeMajor/build$ cmake .. -- Configuring done CMake Error at cmake/RtMidi.cmake:3 (add_library): Cannot find source file:

/home/craiger/guitar/freemajor/FreeMajor/thirdparty/rtmidi/RtMidi.cpp
craigerl commented 1 year ago

Needed to clone rtmidi

cd thirdparty git clone https://github.com/Wohlstand/rtmidi.git

Maybe put this in the Readme? thanks.

jujudusud commented 1 year ago

Did you use: git clone --recursive https://github.com/linuxmao-org/FreeMajor.git

craigerl commented 1 year ago

I'm sure I didn't thanks!

trebmuh commented 1 year ago

Maybe put this in the Readme? thanks.

Already there. Closing then. Thanks for the feedback.