mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 05:52:14 +08:00
Make README and INSTALL Markdown
This commit is contained in:
parent
fc21c8bea3
commit
d1e867b7e4
@ -1,20 +1,20 @@
|
||||
Ok, so you have downloaded the XML source. Now what? You are probably
|
||||
wanting to convert these XML files to easier to read HTML.
|
||||
# Ok, so you have downloaded the XML source. Now what?
|
||||
|
||||
You are probably wanting to convert these XML files to easier to read HTML.
|
||||
|
||||
To install the programs you need to generate html, you need
|
||||
to have or install the following packages:
|
||||
|
||||
libxml2
|
||||
libxslt
|
||||
docbook-xsl-nons-1.79.2
|
||||
docbook-4.5-dtd
|
||||
tidy
|
||||
- libxml2
|
||||
- libxslt
|
||||
- docbook-xsl-nons-1.79.2
|
||||
- docbook-4.5-dtd
|
||||
- tidy
|
||||
|
||||
Furthermore, you can also generate a PDF file, but need an extra package:
|
||||
|
||||
fop (depends on apache-ant which depends on a JDK)
|
||||
- fop (depends on apache-ant which depends on a JDK)
|
||||
|
||||
The installation instructions for all these packages are available
|
||||
in the BLFS book from one of the mirrors found at
|
||||
https://www.linuxfromscratch.org/blfs.
|
||||
|
20
README
20
README
@ -1,20 +0,0 @@
|
||||
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.
|
27
README.md
Normal file
27
README.md
Normal file
@ -0,0 +1,27 @@
|
||||
# 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.
|
Loading…
Reference in New Issue
Block a user