Difference between revisions of "MythTV"
From Richard's Wiki
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | * [http://ubuntuforums.org/showthread.php?t=747830 MythBuntu MythTV source code] Follow these basic steps: | ||
+ | ** apt-get source mythtv | ||
+ | ** sudo apt-get build-dep mythtv | ||
+ | ** sudo apt-get install devscripts | ||
+ | ** dch -i (Put what you are changing in the changelog.) | ||
+ | ** Make changes | ||
+ | ** debuild | ||
+ | ** Run! | ||
+ | <br> | ||
+ | * [http://codeliteorg.ipage.com/Main/ReadMore CodeLite IDE - A Cross Platform Open Source C/C++ IDE] | ||
* Need to have external IP address of server set up in mythtv backend setup, so that URLs exposed by uPnP have public IP address | * Need to have external IP address of server set up in mythtv backend setup, so that URLs exposed by uPnP have public IP address | ||
* Need to have broadcast address for uPnP route enabled | * Need to have broadcast address for uPnP route enabled | ||
Line 6: | Line 16: | ||
* Need to have both MULTICAST and ALLMULTI enabled in ipconfig: | * Need to have both MULTICAST and ALLMULTI enabled in ipconfig: | ||
ifconfig eth0 allmulti | ifconfig eth0 allmulti | ||
+ | * [https://help.ubuntu.com/community/MountWindowsSharesPermanently https://help.ubuntu.com/community/MountWindowsSharesPermanently] - info on adding smbfs (& cifs) support to Ubuntu |
Latest revision as of 00:35, 27 August 2011
- MythBuntu MythTV source code Follow these basic steps:
- apt-get source mythtv
- sudo apt-get build-dep mythtv
- sudo apt-get install devscripts
- dch -i (Put what you are changing in the changelog.)
- Make changes
- debuild
- Run!
- CodeLite IDE - A Cross Platform Open Source C/C++ IDE
- Need to have external IP address of server set up in mythtv backend setup, so that URLs exposed by uPnP have public IP address
- Need to have broadcast address for uPnP route enabled
route add -net 239.0.0.0/8 eth0
or
route add -net 239.0.0.0 netmask 255.0.0.0 eth0
- Need to have both MULTICAST and ALLMULTI enabled in ipconfig:
ifconfig eth0 allmulti
- https://help.ubuntu.com/community/MountWindowsSharesPermanently - info on adding smbfs (& cifs) support to Ubuntu