diff options
author | P. J. McDermott <pehjota> | 2014-09-02 14:55:58 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-09-02 14:55:58 (EDT) |
commit | 54183d963de81b328732bb132d8891b992071550 (patch) | |
tree | 9caffd1e8fde1feced5e22896cdf01dadf5daf03 | |
parent | 0e2c5a9e0e11d03d37900c1ab2958c97831a4c95 (diff) |
doc/pkg/basic-expat: Add prokit notes to intro
-rw-r--r-- | doc/pkg/basic-expat.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/pkg/basic-expat.mdwn b/doc/pkg/basic-expat.mdwn index 1ed902f..169658f 100644 --- a/doc/pkg/basic-expat.mdwn +++ b/doc/pkg/basic-expat.mdwn @@ -8,6 +8,9 @@ documentation. We will build a package in [Source Package Format 2.0][spf] (SPF 2.0) with the assistance of [[opkhelper_3.0.x|dev/opkhelper/]]. +It is assumed that [[prokit|dev/prokit]] is installed and a +[[ProteanOS_development_system|doc/pkg/dev-env]] is set up. + This tutorial assumes some knowledge of the UNIX shell command language and utilities (see the "Shell and Utilities" volume of [POSIX.1-2008][posix]) and at least basic familiarity with [makefile syntax][posix-makefile]. |