summaryrefslogtreecommitdiffstats
path: root/doc/pkg.mdwn
blob: d74642882db96ce9544a39f6a55ea0ce345eaf7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[[!meta title="Package Development Tutorials"]]

Following is a series tutorials on preparing packages for ProteanOS.

Getting Started
---------------

  * [[Setting_up_a_ProteanOS_Package_Development_Environment|doc/pkg/dev-env]]

    This tutorial explains how to set up a ProteanOS development system for
    building software packages under **chroot**(8).

Basic Packaging
---------------

  * [[Basic_Packaging_Tutorial|doc/pkg/basic-expat]]

    This tutorial offers an in-depth introduction to ProteanOS packaging, using
    the Expat XML parser library as an example.