From 256e3280c02b06dfdca6fedcc28c8344595b13a1 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 12 Jan 2021 03:17:23 -0500 Subject: doc/install/prokit: Prescribe Git repository --- 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 ======================================== -- cgit v0.9.1