Open p2812 opened 6 years ago
Hi, Trying to install on Linux Mint 18.1, by sending "cmake .." :
CMake Error at CMakeLists.txt:26 (add_subdirectory): add_subdirectory given source "ebur128/ebur128" which is not an existing directory.
Thanks for any help.
try doing:
git submodule init; git submodule update
to pull in the needed submodule(s)
Hi, Trying to install on Linux Mint 18.1, by sending "cmake .." :
CMake Error at CMakeLists.txt:26 (add_subdirectory): add_subdirectory given source "ebur128/ebur128" which is not an existing directory.
Thanks for any help.