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

Following is a series tutorials on preparing packages for ProteanOS.

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

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

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

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

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

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