mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
36 lines
1.5 KiB
XML
36 lines
1.5 KiB
XML
<?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>
|
|
This section covers how to install the dependencies of Wine,
|
|
such as the gnat and Mingw-w64 toolchains, as well as Wine
|
|
itself and its configuration.
|
|
</para>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="whatiswine.xml"/>
|
|
|
|
<!-- 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-binary.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"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="deps/tc/mingw-w64-winpthreads.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="deps/tc/mingw-w64-crt.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="deps/tc/mingw-w64-gcc.xml"/>
|
|
|
|
<!-- WINE -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="wine/winedeps.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="wine/wine.xml"/>
|
|
|
|
</chapter>
|