You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 1. **Pull**| Download or retrieve the components' sources and external dependencies needed to build the part. | Components' sources and external dependencies are put in CRAFT_PART_**SRC**. |`snapcraft pull [<part-name>]`|
8
+
| 2. **Build**| Build the components from the previously pulled sources. | Build the sources in CRAFT_PART_**BUILD** and places the result in CRAFT_PART_**INSTALL**|`snapcraft build [<part-name>]`|
9
+
| 3. **Stage**| Copy the built components into the staging area. | The built components are put in CRAFT_**STAGE**. |`snapcraft stage [<part-name>]`|
10
+
| 4. **Prime**| Copy the staged components into the priming area. | The staged components are put in CRAFT_**PRIME**. |`snapcraft prime [<part-name>]`|
11
+
| 5. **Pack**| Take the contents of the prime directory and pack it into a snap. | The snap is put in CRAFT_PROJECT_**DIR**. |`snapcraft pack or snapcraft`|
0 commit comments