ProteanOS Development Kit ------------------------- This is prokit, the ProteanOS Development Kit. prokit can install a ProteanOS system, run a ProteanOS shell and other commands, manage software packages in an installed ProteanOS system, and build packages for ProteanOS (with build dependencies automatically installed and removed). prokit is similar in function to the debootstrap, pbuilder, and sbuild programs of Debian and derivatives. Here is the Web page for the ProteanOS Development Kit: http://www.proteanos.com/dev/prokit/ Using the ProteanOS Development Kit ----------------------------------- After being built with configure and make, prokit can be installed to the system or run in place without installation. Installing a ProteanOS system can be done as follows (assuming use of sudo): $ sudo src/prokit install dev/trunk $root Start a ProteanOS shell in an isolated file system environment as follows: $ sudo src/prokit shell $root For more information on prokit's commands, use the help command: $ src/prokit help Or check the manual pages: $ man man/prokit.1 Or, if prokit is installed: $ man prokit For more information about using prokit for ProteanOS development, see the ProteanOS wiki: http://www.proteanos.com/doc/pkg/dev-env/ Copyright Information --------------------- Copyright (C) 2014 Patrick McDermott Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.