まずはパッケージの取得
git clone git@github.com:MythTV/mythtv.git
gitの使い方についてはここ→Using git with MythTV

コンパイルに必要なパッケージのインストール
apt-get update
apt-get build-dep mythtv
 足りないものがある場合、configureやmakeに失敗するので、その都度インストールするか、その機能自体をconfigureのオプションでdisableしてやればよい。

手動でインストールしたライブラリがある場合
cat /etc/ld.so.conf.d/libc.conf ←パスの確認
sudo ldconfig

コンパイル
./configure
make 

sudo make install
で、インストール完了

覚書
Ubuntu10.10でのバグ→segfault on mythtv-setup












最終更新:2011年05月04日 02:25