summaryrefslogtreecommitdiffstats
path: root/doc/pkg
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2014-09-01 21:46:09 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-09-01 21:46:09 (EDT)
commitbaa9ac710cebc4a95cc8c5312692df15c735b214 (patch)
treed4c8bd21c9a15d4cce1f17bd91d5d8a652f68c00 /doc/pkg
parent0e6bd2e593ad2248f1c4d9629afd4551953b58a2 (diff)
doc/pkg/dev-env: Add Git build notes
Diffstat (limited to 'doc/pkg')
-rw-r--r--doc/pkg/dev-env.mdwn8
1 files changed, 8 insertions, 0 deletions
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