Kodi Community Forum

Full Version: Building from source Ubuntu minimal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Building from source using Ubuntu minimal 12.04.2/x64 there are some missing package requirements.

pkg-config is missing, also libavcodec doesn't seem to match versions.

./configure: line 15410: syntax error near unexpected token `FFMPEG,'
./configure: line 15410: ` PKG_CHECK_MODULES(FFMPEG, libavcodec,'

Huh
Building what exactly?
Install pkg-config. That line says its missing and it will fix that FFMpeg error. Just run ./bootstrap again after you install pkg-config

I know it works, had the same issue Smile

Cheers!