diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 23:55:57 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 23:55:57 +0200 |
| commit | 04f46bf180cf506ceadb76b5afacf9c02700cc65 (patch) | |
| tree | eee384915f80b8243ff807b239515d1c7525095c /README.md | |
| parent | 0b155e8df3205aebf129091b517f4116665a5adc (diff) | |
| download | krino-04f46bf180cf506ceadb76b5afacf9c02700cc65.tar.gz krino-04f46bf180cf506ceadb76b5afacf9c02700cc65.zip | |
build: VERSION checked for build and install, cross names without v, dependency gate covers tests and BSDs, tarball install, examples and extractor list tested
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 |
