Project

General

Profile

Packaging » History » Version 1

Adam Sutton, 2012-08-09 12:34

1 1 Adam Sutton
h1. Packaging
2
3
To be able to install TVHeadend permanently on your system, or distribute to others, its highly recommend that you build a package.
4
5
But before you can do this make sure you have read the basic build instructions [[Building|here]]
6
7
Different distributions will have different package formats, however TVHeadend comes with scripts to help build several common ones.
8
9
h2. Ubuntu
10
11
To build a deb package for the latest version of Ubuntu (Precise, at the time of writing) you can do the following:
12
13
> x86 32-bit
14
<pre>
15
$ ./AutoBuild.sh -t precise-i386
16
</pre>
17
18
> x86 64-bit
19
<pre>
20
$ ./AutoBuild.sh -t precise-amd64
21
</pre>
22
23
h2. Redhat/CentOS/Fedora
24
25
TODO: add info on building an RPM
26
27
h2. Gentoo
28
29
TODO: add info on build ebuild.
30
31
h2. Package Maintainers
32
33
If you wish to become a package maintainer for your favourite distribution, please contact a member of the development [[Team|team]].