From 04f46bf180cf506ceadb76b5afacf9c02700cc65 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Mon, 14 Sep 2026 23:55:57 +0200 Subject: build: VERSION checked for build and install, cross names without v, dependency gate covers tests and BSDs, tarball install, examples and extractor list tested --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c453726..a028ab9 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.3