blob: 875eb27937a4c3828ef87508ac16bb04242771b0 (
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 of 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.
|