diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -23,6 +23,15 @@ install` puts the binary in `$PREFIX/bin` (default `~/.local/bin`), the man pages in `$PREFIX/share/man`, and the examples and `docs/sexp-primer.md` in `$PREFIX/share/doc/krino`. +A release tarball holds the built binary, the man pages, the examples and +this README, but no Makefile and no source; install it by hand: + +``` +install -m 755 krino ~/.local/bin/ +install -m 644 krino.1 ~/.local/share/man/man1/ +install -m 644 krino.conf.5 ~/.local/share/man/man5/ +``` + Some `(content ...)` tests need external extractors — `pdftotext` for PDF, `antiword`/`catdoc` for legacy Word, `xls2csv`/`catppt` for legacy Excel and PowerPoint. `make build` reports which of these are missing; install them |
