| Line 9: | Line 9: | ||
* An archive of files to be installed on the destination filesystem (e.g. executables, images, documentation) | * An archive of files to be installed on the destination filesystem (e.g. executables, images, documentation) | ||
| + | This [[Packaging/Tutorial]] will give you a whole story to create a rpm package from a qt project. | ||
<!-- To create an RPM package, you need??? --> | <!-- To create an RPM package, you need??? --> | ||
| Line 16: | Line 17: | ||
* [[Packaging]] | * [[Packaging]] | ||
* [[Packaging/Guidelines]] | * [[Packaging/Guidelines]] | ||
| - | |||
* [[Packaging/Deb conversion example]] | * [[Packaging/Deb conversion example]] | ||
To distribute an application to a MeeGo device, it should be packaged using the RPM format. (It is possible to manually copy binaries to a device and get them to run, but this is not recommended, as there is no way to specify dependencies.)
An RPM file is a binary file consisting of:
This Packaging/Tutorial will give you a whole story to create a rpm package from a qt project.
See: