nooploop / piejam

PieJam - an audio mixer with touch interface for Raspberry Pi
GNU General Public License v3.0
67 stars 2 forks source link

missing mipp.h #4

Closed ashworthpayne closed 2 years ago

ashworthpayne commented 2 years ago

/home/kk4ywn/piejam/piejam_libs/audio/include/piejam/audio/simd.h:7:10: fatal error: mipp.h: No such file or directory 7 | #include | ^~~~ compilation terminated.

Cant find mipp.h anywhere.

Thanks for any insight :)

nooploop commented 2 years ago

Hi, mipp is a submodule. You probably cloned the repository without submodules.

Something like: git clone --recursive https://github.com/nooploop/piejam.git

ashworthpayne commented 2 years ago

i did exactly that. :) cloned recursive and was able to build. thanks for your help