forked from kiss-community/kiss
docs: update
This commit is contained in:
parent
3b7cb6d380
commit
c15eccaee1
@ -130,11 +130,16 @@ export LDFLAGS=
|
|||||||
# Make flags.
|
# Make flags.
|
||||||
# Good value: MAKEFLAGS='-j 4' (number of cores).
|
# Good value: MAKEFLAGS='-j 4' (number of cores).
|
||||||
export MAKEFLAGS=
|
export MAKEFLAGS=
|
||||||
|
|
||||||
|
# Cmake Generator.
|
||||||
|
# Good value (Ninja): export CMAKE_GENERATOR=Ninja
|
||||||
|
# Good value (Makefiles): export CMAKE_GENERATOR=
|
||||||
|
export CMAKE_GENERATOR=
|
||||||
```
|
```
|
||||||
|
|
||||||
## Extending the package manager
|
## 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-chroot`: Enter a KISS `chroot`.
|
||||||
- `kiss-depends-finder`: Find missing dependencies by parsing 'ldd'.
|
- `kiss-depends-finder`: Find missing dependencies by parsing 'ldd'.
|
||||||
|
5
kiss.1
5
kiss.1
@ -123,6 +123,11 @@ export LDFLAGS=
|
|||||||
# Good value: MAKEFLAGS='-j 4' (number of cores).
|
# Good value: MAKEFLAGS='-j 4' (number of cores).
|
||||||
export MAKEFLAGS=
|
export MAKEFLAGS=
|
||||||
|
|
||||||
|
# Cmake Generator.
|
||||||
|
# Good value (Ninja): export CMAKE_GENERATOR=Ninja
|
||||||
|
# Good value (Makefiles): export CMAKE_GENERATOR=
|
||||||
|
export CMAKE_GENERATOR=
|
||||||
|
|
||||||
.
|
.
|
||||||
.fi
|
.fi
|
||||||
.
|
.
|
||||||
|
Loading…
Reference in New Issue
Block a user