- With the build order given in
https://github.com/lxqt/lxqt/wiki/Building-from-source,
it is hard to separate between desktop and applications.
- old apps (specially obconf-qt) are needed for being able
to configure the desktop
Also:
- move dependencies not in lxqt to the beginning (muparser, kf5, plasma
parts)
Well, Vulkan is not an alternative of X, nor Wayland. It's an
alternative of OpenGL.
Change "libvulkan" to "Vulkan-Loader" by the way. "libvulkan" is a
library, and Vulkan-Loader is the name of the package providing it. The
URL is also updated because there is no download link at vulkan.org.
Attention - you must have libxcrypt for this. If you are running an old
LFS release, install libxcrypt, then rebuild Shadow --with-yescrypt.
Technically if Shadow is built with PAM, then --with-{b,yes}crypt
switches are not necessary (but also do no harm). Just keep it there to
sync with LFS and prevent people building Shadow w/o PAM being locked
out of their system.
- Do not use the single quote "'" for *everything*. Use a proper XML
tag if applicable.
- Don't call the source directory "build" directory because we now often
create a subdirectory named "build", so calling the source directory
"build" can be puzzling.
- Update the method to use compressed patch (matching libpng
instruction).
- Explain why ninja attempts to use N+1 or N+2 logical processors.
- Now we don't run test suites w/o parallel jobs.
- Use "less" instead of "more" as "less" is actually more powerful.
- Explain -mtune=.
- -DNDEBUG is not always implied by --buildtype=release, but it's
sometimes implied.
- Alert that some "Skylake"s are actually not -march=skylake.
- For Rust, explain "-O" and "-g".