mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-09 19:57:18 +08:00
6efdfbe5f9
- 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". |
||
---|---|---|
appendices | ||
archive | ||
book | ||
general | ||
gnome | ||
images | ||
introduction | ||
kde | ||
lxde | ||
multimedia | ||
networking | ||
postlfs | ||
pst | ||
server | ||
stylesheets | ||
template | ||
x | ||
xfce | ||
xincludes | ||
xsoft | ||
.gitattributes | ||
.gitignore | ||
changelog.xml | ||
expand_date | ||
general.ent | ||
git-version.sh | ||
gnome.ent | ||
index.xml | ||
INSTALL | ||
Makefile | ||
obfuscate.sh | ||
packages.ent | ||
README | ||
tidy.conf |
How do I convert these XML files to HTML? You need to have some software installed that deal with these conversions. Please read the INSTALL file to determine what programs you need to install and where to get instructions to install that software. After that, you can build the html with a simple 'make' command. The default target builds the html in $(HOME)/public_html/blfs-book. For all targets, setting the parameter REV=systemd is needed to build the systemd version of the book. Other Makefile targets are: nochunks, validate, and blfs-patch-list. nochunks: builds BLFS in one huge file. validate: does an extensive check for xml errors in the book. blfs-patch-list: generates a list of all blfs controlled patches in the book.