Go to file
Xi Ruoyao cdbdcb1cc5
fftw: Add --enable-avx2, and document --enable-{sse2,avx,avx2,avx512}
The first AVX2-capable CPUs are released in 2013 (ten years ago)
and now all recent Intel Core and AMD Ryzen models support it.  So
it makes sense to enable it now.  AVX512F is much uncommon now for
non-server CPU models (only Rocket Lake, Alder Lake with E-cores
disabled, and Zen 4), so leave it as <option>.
2023-02-12 13:46:15 +08:00
appendices AMD Microcode: 2023-02-05 15:05:28 +00:00
archive Update more URLs to use https 2023-01-29 14:35:01 +08:00
book Remove eol spaces 2023-01-29 13:51:59 +01:00
general fftw: Add --enable-avx2, and document --enable-{sse2,avx,avx2,avx512} 2023-02-12 13:46:15 +08:00
gnome vte: API doc now needs gi-docgen instead of gtk-doc 2023-02-12 00:57:53 +08:00
images updated stylesheets to 0.9 2004-05-08 02:42:12 +00:00
introduction Upgrade postgresql-15.2 2023-02-11 19:06:28 +01:00
kde Remove eol spaces 2023-01-29 13:51:59 +01:00
lxde Remove sect1info tags 2022-11-29 08:58:07 +01:00
multimedia flac: Drop nasm and xmms dependencies 2023-02-12 13:01:23 +08:00
networking libsoup3: Fix the description of -Ddocs=enabled, and add a sed to fix docdir 2023-02-11 23:23:02 +08:00
postlfs Update to nss-3.88.1. 2023-02-10 20:35:58 +00:00
pst Update to asymptote-2.85. 2023-02-11 15:03:17 +00:00
server Upgrade postgresql-15.2 2023-02-11 19:06:28 +01:00
stylesheets Remove eol spaces 2023-01-29 13:51:59 +01:00
template Remove eol spaces 2023-01-29 13:51:59 +01:00
x gtk+3: Remove note about missing schema 2023-02-12 01:04:11 +08:00
xfce Update to xfce4-panel-4.18.2. 2023-02-11 13:29:27 +01:00
xincludes Update more URLs to use https 2023-01-29 14:35:01 +08:00
xsoft Add optional dependencies for transmission 2023-02-10 22:25:48 +01:00
.gitattributes Add mechanism for cron job $Date$ handling 2021-04-15 17:33:01 +08:00
.gitignore Revert "Makefile: use a "by-the-book" way to detect build environment change" 2023-01-25 09:51:58 +08:00
changelog.xml Update to notification-daemon-3.20.0. 2016-04-04 19:22:43 +00:00
dummy.xml Remove eol spaces 2023-01-29 13:51:59 +01:00
expand_date Add mechanism for cron job $Date$ handling 2021-04-15 17:33:01 +08:00
general.ent Remove eol spaces 2023-01-29 13:51:59 +01:00
git-version.sh Restore the render system to what it was before pythonhosted changes 2023-01-25 13:01:41 +01:00
gnome.ent Update to gnome-desktop-43.1 2023-01-23 11:37:46 -06:00
index.xml more SVN prop clean up 2021-04-20 19:12:02 +08:00
INSTALL Remove spaces at the end of lines 2021-09-06 19:42:49 +02:00
Makefile Restore the render system to what it was before pythonhosted changes 2023-01-25 13:01:41 +01:00
obfuscate.sh clean up unused SVN prop entries 2021-04-20 19:12:02 +08:00
packages.ent Upgrade postgresql-15.2 2023-02-11 19:06:28 +01:00
README clean up unused SVN prop entries 2021-04-20 19:12:02 +08:00
tidy.conf clean up unused SVN prop entries 2021-04-20 19:12:02 +08:00

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.