# HG changeset patch # User David Demelier # Date 1624185205 -7200 # Node ID 8904cd22794844fb2ab50703a454a9d2948fb512 # Parent 403a87c8d0b4ac135849c7e99b1688c103cfaafd misc: update INSTALL.md diff -r 403a87c8d0b4 -r 8904cd227948 INSTALL.md --- 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