Merge branch 'main' of github.com:aristocratos/btop

This commit is contained in:
aristocratos 2022-10-10 13:02:15 +02:00
commit d1056bf423

View file

@ -327,7 +327,9 @@ Also needs a UTF8 locale and a font that covers:
3. **Compile** 3. **Compile**
Append `STATIC=true` to `make` command for static compilation. Append `VERBOSE=true` to display full compiler/linker commands.
Append `STATIC=true` for static compilation.
Notice! If using LDAP Authentication, usernames will show as UID number for LDAP users if compiling statically with glibc. Notice! If using LDAP Authentication, usernames will show as UID number for LDAP users if compiling statically with glibc.
@ -417,7 +419,9 @@ Also needs a UTF8 locale and a font that covers:
3. **Compile** 3. **Compile**
Append `STATIC=true` to `make` command for static compilation (only libgcc and libstdc++ will be static!). Append `VERBOSE=true` to display full compiler/linker commands.
Append `STATIC=true` for static compilation (only libgcc and libstdc++ will be static!).
Append `QUIET=true` for less verbose output. Append `QUIET=true` for less verbose output.
@ -501,7 +505,7 @@ Also needs a UTF8 locale and a font that covers:
3. **Compile** 3. **Compile**
Append `STATIC=true` to `make` command for static compilation. Append `VERBOSE=true` to display full compiler/linker commands.
Append `QUIET=true` for less verbose output. Append `QUIET=true` for less verbose output.