summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/install/prokit.mdwn27
1 files changed, 4 insertions, 23 deletions
diff --git a/doc/install/prokit.mdwn b/doc/install/prokit.mdwn
index d95b789..05043e8 100644
--- a/doc/install/prokit.mdwn
+++ b/doc/install/prokit.mdwn
@@ -13,7 +13,8 @@ Dependencies
============
Building prokit requires make, a POSIX-conformant shell with `local`, and basic
-standard utilities.
+standard utilities. Git and GNU Autoconf and Automake are currently also
+required.
Running prokit requires the following utilities:
@@ -49,24 +50,12 @@ Adjust where necessary if you don't use **sudo**(8).
Downloading the ProteanOS Development Kit
=========================================
-Download a released version of prokit from the files site by [HTTP][prokit-http]
-or [FTP][prokit-ftp], e.g.:
-
- $ gpg --recv-keys 0x225031F047FFE51663ED516F1A459ECDE4D604BE
- $ # Find a signature path from your keyring to 0x1A459ECDE4D604BE
- $ wget http://files.proteanos.com/pub/prokit/2.0.0/prokit-2.0.0.tar.gz \
- > http://files.proteanos.com/pub/prokit/2.0.0/prokit-2.0.0.tar.gz.asc
- $ gpg --verify prokit-2.0.0.tar.gz.asc prokit-2.0.0.tar.gz
- $ tar -xzf prokit-2.0.0.tar.gz
- $ cd prokit-2.0.0/
-
-Or clone prokit from the [Git repository][prokit-git]:
+The current released version (2.0.1) of prokit lacks features now used by the
+ProteanOS package archive. Clone prokit from the [Git repository][prokit-git]:
$ git clone git://git.proteanos.com/prokit/prokit.git
$ cd prokit/
-[prokit-http]: http://files.proteanos.com/pub/prokit/
-[prokit-ftp]: ftp://files.proteanos.com/pub/prokit/
[prokit-git]: http://git.proteanos.com/prokit/prokit.git/
@@ -75,17 +64,9 @@ Building the ProteanOS Development Kit
Configure and build prokit:
- $ ./configure
- $ make
-
-Or, if you cloned the Git repository, run:
-
$ ./autogen.sh
$ make
-To build from the repository you'll need to have GNU Autoconf and Automake
-installed.
-
Installing the ProteanOS Development Kit
========================================