From baa9ac710cebc4a95cc8c5312692df15c735b214 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 01 Sep 2014 21:46:09 -0400 Subject: doc/pkg/dev-env: Add Git build notes --- (limited to 'doc') diff --git a/doc/pkg/dev-env.mdwn b/doc/pkg/dev-env.mdwn index cfaae5e..7a33f49 100644 --- a/doc/pkg/dev-env.mdwn +++ b/doc/pkg/dev-env.mdwn @@ -42,6 +42,14 @@ 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. + It is recommended but not necessary that you install prokit to your system: $ sudo make install -- cgit v0.9.1