Meego Wiki
Views

Quality/TestSuite/Building BLTS Packages

From MeeGo wiki
< Quality | TestSuite
Revision as of 13:52, 17 December 2010 by Klaakso (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The source package includes the pack.sh script, which is used for building RPM and Debian packages and source tar packages. To build an RPM package with the script, execute this command in the top level source directory of asset:

./pack.sh -r

To get help about the packaging script, execute

./pack.sh -h

The asset can also be built manually by executing:

./autogen.sh
./configure
make
Personal tools