Go to file
Zeckmathederg 6e75b0a9ee Addressed first issue of Issue Pack - NVK (#6).
32-bit LLVM has the wrong 32-bit configuration - Fixed... hopefully. Worried about the line: -DLLVM_HOST_TRIPLE=x86_64-pc-linux-gnu.
2024-06-16 20:54:02 -06:00
.github/workflows auto publish github pages 2024-05-20 17:59:57 +02:00
appendices Improvements and Adherence to *LFS standards (#2) 2024-05-23 23:45:23 -06:00
book Added Quality of Life chapter, and more. 2024-06-10 01:53:40 -06:00
images Edited lfs-navigational.xsl so favicon.ico appears as logo on every page. 2024-06-06 21:09:36 -06:00
introduction Addressed first issue of Issue Pack - NVK (#6). 2024-06-16 20:54:02 -06:00
kernel-config Added Quality of Life chapter, and more. 2024-06-10 01:53:40 -06:00
multilib Addressed third issue of Issue Pack - NVK (#6). 2024-06-16 20:40:27 -06:00
qol Added Quality of Life chapter, and more. 2024-06-10 01:53:40 -06:00
shareddeps Addressed first issue of Issue Pack - NVK (#6). 2024-06-16 20:54:02 -06:00
steam Added "What Now?" 2024-06-07 07:06:03 -06:00
stylesheets Made a handful of changes, added more links. 2024-06-07 03:14:10 -06:00
template template: Clean up 2024-03-14 22:03:46 +08:00
wine Update to GCC-14.1.0, MinGW-w64-GCC stays at 13.1.0. 2024-06-08 03:58:09 -06:00
xincludes Readded xincludes, changed blfs target to blfs-next, moved two xml files to where they should be, and finished Networking section for the Steam chapter 2024-04-24 22:21:32 -06: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 Improvements and Adherence to *LFS standards (#2) 2024-05-23 23:45:23 -06:00
check-versions.sh Made a few changes revolving around Mesa deps. 2024-06-12 12:00:37 -06:00
expand_date Add mechanism for cron job $Date$ handling 2021-04-15 17:33:01 +08:00
general.ent Changed GLFS copyright date to just 2024. 2024-06-09 23:49:26 -06:00
git-version.sh Last fix was a mistake, reverting! 2024-05-24 13:22:57 -06:00
gnome.ent Update to gnome-weather-46.0 2024-04-04 16:34:29 -05:00
index.xml Added Quality of Life chapter, and more. 2024-06-10 01:53:40 -06:00
INSTALL.md Make README and INSTALL Markdown 2024-05-11 08:59:51 -06:00
Makefile Edited lfs-navigational.xsl so favicon.ico appears as logo on every page. 2024-06-06 21:09:36 -06:00
obfuscate.sh clean up unused SVN prop entries 2021-04-20 19:12:02 +08:00
packages.ent Updated multiple packages. 2024-06-16 19:58:22 -06:00
pdf-fixups.sh Changed blfs mentions in Makefile to GLFS, changed filenames to follow suite, added pdf build option, and edited INSTALL to let users know pdf build option exists 2024-04-28 21:29:39 -06:00
README.md Using Zeckma* instead of zeckma* just redirects to zeckma* 2024-05-20 10:48:08 -06:00
switch-theme.sh Added gfxapi, audio, and connectnet. Added dark theme 2024-05-13 01:36:27 -06:00
tidy.conf Output the book in utf-8 encoding 2024-01-15 09:47:56 +01: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://zeckmathederg.github.io/glfs/ and start going through the book!

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. The default target builds the html in $(HOME)/public_html/glfs.

For all targets, setting the parameter REV=systemd is needed to build the systemd version of the book.

Furthermore, the dark theme is the default, but you can switch the theme by running switch-theme.sh with the parameter light or dark.

Other Makefile targets are: pdf, nochunks, validate, and glfs-patch-list.

pdf: builds GLFS as a PDF file.

nochunks: builds GLFS in one huge file.

validate: does an extensive check for xml errors in the book.

glfs-patch-list: generates a list of all GLFS controlled patches in the book.