mirror of
https://github.com/glfs-book/glfs.git
synced 2026-01-14 00:49:06 +00:00
30 lines
1.0 KiB
XML
30 lines
1.0 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>. It has Fuse2 which is required
|
|
for AppImages. It also has Flatpak itself.
|
|
</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>
|