Doc refresh to get "A patch for SDL2_Pango..."
"...is no longer necessary."
This commit is contained in:
parent
f39502771c
commit
5e3aac3889
10 changed files with 80 additions and 120 deletions
|
|
@ -5,7 +5,7 @@
|
|||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
July 8, 2022
|
||||
July 10, 2022
|
||||
|
||||
+----------------------------------------------------+
|
||||
|Table of Contents |
|
||||
|
|
@ -144,7 +144,7 @@ Simple DirectMedia Layer library (libSDL)
|
|||
|
||||
Windows
|
||||
|
||||
July 8, 2022 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>
|
||||
July 10, 2022 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>
|
||||
|
||||
Compiling Set-Up
|
||||
|
||||
|
|
@ -219,15 +219,13 @@ Windows
|
|||
This time, use the MinGW "64bit" shell. Open the shell from the "Start
|
||||
Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 64-bit"
|
||||
|
||||
SDL_Pango
|
||||
SDL2_Pango
|
||||
|
||||
Download a patch from z1.plala.jp, which enable SDL2_Pango to create dlls,
|
||||
then build and install SDL2_Pango as follows.
|
||||
You can fetch the source code from the Mark K. Kim's git repositry,
|
||||
compile and install it as follows.
|
||||
|
||||
$ wget https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch
|
||||
$ git clone https://github.com/markuskimius/SDL2_Pango
|
||||
$ cd SDL2_Pango
|
||||
$ patch -p0 < ../SDL2_Pango-dll.patch
|
||||
$ ./configure --prefix=/mingw64 && make && make install
|
||||
|
||||
libunibreak
|
||||
|
|
@ -279,15 +277,13 @@ Windows
|
|||
This time, use the MinGW "32bit" shell. Open the shell from the "Start
|
||||
Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 32-bit"
|
||||
|
||||
SDL_Pango
|
||||
SDL2_Pango
|
||||
|
||||
Download a patch from z1.plala.jp, which enable SDL2_Pango to create dlls,
|
||||
then build and install SDL2_Pango as follows.
|
||||
You can fetch the source code from the Mark K. Kim's git repositry,
|
||||
compile and install it as follows.
|
||||
|
||||
$ wget https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch
|
||||
$ git clone https://github.com/markuskimius/SDL2_Pango
|
||||
$ cd SDL2_Pango
|
||||
$ patch -p0 < ../SDL2_Pango-dll.patch
|
||||
$ ./configure --prefix=/mingw32 && make && make install
|
||||
|
||||
libunibreak
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
July 8, 2022 </p>
|
||||
July 10, 2022 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
|
||||
<p style="font-size: small;">
|
||||
<em>
|
||||
July 8, 2022 Shin-ichi TOYAMA <<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>>
|
||||
July 10, 2022 Shin-ichi TOYAMA <<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>>
|
||||
</em>
|
||||
</p>
|
||||
</header>
|
||||
|
|
@ -412,21 +412,19 @@
|
|||
|
||||
<section class="indent"><!-- H5: SDL2_Pango -->
|
||||
<header>
|
||||
<h5>SDL_Pango</h5>
|
||||
<h5>SDL2_Pango</h5>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Download <a href="https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch">a patch</a> from <a href="https://z1.plala.jp/tuxpaint/buildwin.html">z1.plala.jp</a>, which enable SDL2_Pango to create dlls, then build and install SDL2_Pango as follows. <blockquote>
|
||||
You can fetch the source code from the Mark K. Kim's git repositry, compile and install it as follows. <blockquote>
|
||||
<code>
|
||||
$ wget https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch<br/>
|
||||
$ git clone https://github.com/markuskimius/SDL2_Pango<br/>
|
||||
$ cd SDL2_Pango<br/>
|
||||
$ patch -p0 < ../SDL2_Pango-dll.patch<br/>
|
||||
$ ./configure --prefix=/mingw64 && make && make install<br/>
|
||||
</code>
|
||||
</blockquote>
|
||||
</p>
|
||||
</section><!-- H5: SDL_Pango -->
|
||||
</section><!-- H5: SDL2_Pango -->
|
||||
|
||||
<section class="indent"><!-- H5: libunibreak -->
|
||||
<header>
|
||||
|
|
@ -508,21 +506,19 @@
|
|||
|
||||
<section class="indent"><!-- H5: SDL2_Pango -->
|
||||
<header>
|
||||
<h5>SDL_Pango</h5>
|
||||
<h5>SDL2_Pango</h5>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Download <a href="https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch">a patch</a> from <a href="https://z1.plala.jp/tuxpaint/buildwin.html">z1.plala.jp</a>, which enable SDL2_Pango to create dlls, then build and install SDL2_Pango as follows. <blockquote>
|
||||
You can fetch the source code from the Mark K. Kim's git repositry, compile and install it as follows. <blockquote>
|
||||
<code>
|
||||
$ wget https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch<br/>
|
||||
$ git clone https://github.com/markuskimius/SDL2_Pango<br/>
|
||||
$ cd SDL2_Pango<br/>
|
||||
$ patch -p0 < ../SDL2_Pango-dll.patch<br/>
|
||||
$ ./configure --prefix=/mingw32 && make && make install<br/>
|
||||
</code>
|
||||
</blockquote>
|
||||
</p>
|
||||
</section><!-- H5: SDL_Pango -->
|
||||
</section><!-- H5: SDL2_Pango -->
|
||||
|
||||
<section class="indent"><!-- H5: libunibreak -->
|
||||
<header>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
julio 8, 2022
|
||||
julio 10, 2022
|
||||
|
||||
+----------------------------------------------------+
|
||||
|Table of Contents |
|
||||
|
|
@ -144,7 +144,7 @@ Simple DirectMedia Layer library (libSDL)
|
|||
|
||||
Windows
|
||||
|
||||
julio 8, 2022 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>
|
||||
julio 10, 2022 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>
|
||||
|
||||
Compiling Set-Up
|
||||
|
||||
|
|
@ -219,15 +219,13 @@ Windows
|
|||
This time, use the MinGW "64bit" shell. Open the shell from the "Start
|
||||
Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 64-bit"
|
||||
|
||||
SDL_Pango
|
||||
SDL2_Pango
|
||||
|
||||
Download a patch from z1.plala.jp, which enable SDL2_Pango to create dlls,
|
||||
then build and install SDL2_Pango as follows.
|
||||
You can fetch the source code from the Mark K. Kim's git repositry,
|
||||
compile and install it as follows.
|
||||
|
||||
$ wget https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch
|
||||
$ git clone https://github.com/markuskimius/SDL2_Pango
|
||||
$ cd SDL2_Pango
|
||||
$ patch -p0 < ../SDL2_Pango-dll.patch
|
||||
$ ./configure --prefix=/mingw64 && make && make install
|
||||
|
||||
libunibreak
|
||||
|
|
@ -279,15 +277,13 @@ Windows
|
|||
This time, use the MinGW "32bit" shell. Open the shell from the "Start
|
||||
Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 32-bit"
|
||||
|
||||
SDL_Pango
|
||||
SDL2_Pango
|
||||
|
||||
Download a patch from z1.plala.jp, which enable SDL2_Pango to create dlls,
|
||||
then build and install SDL2_Pango as follows.
|
||||
You can fetch the source code from the Mark K. Kim's git repositry,
|
||||
compile and install it as follows.
|
||||
|
||||
$ wget https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch
|
||||
$ git clone https://github.com/markuskimius/SDL2_Pango
|
||||
$ cd SDL2_Pango
|
||||
$ patch -p0 < ../SDL2_Pango-dll.patch
|
||||
$ ./configure --prefix=/mingw32 && make && make install
|
||||
|
||||
libunibreak
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
julio 8, 2022 </p>
|
||||
julio 10, 2022 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
|
||||
<p style="font-size: small;">
|
||||
<em>
|
||||
julio 8, 2022 Shin-ichi TOYAMA <<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>>
|
||||
julio 10, 2022 Shin-ichi TOYAMA <<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>>
|
||||
</em>
|
||||
</p>
|
||||
</header>
|
||||
|
|
@ -412,21 +412,19 @@
|
|||
|
||||
<section class="indent"><!-- H5: SDL2_Pango -->
|
||||
<header>
|
||||
<h5>SDL_Pango</h5>
|
||||
<h5>SDL2_Pango</h5>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Download <a href="https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch">a patch</a> from <a href="https://z1.plala.jp/tuxpaint/buildwin.html">z1.plala.jp</a>, which enable SDL2_Pango to create dlls, then build and install SDL2_Pango as follows. <blockquote>
|
||||
You can fetch the source code from the Mark K. Kim's git repositry, compile and install it as follows. <blockquote>
|
||||
<code>
|
||||
$ wget https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch<br/>
|
||||
$ git clone https://github.com/markuskimius/SDL2_Pango<br/>
|
||||
$ cd SDL2_Pango<br/>
|
||||
$ patch -p0 < ../SDL2_Pango-dll.patch<br/>
|
||||
$ ./configure --prefix=/mingw64 && make && make install<br/>
|
||||
</code>
|
||||
</blockquote>
|
||||
</p>
|
||||
</section><!-- H5: SDL_Pango -->
|
||||
</section><!-- H5: SDL2_Pango -->
|
||||
|
||||
<section class="indent"><!-- H5: libunibreak -->
|
||||
<header>
|
||||
|
|
@ -508,21 +506,19 @@
|
|||
|
||||
<section class="indent"><!-- H5: SDL2_Pango -->
|
||||
<header>
|
||||
<h5>SDL_Pango</h5>
|
||||
<h5>SDL2_Pango</h5>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Download <a href="https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch">a patch</a> from <a href="https://z1.plala.jp/tuxpaint/buildwin.html">z1.plala.jp</a>, which enable SDL2_Pango to create dlls, then build and install SDL2_Pango as follows. <blockquote>
|
||||
You can fetch the source code from the Mark K. Kim's git repositry, compile and install it as follows. <blockquote>
|
||||
<code>
|
||||
$ wget https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch<br/>
|
||||
$ git clone https://github.com/markuskimius/SDL2_Pango<br/>
|
||||
$ cd SDL2_Pango<br/>
|
||||
$ patch -p0 < ../SDL2_Pango-dll.patch<br/>
|
||||
$ ./configure --prefix=/mingw32 && make && make install<br/>
|
||||
</code>
|
||||
</blockquote>
|
||||
</p>
|
||||
</section><!-- H5: SDL_Pango -->
|
||||
</section><!-- H5: SDL2_Pango -->
|
||||
|
||||
<section class="indent"><!-- H5: libunibreak -->
|
||||
<header>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
juillet 8, 2022
|
||||
juillet 10, 2022
|
||||
|
||||
+--------------------------------------------------------+
|
||||
|Table des matières |
|
||||
|
|
@ -147,7 +147,7 @@ Biliothèque Simple DirectMedia Layer (libSDL)
|
|||
|
||||
Windows
|
||||
|
||||
juillet 8, 2022 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>
|
||||
juillet 10, 2022 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>
|
||||
|
||||
Réglages pour compilation
|
||||
|
||||
|
|
@ -224,15 +224,13 @@ Windows
|
|||
Cette fois-ci, utilisez le shell MinGW "64bit". Ouvrez le shell depuis le
|
||||
"Menu de Démarrage" -> "MSYS2 64bit" -> "MSYS2 MinGW 64-bit"
|
||||
|
||||
SDL_Pango
|
||||
SDL2_Pango
|
||||
|
||||
Download a patch from z1.plala.jp, which enable SDL2_Pango to create dlls,
|
||||
then build and install SDL2_Pango as follows.
|
||||
You can fetch the source code from the Mark K. Kim's git repositry,
|
||||
compile and install it as follows.
|
||||
|
||||
$ wget https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch
|
||||
$ git clone https://github.com/markuskimius/SDL2_Pango
|
||||
$ cd SDL2_Pango
|
||||
$ patch -p0 < ../SDL2_Pango-dll.patch
|
||||
$ ./configure --prefix=/mingw64 && make && make install
|
||||
|
||||
libunibreak
|
||||
|
|
@ -286,15 +284,13 @@ Windows
|
|||
Cette fois-ci, utilisez le shell MinGW "32bit". Ouvrez le shell depuis le
|
||||
"Menu de Démarrage" -> "MSYS2 64bit" -> "MSYS2 MinGW 32-bit"
|
||||
|
||||
SDL_Pango
|
||||
SDL2_Pango
|
||||
|
||||
Download a patch from z1.plala.jp, which enable SDL2_Pango to create dlls,
|
||||
then build and install SDL2_Pango as follows.
|
||||
You can fetch the source code from the Mark K. Kim's git repositry,
|
||||
compile and install it as follows.
|
||||
|
||||
$ wget https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch
|
||||
$ git clone https://github.com/markuskimius/SDL2_Pango
|
||||
$ cd SDL2_Pango
|
||||
$ patch -p0 < ../SDL2_Pango-dll.patch
|
||||
$ ./configure --prefix=/mingw32 && make && make install
|
||||
|
||||
libunibreak
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
juillet 8, 2022 </p>
|
||||
juillet 10, 2022 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
|
||||
<p style="font-size: small;">
|
||||
<em>
|
||||
juillet 8, 2022 Shin-ichi TOYAMA <<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>>
|
||||
juillet 10, 2022 Shin-ichi TOYAMA <<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>>
|
||||
</em>
|
||||
</p>
|
||||
</header>
|
||||
|
|
@ -412,21 +412,19 @@
|
|||
|
||||
<section class="indent"><!-- H5: SDL2_Pango -->
|
||||
<header>
|
||||
<h5>SDL_Pango</h5>
|
||||
<h5>SDL2_Pango</h5>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Download <a href="https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch">a patch</a> from <a href="https://z1.plala.jp/tuxpaint/buildwin.html">z1.plala.jp</a>, which enable SDL2_Pango to create dlls, then build and install SDL2_Pango as follows. <blockquote>
|
||||
You can fetch the source code from the Mark K. Kim's git repositry, compile and install it as follows. <blockquote>
|
||||
<code>
|
||||
$ wget https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch<br/>
|
||||
$ git clone https://github.com/markuskimius/SDL2_Pango<br/>
|
||||
$ cd SDL2_Pango<br/>
|
||||
$ patch -p0 < ../SDL2_Pango-dll.patch<br/>
|
||||
$ ./configure --prefix=/mingw64 && make && make install<br/>
|
||||
</code>
|
||||
</blockquote>
|
||||
</p>
|
||||
</section><!-- H5: SDL_Pango -->
|
||||
</section><!-- H5: SDL2_Pango -->
|
||||
|
||||
<section class="indent"><!-- H5: libunibreak -->
|
||||
<header>
|
||||
|
|
@ -508,21 +506,19 @@
|
|||
|
||||
<section class="indent"><!-- H5: SDL2_Pango -->
|
||||
<header>
|
||||
<h5>SDL_Pango</h5>
|
||||
<h5>SDL2_Pango</h5>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Download <a href="https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch">a patch</a> from <a href="https://z1.plala.jp/tuxpaint/buildwin.html">z1.plala.jp</a>, which enable SDL2_Pango to create dlls, then build and install SDL2_Pango as follows. <blockquote>
|
||||
You can fetch the source code from the Mark K. Kim's git repositry, compile and install it as follows. <blockquote>
|
||||
<code>
|
||||
$ wget https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch<br/>
|
||||
$ git clone https://github.com/markuskimius/SDL2_Pango<br/>
|
||||
$ cd SDL2_Pango<br/>
|
||||
$ patch -p0 < ../SDL2_Pango-dll.patch<br/>
|
||||
$ ./configure --prefix=/mingw32 && make && make install<br/>
|
||||
</code>
|
||||
</blockquote>
|
||||
</p>
|
||||
</section><!-- H5: SDL_Pango -->
|
||||
</section><!-- H5: SDL2_Pango -->
|
||||
|
||||
<section class="indent"><!-- H5: libunibreak -->
|
||||
<header>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
8 de Xullo de 2022
|
||||
10 de Xullo de 2022
|
||||
|
||||
+----------------------------------------------------+
|
||||
|Índice |
|
||||
|
|
@ -147,7 +147,7 @@ Simple DirectMedia Layer library (libSDL)
|
|||
|
||||
Windows
|
||||
|
||||
8 de Xullo de 2022 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>
|
||||
10 de Xullo de 2022 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>
|
||||
|
||||
Compiling Set-Up
|
||||
|
||||
|
|
@ -222,15 +222,13 @@ Windows
|
|||
This time, use the MinGW "64bit" shell. Open the shell from the "Start
|
||||
Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 64-bit"
|
||||
|
||||
SDL_Pango
|
||||
SDL2_Pango
|
||||
|
||||
Download a patch from z1.plala.jp, which enable SDL2_Pango to create dlls,
|
||||
then build and install SDL2_Pango as follows.
|
||||
You can fetch the source code from the Mark K. Kim's git repositry,
|
||||
compile and install it as follows.
|
||||
|
||||
$ wget https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch
|
||||
$ git clone https://github.com/markuskimius/SDL2_Pango
|
||||
$ cd SDL2_Pango
|
||||
$ patch -p0 < ../SDL2_Pango-dll.patch
|
||||
$ ./configure --prefix=/mingw64 && make && make install
|
||||
|
||||
libunibreak
|
||||
|
|
@ -282,15 +280,13 @@ Windows
|
|||
This time, use the MinGW "32bit" shell. Open the shell from the "Start
|
||||
Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 32-bit"
|
||||
|
||||
SDL_Pango
|
||||
SDL2_Pango
|
||||
|
||||
Download a patch from z1.plala.jp, which enable SDL2_Pango to create dlls,
|
||||
then build and install SDL2_Pango as follows.
|
||||
You can fetch the source code from the Mark K. Kim's git repositry,
|
||||
compile and install it as follows.
|
||||
|
||||
$ wget https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch
|
||||
$ git clone https://github.com/markuskimius/SDL2_Pango
|
||||
$ cd SDL2_Pango
|
||||
$ patch -p0 < ../SDL2_Pango-dll.patch
|
||||
$ ./configure --prefix=/mingw32 && make && make install
|
||||
|
||||
libunibreak
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
8 de Xullo de 2022 </p>
|
||||
10 de Xullo de 2022 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
|
||||
<p style="font-size: small;">
|
||||
<em>
|
||||
8 de Xullo de 2022 Shin-ichi TOYAMA <<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>>
|
||||
10 de Xullo de 2022 Shin-ichi TOYAMA <<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>>
|
||||
</em>
|
||||
</p>
|
||||
</header>
|
||||
|
|
@ -412,21 +412,19 @@
|
|||
|
||||
<section class="indent"><!-- H5: SDL2_Pango -->
|
||||
<header>
|
||||
<h5>SDL_Pango</h5>
|
||||
<h5>SDL2_Pango</h5>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Download <a href="https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch">a patch</a> from <a href="https://z1.plala.jp/tuxpaint/buildwin.html">z1.plala.jp</a>, which enable SDL2_Pango to create dlls, then build and install SDL2_Pango as follows. <blockquote>
|
||||
You can fetch the source code from the Mark K. Kim's git repositry, compile and install it as follows. <blockquote>
|
||||
<code>
|
||||
$ wget https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch<br/>
|
||||
$ git clone https://github.com/markuskimius/SDL2_Pango<br/>
|
||||
$ cd SDL2_Pango<br/>
|
||||
$ patch -p0 < ../SDL2_Pango-dll.patch<br/>
|
||||
$ ./configure --prefix=/mingw64 && make && make install<br/>
|
||||
</code>
|
||||
</blockquote>
|
||||
</p>
|
||||
</section><!-- H5: SDL_Pango -->
|
||||
</section><!-- H5: SDL2_Pango -->
|
||||
|
||||
<section class="indent"><!-- H5: libunibreak -->
|
||||
<header>
|
||||
|
|
@ -508,21 +506,19 @@
|
|||
|
||||
<section class="indent"><!-- H5: SDL2_Pango -->
|
||||
<header>
|
||||
<h5>SDL_Pango</h5>
|
||||
<h5>SDL2_Pango</h5>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Download <a href="https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch">a patch</a> from <a href="https://z1.plala.jp/tuxpaint/buildwin.html">z1.plala.jp</a>, which enable SDL2_Pango to create dlls, then build and install SDL2_Pango as follows. <blockquote>
|
||||
You can fetch the source code from the Mark K. Kim's git repositry, compile and install it as follows. <blockquote>
|
||||
<code>
|
||||
$ wget https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch<br/>
|
||||
$ git clone https://github.com/markuskimius/SDL2_Pango<br/>
|
||||
$ cd SDL2_Pango<br/>
|
||||
$ patch -p0 < ../SDL2_Pango-dll.patch<br/>
|
||||
$ ./configure --prefix=/mingw32 && make && make install<br/>
|
||||
</code>
|
||||
</blockquote>
|
||||
</p>
|
||||
</section><!-- H5: SDL_Pango -->
|
||||
</section><!-- H5: SDL2_Pango -->
|
||||
|
||||
<section class="indent"><!-- H5: libunibreak -->
|
||||
<header>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
Copyright © 2002-2022 by various contributors; AUTHORS.txt 参照.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2022年7月 8日
|
||||
2022年7月10日
|
||||
|
||||
+----------------------------------------------------+
|
||||
|目次 |
|
||||
|
|
@ -144,7 +144,7 @@ Simple DirectMedia Layer library (libSDL)
|
|||
|
||||
Windows
|
||||
|
||||
2022年7月 8日 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>
|
||||
2022年7月10日 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>
|
||||
|
||||
Compiling Set-Up
|
||||
|
||||
|
|
@ -219,15 +219,13 @@ Windows
|
|||
This time, use the MinGW "64bit" shell. Open the shell from the "Start
|
||||
Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 64-bit"
|
||||
|
||||
SDL_Pango
|
||||
SDL2_Pango
|
||||
|
||||
Download a patch from z1.plala.jp, which enable SDL2_Pango to create dlls,
|
||||
then build and install SDL2_Pango as follows.
|
||||
You can fetch the source code from the Mark K. Kim's git repositry,
|
||||
compile and install it as follows.
|
||||
|
||||
$ wget https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch
|
||||
$ git clone https://github.com/markuskimius/SDL2_Pango
|
||||
$ cd SDL2_Pango
|
||||
$ patch -p0 < ../SDL2_Pango-dll.patch
|
||||
$ ./configure --prefix=/mingw64 && make && make install
|
||||
|
||||
libunibreak
|
||||
|
|
@ -279,15 +277,13 @@ Windows
|
|||
This time, use the MinGW "32bit" shell. Open the shell from the "Start
|
||||
Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 32-bit"
|
||||
|
||||
SDL_Pango
|
||||
SDL2_Pango
|
||||
|
||||
Download a patch from z1.plala.jp, which enable SDL2_Pango to create dlls,
|
||||
then build and install SDL2_Pango as follows.
|
||||
You can fetch the source code from the Mark K. Kim's git repositry,
|
||||
compile and install it as follows.
|
||||
|
||||
$ wget https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch
|
||||
$ git clone https://github.com/markuskimius/SDL2_Pango
|
||||
$ cd SDL2_Pango
|
||||
$ patch -p0 < ../SDL2_Pango-dll.patch
|
||||
$ ./configure --prefix=/mingw32 && make && make install
|
||||
|
||||
libunibreak
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2022年7月 8日 </p>
|
||||
2022年7月10日 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
|
||||
<p style="font-size: small;">
|
||||
<em>
|
||||
2022年7月 8日 Shin-ichi TOYAMA <<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>>
|
||||
2022年7月10日 Shin-ichi TOYAMA <<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>>
|
||||
</em>
|
||||
</p>
|
||||
</header>
|
||||
|
|
@ -412,21 +412,19 @@
|
|||
|
||||
<section class="indent"><!-- H5: SDL2_Pango -->
|
||||
<header>
|
||||
<h5>SDL_Pango</h5>
|
||||
<h5>SDL2_Pango</h5>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Download <a href="https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch">a patch</a> from <a href="https://z1.plala.jp/tuxpaint/buildwin.html">z1.plala.jp</a>, which enable SDL2_Pango to create dlls, then build and install SDL2_Pango as follows. <blockquote>
|
||||
You can fetch the source code from the Mark K. Kim's git repositry, compile and install it as follows. <blockquote>
|
||||
<code>
|
||||
$ wget https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch<br/>
|
||||
$ git clone https://github.com/markuskimius/SDL2_Pango<br/>
|
||||
$ cd SDL2_Pango<br/>
|
||||
$ patch -p0 < ../SDL2_Pango-dll.patch<br/>
|
||||
$ ./configure --prefix=/mingw64 && make && make install<br/>
|
||||
</code>
|
||||
</blockquote>
|
||||
</p>
|
||||
</section><!-- H5: SDL_Pango -->
|
||||
</section><!-- H5: SDL2_Pango -->
|
||||
|
||||
<section class="indent"><!-- H5: libunibreak -->
|
||||
<header>
|
||||
|
|
@ -508,21 +506,19 @@
|
|||
|
||||
<section class="indent"><!-- H5: SDL2_Pango -->
|
||||
<header>
|
||||
<h5>SDL_Pango</h5>
|
||||
<h5>SDL2_Pango</h5>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Download <a href="https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch">a patch</a> from <a href="https://z1.plala.jp/tuxpaint/buildwin.html">z1.plala.jp</a>, which enable SDL2_Pango to create dlls, then build and install SDL2_Pango as follows. <blockquote>
|
||||
You can fetch the source code from the Mark K. Kim's git repositry, compile and install it as follows. <blockquote>
|
||||
<code>
|
||||
$ wget https://z1.plala.jp/tuxpaint/SDL2_Pango-dll.patch<br/>
|
||||
$ git clone https://github.com/markuskimius/SDL2_Pango<br/>
|
||||
$ cd SDL2_Pango<br/>
|
||||
$ patch -p0 < ../SDL2_Pango-dll.patch<br/>
|
||||
$ ./configure --prefix=/mingw32 && make && make install<br/>
|
||||
</code>
|
||||
</blockquote>
|
||||
</p>
|
||||
</section><!-- H5: SDL_Pango -->
|
||||
</section><!-- H5: SDL2_Pango -->
|
||||
|
||||
<section class="indent"><!-- H5: libunibreak -->
|
||||
<header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue