From Fedora Project Wiki

< Modularity‎ | Getting Started‎ | Building modular things

Revision as of 14:23, 9 September 2016 by Sgilson (talk | contribs) (Created page with "We can start with the familiar ''package ''and ''subpackage'', ''built'' as usual from a ''component'' (or ''source package''): <!-- image 1 --> File:building-image1.png ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

We can start with the familiar package and subpackage, built as usual from a component (or source package):

Building-image1.png

We’re not changing anything at this level (yet… non-rpm packages are a possible topic for the future!)

It is important to distinguish the build of a package from the compose of a module; the build here is the step which includes compilation and creation of a reusable bundle of the compiled output. We might be building specifically to compile for a module’s contents; but the build step is still a distinct step.