Refresh docs after recent changes

Fix in an HTML tag in French README (h/t Jacques), and INSTALL docs
regarding Win32 (h/t Shin-Ichi)
This commit is contained in:
Bill Kendrick 2021-09-16 00:21:24 -07:00
parent 5e5eb6d62a
commit e39e3c354c
12 changed files with 80 additions and 102 deletions

View file

@ -328,11 +328,11 @@
</blockquote>
<h4>
Install SDL_Pango and SDL_gfx. Re-install SDL on the 64bit environment </h4>
Install SDL_Pango and SDL_gfx on the 64bit environment </h4>
<blockquote>
<p>
SDL_Pango and SDL_gfx should be installed manually. In addition, you have to re-install SDL from the source code or you will see unnecessary blank window opens when starting Tux Paint. </p>
SDL_Pango and SDL_gfx should be installed manually. </p>
<p>
This time, use the MinGW "64bit" shell. Open the shell from the "Start Menu" -&gt; "MSYS2 64bit" -&gt; "MSYS2 MinGW 64-bit" </p>
@ -346,7 +346,7 @@
<li>
Download <a href="https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download">source tar-ball of SDL_Pango-0.1.2</a> from <a href="https://sourceforge.net/projects/sdlpango/">SDL_Pango's page on Sourceforge.net</a>. </li>
<li>
Download <a href="http://johnnypops.co.uk/tuxpaint/SDL_Pango-configure-extra-api.patch">a patch file</a> from <a href="http://www.johnnypops.co.uk/tuxpaint/">John Popplewell's "Tux Paint - MinGW/MSYS build instructions" webpage</a>. (This adds some extra (required) functionality to SDL_Pango.) </li>
Download <a href="https://z1.plala.jp/tuxpaint/SDL_Pango-extra-api.patch">a patch file</a> from <a href="https://z1.plala.jp/tuxpaint/buildwin.html">"Compiling Tux Paint using MinGW/MSYS2" webpage</a>. (This adds some extra (required) functionality to SDL_Pango.) </li>
</ul>
<p>
Build and install SDL_Pango as follows. <blockquote>
@ -441,11 +441,11 @@
</blockquote>
<h4>
Install SDL_Pango and SDL_gfx. Re-install SDL on the 32bit environment </h4>
Install SDL_Pango and SDL_gfx on the 32bit environment </h4>
<blockquote>
<p>
SDL_Pango and SDL_gfx should be installed manually. In addition, you have to re-install SDL from the source code or you will see unnecessary blank window opens when starting Tux Paint. </p>
SDL_Pango and SDL_gfx should be installed manually. </p>
<p>
This time, use the MinGW "32bit" shell. Open the shell from the "Start Menu" -&gt; "MSYS2 64bit" -&gt; "MSYS2 MinGW 32-bit" </p>
@ -459,7 +459,7 @@
<li>
Download <a href="https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download">source tar-ball of SDL_Pango-0.1.2</a> from <a href="https://sourceforge.net/projects/sdlpango/">SDL_Pango's page on Sourceforge.net</a>. </li>
<li>
Download <a href="http://johnnypops.co.uk/tuxpaint/SDL_Pango-configure-extra-api.patch">a patch file</a> from <a href="http://www.johnnypops.co.uk/tuxpaint/">John Popplewell's "Tux Paint - MinGW/MSYS build instructions" webpage</a>. (This adds some extra (required) functionality to SDL_Pango.) </li>
Download <a href="https://z1.plala.jp/tuxpaint/SDL_Pango-extra-api.patch">a patch file</a> from <a href="https://z1.plala.jp/tuxpaint/buildwin.html">"Compiling Tux Paint using MinGW/MSYS2" webpage</a>. (This adds some extra (required) functionality to SDL_Pango.) </li>
</ul>
<p>
Build and install SDL_Pango as follows. <blockquote>