Kodi Community Forum
Linux Building from source Ubuntu minimal - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+---- Forum: MythTV (https://forum.kodi.tv/forumdisplay.php?fid=170)
+---- Thread: Linux Building from source Ubuntu minimal (/showthread.php?tid=159470)



Building from source Ubuntu minimal - User 161774 - 2013-03-17

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


RE: Building from source Ubuntu minimal - nickr - 2013-03-21

Building what exactly?


RE: Building from source Ubuntu minimal - User 161774 - 2013-03-21

http://wiki.xbmc.org/index.php?title=PVR/Backend/MythTV/BuildFromSource

http://forum.xbmc.org/showthread.php?tid=141369

I should state, XBMC builds fine, but the Myth plugin does not.


RE: Building from source Ubuntu minimal - wyild1 - 2013-03-22

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!