Sync INSTALL docs: SDL2_Pango no longer optional
This commit is contained in:
parent
cef773a694
commit
e14992d8af
10 changed files with 35 additions and 35 deletions
|
|
@ -5,7 +5,7 @@
|
|||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
March 29, 2023
|
||||
April 30, 2023
|
||||
|
||||
+----------------------------------------------------+
|
||||
|Table of Contents |
|
||||
|
|
@ -35,8 +35,8 @@ Simple DirectMedia Layer library (libSDL)
|
|||
|
||||
Along with libSDL, Tux Paint depends on a number of other SDL 'helper'
|
||||
libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical
|
||||
functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True
|
||||
Type Font support) and, optionally, SDL_Mixer (for sound effects).
|
||||
functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font
|
||||
support) and, optionally, SDL_Mixer (for sound effects).
|
||||
|
||||
The SDL libraries are available as source-code, or as RPM or Debian
|
||||
packages for various distributions of Linux. They can be downloaded from:
|
||||
|
|
@ -47,7 +47,7 @@ Simple DirectMedia Layer library (libSDL)
|
|||
https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
|
||||
(https://sourceforge.net/projects/sdlgfx/)
|
||||
* SDL_ttf: https://github.com/libsdl-org/SDL_ttf
|
||||
* SDL2_Pango: https://github.com/markuskimius/SDL2_Pango (optional)
|
||||
* SDL2_Pango: https://github.com/markuskimius/SDL2_Pango
|
||||
* SDL_mixer: https://github.com/libsdl-org/SDL_mixer (optional)
|
||||
|
||||
They are also typically available along with your Linux distribution (e.g.
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
March 29, 2023 </p>
|
||||
April 30, 2023 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -151,7 +151,7 @@
|
|||
Tux Paint requires the Simple DirectMedia Layer Library (libSDL), an Open Source multimedia programming library available under the GNU Lesser General Public License (LGPL). </p>
|
||||
|
||||
<p>
|
||||
Along with libSDL, Tux Paint depends on a number of other SDL 'helper' libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True Type Font support) and, optionally, SDL_Mixer (for sound effects). </p>
|
||||
Along with libSDL, Tux Paint depends on a number of other SDL 'helper' libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font support) and, optionally, SDL_Mixer (for sound effects). </p>
|
||||
|
||||
<p>
|
||||
The SDL libraries are available as source-code, or as RPM or Debian packages for various distributions of Linux. They can be downloaded from: </p>
|
||||
|
|
@ -160,7 +160,7 @@
|
|||
<li>SDL_image: <a href="https://github.com/libsdl-org/SDL_image">https://github.com/libsdl-org/SDL_image</a></li>
|
||||
<li>SDL_gfx: <a href="https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/">https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/</a> (<a href="https://sourceforge.net/projects/sdlgfx/">https://sourceforge.net/projects/sdlgfx/</a>)</li>
|
||||
<li>SDL_ttf: <a href="https://github.com/libsdl-org/SDL_ttf">https://github.com/libsdl-org/SDL_ttf</a></li>
|
||||
<li>SDL2_Pango: <a href="https://github.com/markuskimius/SDL2_Pango">https://github.com/markuskimius/SDL2_Pango</a> (optional)</li>
|
||||
<li>SDL2_Pango: <a href="https://github.com/markuskimius/SDL2_Pango">https://github.com/markuskimius/SDL2_Pango</a></li>
|
||||
<li>SDL_mixer: <a href="https://github.com/libsdl-org/SDL_mixer">https://github.com/libsdl-org/SDL_mixer</a> (optional)</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
marzo 29, 2023
|
||||
abril 30, 2023
|
||||
|
||||
+----------------------------------------------------+
|
||||
|Table of Contents |
|
||||
|
|
@ -35,8 +35,8 @@ Simple DirectMedia Layer library (libSDL)
|
|||
|
||||
Along with libSDL, Tux Paint depends on a number of other SDL 'helper'
|
||||
libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical
|
||||
functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True
|
||||
Type Font support) and, optionally, SDL_Mixer (for sound effects).
|
||||
functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font
|
||||
support) and, optionally, SDL_Mixer (for sound effects).
|
||||
|
||||
The SDL libraries are available as source-code, or as RPM or Debian
|
||||
packages for various distributions of Linux. They can be downloaded from:
|
||||
|
|
@ -47,7 +47,7 @@ Simple DirectMedia Layer library (libSDL)
|
|||
https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
|
||||
(https://sourceforge.net/projects/sdlgfx/)
|
||||
* SDL_ttf: https://github.com/libsdl-org/SDL_ttf
|
||||
* SDL2_Pango: https://github.com/markuskimius/SDL2_Pango (optional)
|
||||
* SDL2_Pango: https://github.com/markuskimius/SDL2_Pango
|
||||
* SDL_mixer: https://github.com/libsdl-org/SDL_mixer (optional)
|
||||
|
||||
They are also typically available along with your Linux distribution (e.g.
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
marzo 29, 2023 </p>
|
||||
abril 30, 2023 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -151,7 +151,7 @@
|
|||
Tux Paint requires the Simple DirectMedia Layer Library (libSDL), an Open Source multimedia programming library available under the GNU Lesser General Public License (LGPL). </p>
|
||||
|
||||
<p>
|
||||
Along with libSDL, Tux Paint depends on a number of other SDL 'helper' libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True Type Font support) and, optionally, SDL_Mixer (for sound effects). </p>
|
||||
Along with libSDL, Tux Paint depends on a number of other SDL 'helper' libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font support) and, optionally, SDL_Mixer (for sound effects). </p>
|
||||
|
||||
<p>
|
||||
The SDL libraries are available as source-code, or as RPM or Debian packages for various distributions of Linux. They can be downloaded from: </p>
|
||||
|
|
@ -160,7 +160,7 @@
|
|||
<li>SDL_image: <a href="https://github.com/libsdl-org/SDL_image">https://github.com/libsdl-org/SDL_image</a></li>
|
||||
<li>SDL_gfx: <a href="https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/">https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/</a> (<a href="https://sourceforge.net/projects/sdlgfx/">https://sourceforge.net/projects/sdlgfx/</a>)</li>
|
||||
<li>SDL_ttf: <a href="https://github.com/libsdl-org/SDL_ttf">https://github.com/libsdl-org/SDL_ttf</a></li>
|
||||
<li>SDL2_Pango: <a href="https://github.com/markuskimius/SDL2_Pango">https://github.com/markuskimius/SDL2_Pango</a> (optional)</li>
|
||||
<li>SDL2_Pango: <a href="https://github.com/markuskimius/SDL2_Pango">https://github.com/markuskimius/SDL2_Pango</a></li>
|
||||
<li>SDL_mixer: <a href="https://github.com/libsdl-org/SDL_mixer">https://github.com/libsdl-org/SDL_mixer</a> (optional)</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
mars 29, 2023
|
||||
avril 30, 2023
|
||||
|
||||
+--------------------------------------------------------+
|
||||
|Table des matières |
|
||||
|
|
@ -35,8 +35,8 @@ Biliothèque Simple DirectMedia Layer (libSDL)
|
|||
|
||||
Along with libSDL, Tux Paint depends on a number of other SDL 'helper'
|
||||
libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical
|
||||
functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True
|
||||
Type Font support) and, optionally, SDL_Mixer (for sound effects).
|
||||
functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font
|
||||
support) and, optionally, SDL_Mixer (for sound effects).
|
||||
|
||||
Les bibliothèques SDL sont disponibles en tant que code source, ou en tant
|
||||
que paquets RPM ou Debian pour diverses distributions de Linux. Ils
|
||||
|
|
@ -48,7 +48,7 @@ Biliothèque Simple DirectMedia Layer (libSDL)
|
|||
https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
|
||||
(https://sourceforge.net/projects/sdlgfx/)
|
||||
* SDL_ttf: https://github.com/libsdl-org/SDL_ttf
|
||||
* SDL2_Pango: https://github.com/markuskimius/SDL2_Pango (optionnel)
|
||||
* SDL2_Pango: https://github.com/markuskimius/SDL2_Pango
|
||||
* SDL_mixer: https://github.com/libsdl-org/SDL_mixer (optionnel)
|
||||
|
||||
Elles sont aussi parmi les paquets inclus dans votre distribution (par ex.
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
mars 29, 2023 </p>
|
||||
avril 30, 2023 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -151,7 +151,7 @@
|
|||
Tux Paint nécessite la bibliothèque de couches DirectMedia simple (libSDL), une bibliothèque de programmation multimédia Open Source disponible sous la Licence publique générale limitée GNU (LGPL). </p>
|
||||
|
||||
<p>
|
||||
Along with libSDL, Tux Paint depends on a number of other SDL 'helper' libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True Type Font support) and, optionally, SDL_Mixer (for sound effects). </p>
|
||||
Along with libSDL, Tux Paint depends on a number of other SDL 'helper' libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font support) and, optionally, SDL_Mixer (for sound effects). </p>
|
||||
|
||||
<p>
|
||||
Les bibliothèques SDL sont disponibles en tant que code source, ou en tant que paquets RPM ou Debian pour diverses distributions de Linux. Ils peuvent être téléchargés à partir de : </p>
|
||||
|
|
@ -160,7 +160,7 @@
|
|||
<li>SDL_image: <a href="https://github.com/libsdl-org/SDL_image">https://github.com/libsdl-org/SDL_image</a></li>
|
||||
<li>SDL_gfx: <a href="https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/">https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/</a> (<a href="https://sourceforge.net/projects/sdlgfx/">https://sourceforge.net/projects/sdlgfx/</a>)</li>
|
||||
<li>SDL_ttf: <a href="https://github.com/libsdl-org/SDL_ttf">https://github.com/libsdl-org/SDL_ttf</a></li>
|
||||
<li>SDL2_Pango: <a href="https://github.com/markuskimius/SDL2_Pango">https://github.com/markuskimius/SDL2_Pango</a> (optionnel)</li>
|
||||
<li>SDL2_Pango: <a href="https://github.com/markuskimius/SDL2_Pango">https://github.com/markuskimius/SDL2_Pango</a></li>
|
||||
<li>SDL_mixer: <a href="https://github.com/libsdl-org/SDL_mixer">https://github.com/libsdl-org/SDL_mixer</a> (optionnel)</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
29 de Marzo de 2023
|
||||
30 de Abril de 2023
|
||||
|
||||
+----------------------------------------------------+
|
||||
|Índice |
|
||||
|
|
@ -35,8 +35,8 @@ Simple DirectMedia Layer library (libSDL)
|
|||
|
||||
Along with libSDL, Tux Paint depends on a number of other SDL 'helper'
|
||||
libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical
|
||||
functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True
|
||||
Type Font support) and, optionally, SDL_Mixer (for sound effects).
|
||||
functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font
|
||||
support) and, optionally, SDL_Mixer (for sound effects).
|
||||
|
||||
As bibliotecas SDL están dispoñíbeis como código fonte ou como paquetes
|
||||
RPM ou Debian para varias distribucións de Linux. Pódense descargar dende:
|
||||
|
|
@ -47,7 +47,7 @@ Simple DirectMedia Layer library (libSDL)
|
|||
https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
|
||||
(https://sourceforge.net/projects/sdlgfx/)
|
||||
* SDL_ttf: https://github.com/libsdl-org/SDL_ttf
|
||||
* SDL2_Pango: https://github.com/markuskimius/SDL2_Pango (opcional)
|
||||
* SDL2_Pango: https://github.com/markuskimius/SDL2_Pango
|
||||
* SDL_mixer: https://github.com/libsdl-org/SDL_mixer (opcional)
|
||||
|
||||
Normalmente tamén están dispoñíbeis xunto coa súa distribución de Linux
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
29 de Marzo de 2023 </p>
|
||||
30 de Abril de 2023 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -151,7 +151,7 @@
|
|||
Tux Paint require a «Simple DirectMedia Layer Library (libSDL)», unha biblioteca de programación multimedia de código aberto dispoñíbel baixo a licenza pública GNU Lesser General Public License (LGPL). </p>
|
||||
|
||||
<p>
|
||||
Along with libSDL, Tux Paint depends on a number of other SDL 'helper' libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True Type Font support) and, optionally, SDL_Mixer (for sound effects). </p>
|
||||
Along with libSDL, Tux Paint depends on a number of other SDL 'helper' libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font support) and, optionally, SDL_Mixer (for sound effects). </p>
|
||||
|
||||
<p>
|
||||
As bibliotecas SDL están dispoñíbeis como código fonte ou como paquetes RPM ou Debian para varias distribucións de Linux. Pódense descargar dende: </p>
|
||||
|
|
@ -160,7 +160,7 @@
|
|||
<li>SDL_image: <a href="https://github.com/libsdl-org/SDL_image">https://github.com/libsdl-org/SDL_image</a></li>
|
||||
<li>SDL_gfx: <a href="https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/">https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/</a> (<a href="https://sourceforge.net/projects/sdlgfx/">https://sourceforge.net/projects/sdlgfx/</a>)</li>
|
||||
<li>SDL_ttf: <a href="https://github.com/libsdl-org/SDL_ttf">https://github.com/libsdl-org/SDL_ttf</a></li>
|
||||
<li>SDL2_Pango: <a href="https://github.com/markuskimius/SDL2_Pango">https://github.com/markuskimius/SDL2_Pango</a> (opcional)</li>
|
||||
<li>SDL2_Pango: <a href="https://github.com/markuskimius/SDL2_Pango">https://github.com/markuskimius/SDL2_Pango</a></li>
|
||||
<li>SDL_mixer: <a href="https://github.com/libsdl-org/SDL_mixer">https://github.com/libsdl-org/SDL_mixer</a> (opcional)</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2023年3月29日
|
||||
2023年4月30日
|
||||
|
||||
+----------------------------------------------------+
|
||||
|目次 |
|
||||
|
|
@ -35,8 +35,8 @@ Simple DirectMedia Layer library (libSDL)
|
|||
|
||||
Along with libSDL, Tux Paint depends on a number of other SDL 'helper'
|
||||
libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical
|
||||
functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True
|
||||
Type Font support) and, optionally, SDL_Mixer (for sound effects).
|
||||
functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font
|
||||
support) and, optionally, SDL_Mixer (for sound effects).
|
||||
|
||||
The SDL libraries are available as source-code, or as RPM or Debian
|
||||
packages for various distributions of Linux. They can be downloaded from:
|
||||
|
|
@ -47,7 +47,7 @@ Simple DirectMedia Layer library (libSDL)
|
|||
https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
|
||||
(https://sourceforge.net/projects/sdlgfx/)
|
||||
* SDL_ttf: https://github.com/libsdl-org/SDL_ttf
|
||||
* SDL2_Pango: https://github.com/markuskimius/SDL2_Pango (optional)
|
||||
* SDL2_Pango: https://github.com/markuskimius/SDL2_Pango
|
||||
* SDL_mixer: https://github.com/libsdl-org/SDL_mixer (optional)
|
||||
|
||||
They are also typically available along with your Linux distribution (e.g.
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2023年3月29日 </p>
|
||||
2023年4月30日 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -151,7 +151,7 @@
|
|||
Tux Paint requires the Simple DirectMedia Layer Library (libSDL), an Open Source multimedia programming library available under the GNU Lesser General Public License (LGPL). </p>
|
||||
|
||||
<p>
|
||||
Along with libSDL, Tux Paint depends on a number of other SDL 'helper' libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True Type Font support) and, optionally, SDL_Mixer (for sound effects). </p>
|
||||
Along with libSDL, Tux Paint depends on a number of other SDL 'helper' libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font support) and, optionally, SDL_Mixer (for sound effects). </p>
|
||||
|
||||
<p>
|
||||
The SDL libraries are available as source-code, or as RPM or Debian packages for various distributions of Linux. They can be downloaded from: </p>
|
||||
|
|
@ -160,7 +160,7 @@
|
|||
<li>SDL_image: <a href="https://github.com/libsdl-org/SDL_image">https://github.com/libsdl-org/SDL_image</a></li>
|
||||
<li>SDL_gfx: <a href="https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/">https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/</a> (<a href="https://sourceforge.net/projects/sdlgfx/">https://sourceforge.net/projects/sdlgfx/</a>)</li>
|
||||
<li>SDL_ttf: <a href="https://github.com/libsdl-org/SDL_ttf">https://github.com/libsdl-org/SDL_ttf</a></li>
|
||||
<li>SDL2_Pango: <a href="https://github.com/markuskimius/SDL2_Pango">https://github.com/markuskimius/SDL2_Pango</a> (optional)</li>
|
||||
<li>SDL2_Pango: <a href="https://github.com/markuskimius/SDL2_Pango">https://github.com/markuskimius/SDL2_Pango</a></li>
|
||||
<li>SDL_mixer: <a href="https://github.com/libsdl-org/SDL_mixer">https://github.com/libsdl-org/SDL_mixer</a> (optional)</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue