Go to file
2024-05-11 09:14:15 -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 updated stylesheets to 0.9 2004-05-08 02:42:12 +00:00
introduction 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
multilib Created rough version of Multilib chapter and modified precursor parts 2024-04-17 09:03:42 -06:00
server Update to bind utilities/bind-9.18.25. 2024-03-21 11:51:01 -05:00
shareddeps Added and mostly finished GNAT, started MinGW-w64 2024-04-27 02:13:48 -06:00
steam Bumped versions of GCC and MinGW-w64 2024-05-10 09:12:28 -06:00
stylesheets There are many types of styles / book types that can be rendered. using glfs reverted to basic lfs-like formatting. switched back in favor of blfs-like formatting 2024-04-28 23:00:37 -06:00
template template: Clean up 2024-03-14 22:03:46 +08:00
wine Moved Wine Deps to reduce jumping around 2024-05-11 09:14:15 -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 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
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 Downgrade to GCC-13.2.0, measurements for mingw-w64 packages and binutils written down 2024-05-11 04:19:19 -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
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.