commit c15eccaee1a8309f3039a9f2fd5c9cbe27203afe parent 3b7cb6d380045bc7d465da7606a0c29f0c576b4e Author: Dylan Araps <dylan.araps@gmail.com> Date: Sat, 16 Nov 2019 15:55:44 +0000 docs: update Diffstat:
M | README.md | | | 7 | ++++++- |
M | kiss.1 | | | 5 | +++++ |
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -130,11 +130,16 @@ export LDFLAGS= # Make flags. # Good value: MAKEFLAGS='-j 4' (number of cores). export MAKEFLAGS= + +# Cmake Generator. +# Good value (Ninja): export CMAKE_GENERATOR=Ninja +# Good value (Makefiles): export CMAKE_GENERATOR= +export CMAKE_GENERATOR= ``` ## Extending the package manager -The `contrib` directory contains a set of simple scripts to extend the package manager. +The `contrib` directory contains a set of simple scripts to extend the package manager. These scripts can be installed through the `kiss-utils` package. - `kiss-chroot`: Enter a KISS `chroot`. - `kiss-depends-finder`: Find missing dependencies by parsing 'ldd'. diff --git a/kiss.1 b/kiss.1 @@ -123,6 +123,11 @@ export LDFLAGS= # Good value: MAKEFLAGS='-j 4' (number of cores). export MAKEFLAGS= +# Cmake Generator. +# Good value (Ninja): export CMAKE_GENERATOR=Ninja +# Good value (Makefiles): export CMAKE_GENERATOR= +export CMAKE_GENERATOR= + . .fi .