Update README.md

This commit is contained in:
Jakob P. Liljenberg 2022-10-10 12:35:30 +02:00 committed by GitHub
parent 939062b17c
commit c9b0885a3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -329,7 +329,7 @@ Also needs a UTF8 locale and a font that covers:
Append `VERBOSE=true` to display full compiler/linker commands.
Append `STATIC=true` to `make` command for static compilation.
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.
@ -421,7 +421,7 @@ Also needs a UTF8 locale and a font that covers:
Append `VERBOSE=true` to display full compiler/linker commands.
Append `STATIC=true` to `make` command for static compilation (only libgcc and libstdc++ will be static!).
Append `STATIC=true` for static compilation (only libgcc and libstdc++ will be static!).
Append `QUIET=true` for less verbose output.
@ -506,8 +506,6 @@ Also needs a UTF8 locale and a font that covers:
3. **Compile**
Append `VERBOSE=true` to display full compiler/linker commands.
Append `STATIC=true` to `make` command for static compilation.
Append `QUIET=true` for less verbose output.