Merge branch 'master' into sdl2.0

This commit is contained in:
Bill Kendrick 2022-07-09 19:06:10 -07:00
commit 79c246976c
10 changed files with 104 additions and 139 deletions

View file

@ -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
@ -463,8 +459,9 @@ Windows
If, when you double-click on the shortcut to run Tux Paint, nothing
happens, it is probably because some of these command-line options are
wrong. Open an Explorer like before, and look for a file called
"stderr.txt" in the TuxPaint folder.
wrong. Open an Explorer, and look for a file called "stderr.txt" in your
personal saving folder for TuxPaint which is normaly
"C:\Users\username\AppData\Roaming\TuxPaint".
It will contain a description of what was wrong. Usually it will just be
due to incorrect character-case (capital 'Z' instead of lowercase 'z') or

View file

@ -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 &lt;<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>&gt;
July 10, 2022 Shin-ichi TOYAMA &lt;<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>&gt;
</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 &lt; ../SDL2_Pango-dll.patch<br/>
$ ./configure --prefix=/mingw64 &amp;&amp; make &amp;&amp; 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 &lt; ../SDL2_Pango-dll.patch<br/>
$ ./configure --prefix=/mingw32 &amp;&amp; make &amp;&amp; make install<br/>
</code>
</blockquote>
</p>
</section><!-- H5: SDL_Pango -->
</section><!-- H5: SDL2_Pango -->
<section class="indent"><!-- H5: libunibreak -->
<header>
@ -765,7 +761,7 @@
</header>
<p>
If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer like before, and look for a file called "<code>stderr.txt</code>" in the TuxPaint folder. </p>
If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "<code>stderr.txt</code>" in your personal saving folder for TuxPaint which is normaly "C:\Users\<i>username</i>\AppData\Roaming\TuxPaint". </p>
<p>
It will contain a description of what was wrong. Usually it will just be due to incorrect character-case (capital 'Z' instead of lowercase 'z') or a missing (or extra) '-' (dash). </p>

View file

@ -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
@ -463,8 +459,9 @@ Windows
If, when you double-click on the shortcut to run Tux Paint, nothing
happens, it is probably because some of these command-line options are
wrong. Open an Explorer like before, and look for a file called
"stderr.txt" in the TuxPaint folder.
wrong. Open an Explorer, and look for a file called "stderr.txt" in your
personal saving folder for TuxPaint which is normaly
"C:\Users\username\AppData\Roaming\TuxPaint".
It will contain a description of what was wrong. Usually it will just be
due to incorrect character-case (capital 'Z' instead of lowercase 'z') or

View file

@ -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 &lt;<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>&gt;
julio 10, 2022 Shin-ichi TOYAMA &lt;<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>&gt;
</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 &lt; ../SDL2_Pango-dll.patch<br/>
$ ./configure --prefix=/mingw64 &amp;&amp; make &amp;&amp; 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 &lt; ../SDL2_Pango-dll.patch<br/>
$ ./configure --prefix=/mingw32 &amp;&amp; make &amp;&amp; make install<br/>
</code>
</blockquote>
</p>
</section><!-- H5: SDL_Pango -->
</section><!-- H5: SDL2_Pango -->
<section class="indent"><!-- H5: libunibreak -->
<header>
@ -765,7 +761,7 @@
</header>
<p>
If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer like before, and look for a file called "<code>stderr.txt</code>" in the TuxPaint folder. </p>
If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "<code>stderr.txt</code>" in your personal saving folder for TuxPaint which is normaly "C:\Users\<i>username</i>\AppData\Roaming\TuxPaint". </p>
<p>
It will contain a description of what was wrong. Usually it will just be due to incorrect character-case (capital 'Z' instead of lowercase 'z') or a missing (or extra) '-' (dash). </p>

View file

