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. 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
@ -463,8 +459,9 @@ Windows
If, when you double-click on the shortcut to run Tux Paint, nothing 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 happens, it is probably because some of these command-line options are
wrong. Open an Explorer like before, and look for a file called wrong. Open an Explorer, and look for a file called "stderr.txt" in your
"stderr.txt" in the TuxPaint folder. 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 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 due to incorrect character-case (capital 'Z' instead of lowercase 'z') or

View file

@ -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 &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> </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 &lt; ../SDL2_Pango-dll.patch<br/>
$ ./configure --prefix=/mingw64 &amp;&amp; make &amp;&amp; make install<br/> $ ./configure --prefix=/mingw64 &amp;&amp; make &amp;&amp; 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 &lt; ../SDL2_Pango-dll.patch<br/>
$ ./configure --prefix=/mingw32 &amp;&amp; make &amp;&amp; make install<br/> $ ./configure --prefix=/mingw32 &amp;&amp; make &amp;&amp; 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>
@ -765,7 +761,7 @@
</header> </header>
<p> <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> <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> 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. 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
@ -463,8 +459,9 @@ Windows
If, when you double-click on the shortcut to run Tux Paint, nothing 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 happens, it is probably because some of these command-line options are
wrong. Open an Explorer like before, and look for a file called wrong. Open an Explorer, and look for a file called "stderr.txt" in your
"stderr.txt" in the TuxPaint folder. 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 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 due to incorrect character-case (capital 'Z' instead of lowercase 'z') or

View file

@ -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 &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> </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 &lt; ../SDL2_Pango-dll.patch<br/>
$ ./configure --prefix=/mingw64 &amp;&amp; make &amp;&amp; make install<br/> $ ./configure --prefix=/mingw64 &amp;&amp; make &amp;&amp; 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 &lt; ../SDL2_Pango-dll.patch<br/>
$ ./configure --prefix=/mingw32 &amp;&amp; make &amp;&amp; make install<br/> $ ./configure --prefix=/mingw32 &amp;&amp; make &amp;&amp; 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>
@ -765,7 +761,7 @@
</header> </header>
<p> <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> <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> 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. 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
@ -474,10 +470,11 @@ Windows
If Something Goes Wrong If Something Goes Wrong
Si, lorsque vous double-cliquez sur le raccourci pour lancer le jeu, rien If, when you double-click on the shortcut to run Tux Paint, nothing
ne se passe, c'est probablement parce que certaines des options en lignes happens, it is probably because some of these command-line options are
de commande sont erronées. Ouvrez un explorateur comme avant et recherchez wrong. Open an Explorer, and look for a file called "stderr.txt" in your
un fichier appelé "stderr.txt" dans le dossier TuxPaint. 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 Il contiendra une description de ce qui n'allait pas. Habituellement, ce
sera simplement dû à une casse de caractère incorrecte (majuscule 'Z' à la sera simplement dû à une casse de caractère incorrecte (majuscule 'Z' à la

View file

@ -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 &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> </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 &lt; ../SDL2_Pango-dll.patch<br/>
$ ./configure --prefix=/mingw64 &amp;&amp; make &amp;&amp; make install<br/> $ ./configure --prefix=/mingw64 &amp;&amp; make &amp;&amp; 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 &lt; ../SDL2_Pango-dll.patch<br/>
$ ./configure --prefix=/mingw32 &amp;&amp; make &amp;&amp; make install<br/> $ ./configure --prefix=/mingw32 &amp;&amp; make &amp;&amp; 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>
@ -765,7 +761,7 @@
</header> </header>
<p> <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> <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> 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. 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
@ -464,10 +460,11 @@ Windows
If Something Goes Wrong If Something Goes Wrong
Se ao facer dobre clic no atallo para executar Tux Paint, non ocorre nada, If, when you double-click on the shortcut to run Tux Paint, nothing
probabelmente sexa porque algunhas destas opcións da liña de ordes son happens, it is probably because some of these command-line options are
incorrectas. Abra un explorador de ficheiros coma antes e busque un wrong. Open an Explorer, and look for a file called "stderr.txt" in your
ficheiro chamado «stderr.txt» no cartafol TuxPaint. 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 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 maiúsculas e minúsculas incorrectas (maiúsculas «Z» no canto de minúsculas

View file

@ -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 &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> </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 &lt; ../SDL2_Pango-dll.patch<br/>
$ ./configure --prefix=/mingw64 &amp;&amp; make &amp;&amp; make install<br/> $ ./configure --prefix=/mingw64 &amp;&amp; make &amp;&amp; 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 &lt; ../SDL2_Pango-dll.patch<br/>
$ ./configure --prefix=/mingw32 &amp;&amp; make &amp;&amp; make install<br/> $ ./configure --prefix=/mingw32 &amp;&amp; make &amp;&amp; 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>
@ -765,7 +761,7 @@
</header> </header>
<p> <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> <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> 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 参照. 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
@ -463,8 +459,9 @@ Windows
If, when you double-click on the shortcut to run Tux Paint, nothing 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 happens, it is probably because some of these command-line options are
wrong. Open an Explorer like before, and look for a file called wrong. Open an Explorer, and look for a file called "stderr.txt" in your
"stderr.txt" in the TuxPaint folder. 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 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 due to incorrect character-case (capital 'Z' instead of lowercase 'z') or

View file

@ -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 &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> </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 &lt; ../SDL2_Pango-dll.patch<br/>
$ ./configure --prefix=/mingw64 &amp;&amp; make &amp;&amp; make install<br/> $ ./configure --prefix=/mingw64 &amp;&amp; make &amp;&amp; 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 &lt; ../SDL2_Pango-dll.patch<br/>
$ ./configure --prefix=/mingw32 &amp;&amp; make &amp;&amp; make install<br/> $ ./configure --prefix=/mingw32 &amp;&amp; make &amp;&amp; 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>
@ -765,7 +761,7 @@
</header> </header>
<p> <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> <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> 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>