dpirch / libfvad

Voice activity detection (VAD) library, based on WebRTC's VAD engine
BSD 3-Clause "New" or "Revised" License
498 stars 176 forks source link

./configure: no such file or directory' error, why? #14

Open nyongja opened 5 years ago

nyongja commented 5 years ago

I solved

Ryuk17 commented 3 years ago

I solved

Can you tell me how you solve it?Thanks in advanced.

TaridaGeorge commented 3 years ago

When building from the cloned git repository (instead of a downloaded release), run autoreconf -i to create the missing configure script (this requires autoconf, libtool and pkg-config; e.g. run sudo apt install autoconf libtool pkg-config on Debian/Ubuntu first).

run autoreconf -i

usUpal commented 12 months ago

if you want to deep dive: link

jonnor commented 6 months ago

This issue has a colution and can be fixed. CC @dpirch