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.
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue