arkq / cmusfm

Last.fm standalone scrobbler for the cmus music player
GNU General Public License v3.0
232 stars 5 forks source link

Syntax error #12

Closed schvabodka-man closed 7 years ago

schvabodka-man commented 7 years ago

Hi there. Attempting to build cmusfm and getting these

syntax error near unexpected token LIBCRYPTO,' ../configure: line 4163: PKG_CHECK_MODULES(LIBCRYPTO, libcrypto)

arkq commented 7 years ago

If Internet is right, you need pkg-config to be installed prior to running configuration script. I've just added check for this requirement, so the error message will be more meaningful.