diff options
author | P. J. McDermott <pehjota> | 2014-09-02 15:05:59 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-09-02 15:05:59 (EDT) |
commit | 193445b5425ec1107db8ceb0973bd2a7bee9ffbe (patch) | |
tree | 291ae5741dee23b77bb5789c4db8a460c44deba7 | |
parent | 54183d963de81b328732bb132d8891b992071550 (diff) |
dev/pkg: New page
-rw-r--r-- | doc/pkg.mdwn | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/pkg.mdwn b/doc/pkg.mdwn new file mode 100644 index 0000000..1726af4 --- /dev/null +++ b/doc/pkg.mdwn @@ -0,0 +1,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. |