[mythtv-users] Compiling from Source

Angela angela.schmid at wolke7.net
Fri Mar 7 10:06:18 UTC 2014


>$ rm -rf mythtv/external
>$ git reset --hard HEAD
>
>Re-run configure, then make 

After major changes on newly incorporated external sources where the
directory structure might have changed this is in my eyes better/easier, as
you don't have to know the compilation process/structure:

$ git checkout <version>
$ git clean -ffxd (deletes not git tracked files and directories)
$ git reset --hard HEAD

Angela



More information about the mythtv-users mailing list