diff options
author | Mikael Djurfeldt <mikael@djurfeldt.com> | 2018-10-24 20:56:16 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2019-05-23 17:13:15 +0200 |
commit | 9c10b423a80bd5ec38f6f7af47ee40d3b15e3384 (patch) | |
tree | 0dd2dc4c01a40858219ec2ac754c156a45c77a57 | |
parent | f13e2cb8ada7f027b517e74094ee170ed127c8b3 (diff) | |
download | guile-9c10b423a80bd5ec38f6f7af47ee40d3b15e3384.tar.gz |
Add texinfo dependency to README
* README: Add texinfo dependency.
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -116,6 +116,12 @@ Guile requires the following external packages: - LIBFFI_LIBS=<linker flags for picking up the libffi library> + - texinfo + + Guile uses `makeinfo' to create info documentation in the directory + `doc' and `install-info' (which is provided by a separate package in + some distributions) to install it. + Special Instructions For Some Systems ===================================== |