jiixyj / loudness-scanner

A tool that scans your music files and tags them with loudness information.
MIT License
133 stars 23 forks source link

Error installing #32

Open p2812 opened 6 years ago

p2812 commented 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.

ghost commented 6 years ago

try doing:

git submodule init; git submodule update

to pull in the needed submodule(s)