From 1b7f6c3ebfa61b767a521dbdbcaca8b7dda871bb Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Sat, 16 Nov 2019 15:55:44 +0000 Subject: docs: update FossilOrigin-Name: 594f5a720b3cb6f1b837e8eeede9543f901d8d481e7f94442e687d9ecdb6830d --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 796b7bf..d68ac0d 100644 --- 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'. -- cgit v1.2.3