mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
28 lines
976 B
Markdown
28 lines
976 B
Markdown
|
# 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 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.
|