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