changeset 1052:8904cd227948

misc: update INSTALL.md
author David Demelier <markand@malikania.fr>
date Sun, 20 Jun 2021 12:33:25 +0200
parents 403a87c8d0b4
children 8d6651c3e36c
files INSTALL.md
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL.md	Sun Jun 20 12:28:33 2021 +0200
+++ b/INSTALL.md	Sun Jun 20 12:33:25 2021 +0200
@@ -62,6 +62,8 @@
 - `JS`: set to 1 or 0 to disable Javascript (default: 1).
 - `DEBUG`: set to 1 or 0 to build with debug symbols and optimizations disabled
   (default: 0).
+- `USER`: user to use for transport and init scripts (default: nobody).
+- `GROUP`: group to use for transport and init scripts (default: nobody).
 
 You can tweak the installation directories by changing the following variables
 (note: all paths must be absolute):
@@ -75,6 +77,9 @@
 - `MANDIR`: path to manual pages (default: ${PREFIX}/share/man).
 - `VARDIR`: local cache files (default: ${PREFIX}/var).
 
+For any options, make sure to specify them for any make targets (e.g. `install`)
+because they can be translated at install time too.
+
 [Bison]: https://www.gnu.org/software/bison
 [GNU Make]: http://www.cmake.org
 [CURL]: https://curl.se