From 5e3aac38896bdb8b6ae91db4e2d6cd60ff9f3abc Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sat, 9 Jul 2022 19:04:26 -0700 Subject: [PATCH] Doc refresh to get "A patch for SDL2_Pango..." "...is no longer necessary." --- docs/en/INSTALL.txt | 20 ++++++++------------ docs/en/html/INSTALL.html | 20 ++++++++------------ docs/es_ES.UTF-8/INSTALL.txt | 20 ++++++++------------ docs/es_ES.UTF-8/html/INSTALL.html | 20 ++++++++------------ docs/fr_FR.UTF-8/INSTALL.txt | 20 ++++++++------------ docs/fr_FR.UTF-8/html/INSTALL.html | 20 ++++++++------------ docs/gl_ES.UTF-8/INSTALL.txt | 20 ++++++++------------ docs/gl_ES.UTF-8/html/INSTALL.html | 20 ++++++++------------ docs/ja_JP.UTF-8/INSTALL.txt | 20 ++++++++------------ docs/ja_JP.UTF-8/html/INSTALL.html | 20 ++++++++------------ 10 files changed, 80 insertions(+), 120 deletions(-) diff --git a/docs/en/INSTALL.txt b/docs/en/INSTALL.txt index ad6cfce0f..1909c6b4e 100644 --- a/docs/en/INSTALL.txt +++ b/docs/en/INSTALL.txt @@ -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 + July 10, 2022 Shin-ichi TOYAMA 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 diff --git a/docs/en/html/INSTALL.html b/docs/en/html/INSTALL.html index 8e9d41a3d..506392e62 100644 --- a/docs/en/html/INSTALL.html +++ b/docs/en/html/INSTALL.html @@ -96,7 +96,7 @@

- July 8, 2022

+ July 10, 2022

@@ -301,7 +301,7 @@

- July 8, 2022 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp> + July 10, 2022 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>

@@ -412,21 +412,19 @@
-
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

-
+
@@ -508,21 +506,19 @@
-
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

-
+
diff --git a/docs/es_ES.UTF-8/INSTALL.txt b/docs/es_ES.UTF-8/INSTALL.txt index 9cc6c2002..50ccd636b 100644 --- a/docs/es_ES.UTF-8/INSTALL.txt +++ b/docs/es_ES.UTF-8/INSTALL.txt @@ -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 + julio 10, 2022 Shin-ichi TOYAMA 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 diff --git a/docs/es_ES.UTF-8/html/INSTALL.html b/docs/es_ES.UTF-8/html/INSTALL.html index 698ebb239..15ab0fff0 100644 --- a/docs/es_ES.UTF-8/html/INSTALL.html +++ b/docs/es_ES.UTF-8/html/INSTALL.html @@ -96,7 +96,7 @@

- julio 8, 2022

+ julio 10, 2022

@@ -301,7 +301,7 @@

- julio 8, 2022 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp> + julio 10, 2022 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>

@@ -412,21 +412,19 @@
-
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

-
+
@@ -508,21 +506,19 @@
-
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

-
+
diff --git a/docs/fr_FR.UTF-8/INSTALL.txt b/docs/fr_FR.UTF-8/INSTALL.txt index 86701d616..305bb7f3c 100644 --- a/docs/fr_FR.UTF-8/INSTALL.txt +++ b/docs/fr_FR.UTF-8/INSTALL.txt @@ -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 + juillet 10, 2022 Shin-ichi TOYAMA 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 diff --git a/docs/fr_FR.UTF-8/html/INSTALL.html b/docs/fr_FR.UTF-8/html/INSTALL.html index 18413378e..566a9a969 100644 --- a/docs/fr_FR.UTF-8/html/INSTALL.html +++ b/docs/fr_FR.UTF-8/html/INSTALL.html @@ -96,7 +96,7 @@

- juillet 8, 2022

+ juillet 10, 2022

@@ -301,7 +301,7 @@

- juillet 8, 2022 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp> + juillet 10, 2022 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>

@@ -412,21 +412,19 @@
-
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

-
+
@@ -508,21 +506,19 @@
-
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

-
+
diff --git a/docs/gl_ES.UTF-8/INSTALL.txt b/docs/gl_ES.UTF-8/INSTALL.txt index 7b7c723af..7054a3b49 100644 --- a/docs/gl_ES.UTF-8/INSTALL.txt +++ b/docs/gl_ES.UTF-8/INSTALL.txt @@ -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 + 10 de Xullo de 2022 Shin-ichi TOYAMA 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 diff --git a/docs/gl_ES.UTF-8/html/INSTALL.html b/docs/gl_ES.UTF-8/html/INSTALL.html index bb1927864..bf47969c9 100644 --- a/docs/gl_ES.UTF-8/html/INSTALL.html +++ b/docs/gl_ES.UTF-8/html/INSTALL.html @@ -96,7 +96,7 @@

- 8 de Xullo de 2022

+ 10 de Xullo de 2022

@@ -301,7 +301,7 @@

- 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>

@@ -412,21 +412,19 @@
-
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

-
+
@@ -508,21 +506,19 @@
-
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

-
+
diff --git a/docs/ja_JP.UTF-8/INSTALL.txt b/docs/ja_JP.UTF-8/INSTALL.txt index 8e8a71a14..175322641 100644 --- a/docs/ja_JP.UTF-8/INSTALL.txt +++ b/docs/ja_JP.UTF-8/INSTALL.txt @@ -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 + 2022年7月10日 Shin-ichi TOYAMA 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 diff --git a/docs/ja_JP.UTF-8/html/INSTALL.html b/docs/ja_JP.UTF-8/html/INSTALL.html index 7b3fabf93..02ea1051d 100644 --- a/docs/ja_JP.UTF-8/html/INSTALL.html +++ b/docs/ja_JP.UTF-8/html/INSTALL.html @@ -96,7 +96,7 @@

- 2022年7月 8日

+ 2022年7月10日

@@ -301,7 +301,7 @@

- 2022年7月 8日 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp> + 2022年7月10日 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>

@@ -412,21 +412,19 @@
-
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

-
+
@@ -508,21 +506,19 @@
-
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

-
+