Packaging » History » Revision 1
Revision 1/15
| Next »
Adam Sutton, 2012-08-09 12:34
Packaging¶
To be able to install TVHeadend permanently on your system, or distribute to others, its highly recommend that you build a package.
But before you can do this make sure you have read the basic build instructions here
Different distributions will have different package formats, however TVHeadend comes with scripts to help build several common ones.
Ubuntu¶
To build a deb package for the latest version of Ubuntu (Precise, at the time of writing) you can do the following:
x86 32-bit
$ ./AutoBuild.sh -t precise-i386
x86 64-bit
$ ./AutoBuild.sh -t precise-amd64
Redhat/CentOS/Fedora¶
TODO: add info on building an RPM
Gentoo¶
TODO: add info on build ebuild.
Package Maintainers¶
If you wish to become a package maintainer for your favourite distribution, please contact a member of the development team.
Updated by Adam Sutton about 12 years ago · 1 revisions