mirror of
https://github.com/glfs-book/glfs.git
synced 2025-07-22 01:12:59 +00:00

The application tag seemed to just put an extra space on either side of the word(s) the tags surrounded and seemed to serve no purpose beyond that. If it served the purpose of jhalfs, well this book is not supported by jhalfs. The result of the tags just added space in both the rendered output and in the XML files. Now, when referring to a package name, we just say the name and don't surround it via a tag. The only exception is using <command>, <filename>, <xref>, or <ulink>.
35 lines
1.1 KiB
XML
35 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
%general-entities;
|
|
]>
|
|
|
|
<sect1 id="binary" xreflabel="Binary Support">
|
|
<?dbhtml filename="binary.html"?>
|
|
|
|
|
|
<title>Binary Support</title>
|
|
|
|
<para>
|
|
Now that have Steam and/or
|
|
Wine, you now have decent support for running
|
|
binary only applications. However, there are AppImages and Flatpaks. This
|
|
book does not and will not go over how to get that support. However, you
|
|
can figure out how to get that support by looking at another project the
|
|
GLFS development team works on:
|
|
<ulink url="&slfs-website;">SLFS</ulink>. The
|
|
specific section you will want to see to get that support is
|
|
<ulink url="&slfs-website;/binary/binary.html">
|
|
Binary Support</ulink>.
|
|
</para>
|
|
|
|
<para>
|
|
After following the instructions, you should be able to run AppImages and
|
|
use Flatpak. You can even use Flatpak to install
|
|
Steam if you wish. That method is not covered in
|
|
this book.
|
|
</para>
|
|
|
|
</sect1>
|