French doc corrections & SDL+Win32 doc updates
More from Jacques & Shin-Ichi, respectively
This commit is contained in:
parent
1c312023d5
commit
6263e42708
12 changed files with 60 additions and 308 deletions
|
|
@ -5,7 +5,7 @@
|
|||
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
12 de Setembro de 2021
|
||||
17 de Setembro de 2021
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -234,9 +234,9 @@ Compiling and Installation
|
|||
|
||||
* Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's
|
||||
page on Sourceforge.net.
|
||||
* Download a patch file from "Compiling Tux Paint using
|
||||
MinGW/MSYS2" webpage. (This adds some extra (required)
|
||||
functionality to SDL_Pango.)
|
||||
* Download a patch file from John Popplewell's "Tux Paint -
|
||||
MinGW/MSYS build instructions" webpage. (This adds some extra
|
||||
(required) functionality to SDL_Pango.)
|
||||
|
||||
Build and install SDL_Pango as follows.
|
||||
|
||||
|
|
@ -256,16 +256,6 @@ Compiling and Installation
|
|||
$ cd SDL_gfx-2.0.25
|
||||
$ ./configure --prefix=/mingw64 && make && make install
|
||||
|
||||
SDL
|
||||
|
||||
Download source tar-ball of SDL_1.2.15 from libsdl.org.
|
||||
|
||||
Re-install SDL as follows.
|
||||
|
||||
$ tar zxvf SDL-1.2.15.tar.gz
|
||||
$ cd SDL-1.2.15
|
||||
$ ./configure --prefix=/mingw64 && make && make install
|
||||
|
||||
Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip
|
||||
to the "ImageMagick" section if you need only a 64bit build
|
||||
environment.
|
||||
|
|
@ -315,9 +305,9 @@ Compiling and Installation
|
|||
|
||||
* Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's
|
||||
page on Sourceforge.net.
|
||||
* Download a patch file from "Compiling Tux Paint using
|
||||
MinGW/MSYS2" webpage. (This adds some extra (required)
|
||||
functionality to SDL_Pango.)
|
||||
* Download a patch file from John Popplewell's "Tux Paint -
|
||||
MinGW/MSYS build instructions" webpage. (This adds some extra
|
||||
(required) functionality to SDL_Pango.)
|
||||
|
||||
Build and install SDL_Pango as follows.
|
||||
|
||||
|
|
@ -337,16 +327,6 @@ Compiling and Installation
|
|||
$ cd SDL_gfx-2.0.25
|
||||
$ ./configure --prefix=/mingw32 && make && make install
|
||||
|
||||
SDL
|
||||
|
||||
Download source tar-ball of SDL_1.2.15 from libsdl.org.
|
||||
|
||||
Re-install SDL as follows.
|
||||
|
||||
$ tar zxvf SDL-1.2.15.tar.gz
|
||||
$ cd SDL-1.2.15
|
||||
$ ./configure --prefix=/mingw32 && make && make install
|
||||
|
||||
-------------------------------------------------------
|
||||
|
||||
ImageMagick
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue