2025-07-18 18:34:51 -06:00
2025-05-15 22:19:01 -06:00
2025-06-09 15:34:38 -06:00
2025-07-17 16:21:24 -06:00
2025-07-17 13:32:36 -06:00
2025-07-17 16:21:24 -06:00
2025-07-17 13:32:36 -06:00
2025-07-18 13:09:31 -06:00
2025-07-18 18:34:51 -06:00
2025-07-18 13:08:11 -06:00
2025-06-09 15:36:25 -06:00
2025-06-13 18:56:25 -06:00
2025-06-24 13:34:45 -06:00
2025-07-17 16:21:24 -06:00

Gaming Linux From Scatch (GLFS)

Gaming Linux From Scratch is a book that covers how to install packages like Steam and Wine after the Linux From Scratch book.

Where to Read

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

The book online 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 make STAB=release.

There are also Releases that you can download. All of them contain both the SysV and Systemd editions of the book, 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 the INSTALL.md 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. You can change the revision, ie. systemd vs sysv by adding REV=<rev> to the make command. <rev> can be:

  • sysv (default)
  • systemd

Example: make REV=systemd.

The default target (sysv) builds the HTML in ~/public_html/glfs, whereas for systemd, it would be in ~/public_html/glfs-systemd.

It will by default make each package and section its own page then link everything together for a smooth experience.

You can set a path to GLFS themes by running make GLFS_THEME_PATH=<path>. The default is stylesheets/lfs-xsl.

The dark theme is also the default, but you can switch the theme by running make GLFS_THEME=<theme>. <theme> can equal:

  • light
  • dark

Note that if you set GLFS_THEME_PATH, you can set GLFS_THEME to more than just what the available options are shown above, but only the available themes that are in that path.

Defaults can be changed in a file that isn't tracked (local.mk) by declaring variables found in Makefile in local.mk, such as REV and GLFS_THEME. This file must be created manually.

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 68 MiB
Languages
XSLT 62.2%
Shell 11%
CSS 10%
Makefile 6.4%
Python 5.4%
Other 5%