mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
Updated Wine version, capitalized CRT for MinGW-w64
This commit is contained in:
parent
04663806dc
commit
fcf570799a
@ -1051,7 +1051,7 @@
|
||||
<!ENTITY tigervnc-version "1.13.1">
|
||||
<!ENTITY transmission-version "4.0.5">
|
||||
<!ENTITY wine-major-version "9">
|
||||
<!ENTITY wine-minor-version "6">
|
||||
<!ENTITY wine-minor-version "7">
|
||||
<!ENTITY wine-version "&wine-major-version;.&wine-minor-version;">
|
||||
<!ENTITY xarchiver-version "0.5.4.23">
|
||||
<!ENTITY xdg-utils-version "1.2.1">
|
||||
|
@ -12,21 +12,21 @@
|
||||
<!ENTITY mingw-w64-time "UNKNOWN SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="mingw-w64-crt" xreflabel="MinGW-w64-crt-&mingw-w64-version;">
|
||||
<sect1 id="mingw-w64-crt" xreflabel="MinGW-w64-CRT-&mingw-w64-version;">
|
||||
<?dbhtml filename="mingw-w64-crt.html"?>
|
||||
|
||||
|
||||
<title>MinGW-w64-crt-&mingw-w64-version;</title>
|
||||
<title>MinGW-w64-CRT-&mingw-w64-version;</title>
|
||||
|
||||
<indexterm zone="mingw-w64-crt">
|
||||
<primary sortas="a-mingw-w64-crt">mingw-w64-crt</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to MinGW-w64-crt</title>
|
||||
<title>Introduction to MinGW-w64-CRT</title>
|
||||
|
||||
<para>
|
||||
MinGW-w64-crt provides runtime libraries needed by Windows,
|
||||
MinGW-w64-CRT provides runtime libraries needed by Windows,
|
||||
ranging from basic C and C++ operations to providing DirectX
|
||||
libraries used by many applications including games.
|
||||
</para>
|
||||
@ -67,7 +67,7 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">MinGW-w64-crt Dependencies</bridgehead>
|
||||
<bridgehead renderas="sect3">MinGW-w64-CRT Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
@ -79,13 +79,13 @@
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of MinGW-w64-crt</title>
|
||||
<title>Installation of MinGW-w64-CRT</title>
|
||||
|
||||
<sect3>
|
||||
<title>x86_64 MinGW-w64-crt</title>
|
||||
<title>x86_64 MinGW-w64-CRT</title>
|
||||
|
||||
<para>
|
||||
Install x86_64 <application>MinGW-w64-crt</application>
|
||||
Install x86_64 <application>MinGW-w64-CRT</application>
|
||||
by running the following commands:
|
||||
</para>
|
||||
|
||||
@ -109,10 +109,10 @@ make</userinput></screen>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>i686 MinGW-w64-crt</title>
|
||||
<title>i686 MinGW-w64-CRT</title>
|
||||
|
||||
<para>
|
||||
Install i686 <application>MinGW-w64-crt</application>
|
||||
Install i686 <application>MinGW-w64-CRT</application>
|
||||
by running the following commands:
|
||||
</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user