@ -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
@ -474,10 +470,11 @@ Windows
If Something Goes Wrong
Si, lorsque vous double-cliquez sur le raccourci pour lancer le jeu, rien
ne se passe, c'est probablement parce que certaines des options en lignes
de commande sont erronées. Ouvrez un explorateur comme avant et recherchez
un fichier appelé "stderr.txt" dans le dossier TuxPaint.
If, when you double-click on the shortcut to run Tux Paint, nothing
happens, it is probably because some of these command-line options are
wrong. Open an Explorer, and look for a file called "stderr.txt" in your
personal saving folder for TuxPaint which is normaly
"C:\Users\username\AppData\Roaming\TuxPaint".
Il contiendra une description de ce qui n'allait pas. Habituellement, ce
sera simplement dû à une casse de caractère incorrecte (majuscule 'Z' à la

View file

@ -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 &lt;<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>&gt;
juillet 10, 2022 Shin-ichi TOYAMA &lt;<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>&gt;
</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 &lt; ../SDL2_Pango-dll.patch<br/>
$ ./configure --prefix=/mingw64 &amp;&amp; make &amp;&amp; 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 &lt; ../SDL2_Pango-dll.patch<br/>
$ ./configure --prefix=/mingw32 &amp;&amp; make &amp;&amp; make install<br/>
</code>
</blockquote>
</p>
</section><!-- H5: SDL_Pango -->
</section><!-- H5: SDL2_Pango -->
<section class="indent"><!-- H5: libunibreak -->
<header>
@ -765,7 +761,7 @@
</header>
<p>
Si, lorsque vous double-cliquez sur le raccourci pour lancer le jeu, rien ne se passe, c'est probablement parce que certaines des options en lignes de commande sont erronées. Ouvrez un explorateur comme avant et recherchez un fichier appelé "<code>stderr.txt</code>" dans le dossier TuxPaint. </p>
If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "<code>stderr.txt</code>" in your personal saving folder for TuxPaint which is normaly "C:\Users\<i>username</i>\AppData\Roaming\TuxPaint". </p>
<p>
Il contiendra une description de ce qui n'allait pas. Habituellement, ce sera simplement dû à une casse de caractère incorrecte (majuscule 'Z' à la place de 'z' minuscule) ou un '-' (tiret) manquant (en trop). </p>

View file

@ -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
@ -464,10 +460,11 @@ Windows
If Something Goes Wrong
Se ao facer dobre clic no atallo para executar Tux Paint, non ocorre nada,
probabelmente sexa porque algunhas destas opcións da liña de ordes son
incorrectas. Abra un explorador de ficheiros coma antes e busque un
ficheiro chamado «stderr.txt» no cartafol TuxPaint.
If, when you double-click on the shortcut to run Tux Paint, nothing
happens, it is probably because some of these command-line options are
wrong. Open an Explorer, and look for a file called "stderr.txt" in your
personal saving folder for TuxPaint which is normaly
"C:\Users\username\AppData\Roaming\TuxPaint".
Conterá unha descrición do que estaba mal. Normalmente só se debe a
maiúsculas e minúsculas incorrectas (maiúsculas «Z» no canto de minúsculas

View file

@ -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 &lt;<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>&gt;
10 de Xullo de 2022 Shin-ichi TOYAMA &lt;<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>&gt;
</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 &lt; ../SDL2_Pango-dll.patch<br/>
$ ./configure --prefix=/mingw64 &amp;&amp; make &amp;&amp; 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 &lt; ../SDL2_Pango-dll.patch<br/>
$ ./configure --prefix=/mingw32 &amp;&amp; make &amp;&amp; make install<br/>
</code>
</blockquote>
</p>
</section><!-- H5: SDL_Pango -->
</section><!-- H5: SDL2_Pango -->
<section class="indent"><!-- H5: libunibreak -->
<header>
@ -765,7 +761,7 @@
</header>
<p>
Se ao facer dobre clic no atallo para executar Tux Paint, non ocorre nada, probabelmente sexa porque algunhas destas opcións da liña de ordes son incorrectas. Abra un explorador de ficheiros coma antes e busque un ficheiro chamado «<code>stderr.txt</code>» no cartafol TuxPaint. </p>
If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "<code>stderr.txt</code>" in your personal saving folder for TuxPaint which is normaly "C:\Users\<i>username</i>\AppData\Roaming\TuxPaint". </p>
<p>
Conterá unha descrición do que estaba mal. Normalmente só se debe a maiúsculas e minúsculas incorrectas (maiúsculas «Z» no canto de minúsculas «z») ou a falta (ou exceso) de «-» (guións). </p>

View file

@ -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
@ -463,8 +459,9 @@ Windows
If, when you double-click on the shortcut to run Tux Paint, nothing
happens, it is probably because some of these command-line options are
wrong. Open an Explorer like before, and look for a file called
"stderr.txt" in the TuxPaint folder.
wrong. Open an Explorer, and look for a file called "stderr.txt" in your
personal saving folder for TuxPaint which is normaly
"C:\Users\username\AppData\Roaming\TuxPaint".
It will contain a description of what was wrong. Usually it will just be
due to incorrect character-case (capital 'Z' instead of lowercase 'z') or

View file

@ -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 &lt;<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>&gt;
2022年7月10日 Shin-ichi TOYAMA &lt;<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>&gt;
</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 &lt; ../SDL2_Pango-dll.patch<br/>
$ ./configure --prefix=/mingw64 &amp;&amp; make &amp;&amp; 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 &lt; ../SDL2_Pango-dll.patch<br/>
$ ./configure --prefix=/mingw32 &amp;&amp; make &amp;&amp; make install<br/>
</code>
</blockquote>
</p>
</section><!-- H5: SDL_Pango -->
</section><!-- H5: SDL2_Pango -->
<section class="indent"><!-- H5: libunibreak -->
<header>
@ -765,7 +761,7 @@
</header>
<p>
If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer like before, and look for a file called "<code>stderr.txt</code>" in the TuxPaint folder. </p>
If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "<code>stderr.txt</code>" in your personal saving folder for TuxPaint which is normaly "C:\Users\<i>username</i>\AppData\Roaming\TuxPaint". </p>
<p>
It will contain a description of what was wrong. Usually it will just be due to incorrect character-case (capital 'Z' instead of lowercase 'z') or a missing (or extra) '-' (dash). </p>