From 844b90ec6b79be309d0bd3d08df36b78d48eee90 Mon Sep 17 00:00:00 2001 From: kartofen Date: Mon, 7 Apr 2025 02:39:58 +0300 Subject: refactor install things --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index be096f3..dc59126 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,12 @@ use `ninja` to build, with options like: * `shared`, `static`, `header` for bulding to a usable library and * `test`to run the unit tests. +* `install` to install the built files in output directories set by `ninja configure` To change paths and presets using `ninja configure` with an appropriate environment variable: -* `BIN=` to set the output directory * `PROD=1` to use the non-debug flags +* `PREFIX=` used for other paths, default `installdir` +* `LIBDIR=` used for libraries (.so and .a), default `PREFIX/lib` +* `INCLUDEDIR=` used for c headers, default `PREFIX/include` -- cgit v1.2.3