diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-11-16 15:55:44 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-11-16 15:55:44 +0000 |
commit | 1b7f6c3ebfa61b767a521dbdbcaca8b7dda871bb (patch) | |
tree | b7b3bb7bdc62f90dc80b3632b3c511adc3d264ba | |
parent | 61091f0ce744f8351ab6976e059d668f1f329fca (diff) | |
download | cpt-1b7f6c3ebfa61b767a521dbdbcaca8b7dda871bb.tar.gz |
docs: update
FossilOrigin-Name: 594f5a720b3cb6f1b837e8eeede9543f901d8d481e7f94442e687d9ecdb6830d
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | kiss.1 | 5 |
2 files changed, 11 insertions, 1 deletions
@@ -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'. @@ -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 . |