2024-09-07 03:54:22 +08:00
|
|
|
# NOTICE
|
|
|
|
|
2024-10-27 13:00:32 +08:00
|
|
|
This repo is now archived, and development has switched to
|
|
|
|
https://github.com/glfs-book/glfs.
|
2024-09-07 03:54:22 +08:00
|
|
|
|
2024-05-11 22:59:51 +08: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.
|
|
|
|
|
2024-05-21 00:46:21 +08:00
|
|
|
# Where to Read
|
2024-05-17 22:39:35 +08:00
|
|
|
|
2024-10-27 13:00:32 +08:00
|
|
|
Go to https://glfs-book.github.io/glfs/ and start going through the book!
|
2024-05-17 22:39:35 +08:00
|
|
|
|
2024-05-11 22:59:51 +08:00
|
|
|
# Installation
|
|
|
|
|
2024-05-21 00:46:21 +08:00
|
|
|
How do I convert these XML files to HTML myself? You need to have some software
|
2024-05-11 23:01:32 +08:00
|
|
|
installed that deal with these conversions. Please read the `INSTALL.md` file to
|
2024-05-11 22:59:51 +08:00
|
|
|
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.
|
|
|
|
|
2024-05-18 20:58:28 +08:00
|
|
|
Furthermore, the dark theme is the default, but you can switch the theme by
|
2024-05-18 20:59:23 +08:00
|
|
|
running `switch-theme.sh` with the parameter `light` or `dark`.
|
2024-05-18 20:58:28 +08:00
|
|
|
|
2024-05-11 22:59:51 +08:00
|
|
|
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.
|