diff options
Diffstat (limited to 'doc/pkg')
-rw-r--r-- | doc/pkg/dev-env.mdwn | 8 |
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 |