Go to file
2024-10-26 23:00:32 -06:00
.github/workflows auto publish github pages 2024-05-20 17:59:57 +02:00
appendices Combined the two MIT licenses. 2024-07-28 05:18:43 -06:00
book Switched sites and repos. 2024-10-26 23:00:32 -06:00
images Cropped images/glfs-logo.png for better look on main page. 2024-07-05 09:46:32 -06:00
introduction Switched sites and repos. 2024-10-26 23:00:32 -06:00
kernel-config I hate GI... Added, begrudgingly. 2024-10-19 15:42:14 -06:00
multilib Some stuff involving D-Bus and stuff. 2024-10-20 16:41:32 -06:00
qol Fixed kernel config in Gamepad Support. 2024-07-04 03:52:36 -06:00
shareddeps cURL: Work around make clean not working. 2024-10-26 20:21:12 -06:00
steam Some stuff involving D-Bus and stuff. 2024-10-20 16:41:32 -06:00
stylesheets NSS: Updated stylesheet again. 2024-10-01 19:16:21 -06:00
template NSS: Add Possible Parameters. Part of issue #19. 2024-10-12 04:12:24 -06:00
wine Static MinGW-w64-GCC: Fixed introduction typo and explained what the static build is for. 2024-10-26 14:06:42 -06:00
xincludes Fix typos and added build time xinclude. 2024-07-26 23:50:09 -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
bulletin.xml Added Hiatus Over to Bulletin. 2024-06-16 21:01:54 -06:00
changelog.xml Improvements and Adherence to *LFS standards (#2) 2024-05-23 23:45:23 -06:00
expand_date Add mechanism for cron job $Date$ handling 2021-04-15 17:33:01 +08:00
general.ent Removed all unstable notes on all packages. 2024-10-18 12:39:05 -06:00
git-version.sh Adjusted book info. 2024-10-12 03:14:11 -06:00
gnome.ent Update to gnome-weather-46.0 2024-04-04 16:34:29 -05:00
index.xml Combined the two MIT licenses. 2024-07-28 05:18:43 -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 Python: 3.12 -> 3.13. PR (#31) 2024-10-26 13:59:09 -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 Switched sites and repos. 2024-10-26 23:00:32 -06:00
switch-theme.sh lfs.css: Made a symlink. 2024-07-13 18:52:25 -06:00
tidy.conf Output the book in utf-8 encoding 2024-01-15 09:47:56 +01:00

NOTICE

This repo is now archived, and development has switched to https://github.com/glfs-book/glfs.

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!

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.