Zeckmathederg 477d30416b Update to a couple of packages (security).
cURL:     8.17.0 -> 8.18.0 (security).
          See https://wiki.linuxfromscratch.org/blfs/ticket/22618.
libtasn1: 4.20.0 -> 4.21.0 (security).
          See https://wiki.linuxfromscratch.org/blfs/ticket/22620.
2026-01-09 15:40:48 -07:00
2025-11-29 03:38:30 -06:00
2026-01-01 20:13:08 -07:00
2025-11-29 03:38:30 -06:00
2025-12-26 15:19:20 -06:00
2025-11-24 12:41:49 -07:00
2025-12-26 15:23:21 -06:00

GLFS

Gaming Linux From Scratch

This book covers the installation of graphics drivers, Steam, Wine, and more following a Linux From Scratch install.

Where to Read

Go to https://glfs-book.github.io/glfs/ and start going through the book!

The onlinle book is rolling release but there is a stable version in the GLFS source via the stable branch.

You can switch to it by running the following command:

git checkout stable

Then render the book by running the following command:

make STAB=release

There are also releases available for download. These contain both the SysV and Systemd editions of the book as chunked HTML.

Installation

How do I convert these XML files to HTML myself? You need to have some software installed that deal with these conversions. Please read INSTALL.md to determine which programs you need to install and where to get instructions to install that software.

You can then build the HTML with a simple make command. You can change the revision by passing REV=<rev> to the make command. <rev> can be:

  • sysv (default)
  • systemd

Example:

make REV=systemd

You can switch the theme by passing THEME=<theme> to the make command. <theme> can equal:

  • dark (default)
  • light
  • any theme in THEME_PATH

Example:

make THEME=dark

You can set the theme path by passing THEME_PATH=<path> to the make command. The default is stylesheets/lfs-xsl. More themes are available at https://github.com/glfs-book/lfs-themes.

Example:

make THEME_PATH=../lfs-themes/themes THEME=whitepink

By default, RENDERTMP, which defaults to a temporary directory created by mktemp -d, will be removed after every file has been converted to a new format (e.g., HTML, wget-list, dumped commands, etc.). If you need to keep that directory, pass AUTO_CLEAN=0 to the make command.

Example:

make RENDERTMP=~/tmp AUTO_CLEAN=0

Note

Other variables exist. For a more comprehensive list of them, run make help, and for a complete list, inspect the Makefile.

The default values for the variables in the Makefile may be changed by declaring them in local.mk. For instance, if local.mk contains REV=systemd and THEME=light, calling make with no arguments will build the systemd revision with the light theme. local.mk is not tracked and must be created manually.

The default target builds the SysV revision as chunked HTML in ~/public_html/glfs, whereas for Systemd, it would be in ~/public_html/glfs-systemd. By default, each package and section will be built as its own page, then linked together.

Description
Gaming Linux From Scratch is a book that covers how to install packages like Steam and Wine after the Linux From Scratch book.
Readme 71 MiB
Languages
XSLT 56%
Shell 20.1%
CSS 9.1%
Makefile 5.6%
Python 4.8%
Other 4.4%