diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-11-18 10:56:28 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-11-18 10:56:28 +0100 |
commit | 2699d346e1eb014485e4099156336c59458905e1 (patch) | |
tree | 941d77d1494ad0a6baa8b3b22a22f92aef015d3c /doc | |
parent | a745323f362e5d742404659fbd531e1d0073921d (diff) |
doc: Add installation instructions.
* doc/guile-debbugs.texi (Installation): Complete section.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guile-debbugs.texi | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/guile-debbugs.texi b/doc/guile-debbugs.texi index 3d2e2f9..726b195 100644 --- a/doc/guile-debbugs.texi +++ b/doc/guile-debbugs.texi @@ -68,7 +68,18 @@ TODO @node Installation @chapter Installation -TODO +Guile Debbugs uses the GNU build system. To install Guile Debbugs from +a release tarball just unpack it and run the usual commands: + +@example +./configure +make +make install +@end example + +If you want to build the sources from the source repository you need to +bootstrap the build system first. Run the @code{bootstrap.sh} script +first and then perform the above steps. @c ********************************************************************* @node Programming Interface |