2024-04-27 16:13:48 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE chapter 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;
|
|
|
|
]>
|
|
|
|
|
|
|
|
<chapter id="Wine">
|
|
|
|
<?dbhtml filename="wineintro.html"?>
|
|
|
|
|
|
|
|
<title>Wine</title>
|
|
|
|
|
|
|
|
<para>
|
2024-06-02 06:36:38 +08:00
|
|
|
This section covers how to install the dependencies of <application>
|
|
|
|
Wine</application>, such as the <application>GNAT</application> and
|
|
|
|
MinGW-w64 toolchains, as well as <application>Wine</application>
|
2024-04-27 16:13:48 +08:00
|
|
|
itself and its configuration.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="whatiswine.xml"/>
|
2024-05-11 23:14:15 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="wine/winedeps.xml"/>
|
2024-04-27 16:13:48 +08:00
|
|
|
|
|
|
|
<!-- TOOLCHAINS -->
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="deps/tc/gnat-binary.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="deps/tc/gnat.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="deps/tc/mingw-w64-headers.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="deps/tc/mingw-w64-binutils.xml"/>
|
2024-09-24 18:57:33 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="deps/tc/mingw-w64-gcc-static.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="deps/tc/mingw-w64.xml"/>
|
2024-04-28 09:58:01 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="deps/tc/mingw-w64-gcc.xml"/>
|
2024-05-17 06:19:20 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="deps/misc/libxkbcommon.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="deps/misc/sdl2.xml"/>
|
2024-04-27 16:13:48 +08:00
|
|
|
|
|
|
|
<!-- WINE -->
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="wine/wine.xml"/>
|
|
|
|
|
|
|
|
</chapter>
|