mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
Added <application> tags for xml in book/
This commit is contained in:
parent
9fc03d7c97
commit
a8a3e345ca
@ -49,8 +49,8 @@
|
||||
This book both follows on from and treads back to the Linux From Scratch
|
||||
book. It follows the same principles as the Beyond Linux From Scratch book
|
||||
but aims to only suppliment it. It introduces and guides the reader
|
||||
through additions to the system like Steam and Wine, and the packages
|
||||
along the way.
|
||||
through additions to the system like <application>Steam</application> and
|
||||
<application>Wine</application>, and the packages along the way.
|
||||
</para>
|
||||
</abstract>
|
||||
|
||||
|
@ -34,25 +34,29 @@
|
||||
|
||||
<para>
|
||||
This section is dedicated to covering dependencies that are shared
|
||||
between Steam and Wine. As it turns out, there are quite a lot of
|
||||
dependencies they both depend on. Anything specific to Steam and
|
||||
Wine are covered in their respective chapters.
|
||||
between <application>Steam</application> and <application>Wine
|
||||
</application>. As it turns out, there are quite a lot of
|
||||
dependencies they both depend on. Anything specific to <application>
|
||||
Steam</application> and <application>Wine</application> are covered
|
||||
in their respective chapters.
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect2">Part IV - Steam</bridgehead>
|
||||
|
||||
<para>
|
||||
This part details how to install Steam and the linear line of
|
||||
dependencies required, as well as some configuration for
|
||||
certain packages.
|
||||
This part details how to install <application>Steam</application>
|
||||
and the linear line of dependencies required, as well as some
|
||||
configuration for certain packages.
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect2">Part V - Wine</bridgehead>
|
||||
|
||||
<para>
|
||||
This section goes over installing toolchains like MinGW-w64
|
||||
and GNAT, some of the packages necessary to both compile Wine
|
||||
and use it, and lastly how to compile Wine and configure it.
|
||||
This section goes over installing toolchains like <application>
|
||||
MinGW-w64</application> and <application>GNAT</application>, some
|
||||
of the packages necessary to both compile <application>Wine
|
||||
</application> and use it, and lastly how to compile <application>
|
||||
Wine</application> and configure it.
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect2">Appendices</bridgehead>
|
||||
|
@ -12,10 +12,12 @@
|
||||
|
||||
<para>
|
||||
After around 2 or 3 months of my first ever install of Linux From Scratch,
|
||||
I had an question: how do I install Steam on this? After some time, I went
|
||||
for Beyond Linux From Scratch, a very great book that covered most of what
|
||||
I both wanted and needed, but my Steam question never got answered. So I
|
||||
just tried to install the Steam tarball and I went down the rabbit hole.
|
||||
I had an question: how do I install <application>Steam</application> on
|
||||
this? After some time, I went for Beyond Linux From Scratch, a very great
|
||||
book that covered most of what I both wanted and needed, but my
|
||||
<application>Steam</application> question never got answered. So I just
|
||||
tried to install the <application>Steam</application> tarball and I went
|
||||
down the rabbit hole.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@ -29,15 +31,16 @@
|
||||
<para>
|
||||
Rahul Chandra in the same thread mentioned his scripts for his distro,
|
||||
Tucana. These scripts helped so much, even if all the scripts were
|
||||
presented all at once. Once I had got Steam to work, I realized that in
|
||||
some way, somehow, I must share how I did it and to help others with a
|
||||
single comprehensive guide.
|
||||
presented all at once. Once I had got <application>Steam</application>
|
||||
to work, I realized that in some way, somehow, I must share how I did it
|
||||
and to help others with a single comprehensive guide.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
At some point, I also decided to try to get Wine to work. I was successful.
|
||||
I, again like with Steam before, wanted to share the process. Rahul reached
|
||||
out to me, and that led to this book's creation and editing.
|
||||
I, again like with <application>Steam</application> before, wanted to share
|
||||
the process. Rahul reached out to me, and that led to this book's creation
|
||||
and editing.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -13,7 +13,8 @@
|
||||
|
||||
<para>
|
||||
This book is aimed towards users who want to use a system following
|
||||
the Linux From Scratch book but also want to use Steam and/or Wine.
|
||||
the Linux From Scratch book but also want to use <application>Steam
|
||||
</application> and/or <application>Wine</application>.
|
||||
The official Linux From Scratch and Beyond Linux From Scratch books
|
||||
do not support, and the maintainers do not wish to support, these two
|
||||
packages for the forseeable future. However, users should still have
|
||||
|
Loading…
Reference in New Issue
Block a user