1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
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 "P. J." 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.
|