Go to file
2024-05-14 16:53:45 -06:00
appendices Update to thunderbird-115.8.0 (Security Update). 2024-02-21 07:21:30 -06:00
book Formatted the look to better match LFS as it looks cleaner than BLFS. Also adjusted BLFS-Next and mentions of BLFS not changed as they should have been -> GLFS. 2024-04-28 14:26:29 -06:00
images Added new images, rm'd server as its unneeded, and modified css files 2024-05-14 16:53:45 -06:00
introduction Added new xml files for pulse, added rationale.xml 2024-05-13 03:06:32 -06:00
multilib pain 2024-05-14 07:02:30 -06:00
shareddeps pain 2024-05-14 07:02:30 -06:00
steam Bumped versions of GCC and MinGW-w64 2024-05-10 09:12:28 -06:00
stylesheets Added new images, rm'd server as its unneeded, and modified css files 2024-05-14 16:53:45 -06:00
template template: Clean up 2024-03-14 22:03:46 +08:00
wine Switched make installs for WoW64 to ensure proper compatability 2024-05-11 12:52:20 -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
expand_date Add mechanism for cron job $Date$ handling 2021-04-15 17:33:01 +08:00
general.ent Added wget, pulseaudio and deps in book, modified dark css 2024-05-13 05:47:31 -06:00
git-version.sh git-version: Use "-wip" as the version suffix instead of "+" for changes not committed yet 2024-01-19 16:07:13 +08:00
gnome.ent Update to gnome-weather-46.0 2024-04-04 16:34:29 -05:00
index.xml Added and mostly finished GNAT, started MinGW-w64 2024-04-27 02:13:48 -06:00
INSTALL.md Make README and INSTALL Markdown 2024-05-11 08:59:51 -06:00
Makefile 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
obfuscate.sh clean up unused SVN prop entries 2021-04-20 19:12:02 +08:00
packages.ent Added driver stuff, more to come, not complete 2024-05-14 02:39:03 -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 Added consistency to README.md 2024-05-11 09:01:32 -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.

Installation

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.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.

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.