summaryrefslogtreecommitdiffstats
path: root/doc/pkg.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pkg.mdwn')
-rw-r--r--doc/pkg.mdwn19
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.