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.
|
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
March 29, 2023
|
April 30, 2023
|
||||||
|
|
||||||
+----------------------------------------------------+
|
+----------------------------------------------------+
|
||||||
|Table of Contents |
|
|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'
|
Along with libSDL, Tux Paint depends on a number of other SDL 'helper'
|
||||||
libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical
|
libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical
|
||||||
functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True
|
functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font
|
||||||
Type Font support) and, optionally, SDL_Mixer (for sound effects).
|
support) and, optionally, SDL_Mixer (for sound effects).
|
||||||
|
|
||||||
The SDL libraries are available as source-code, or as RPM or Debian
|
The SDL libraries are available as source-code, or as RPM or Debian
|
||||||
packages for various distributions of Linux. They can be downloaded from:
|
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://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
|
||||||
(https://sourceforge.net/projects/sdlgfx/)
|
(https://sourceforge.net/projects/sdlgfx/)
|
||||||
* SDL_ttf: https://github.com/libsdl-org/SDL_ttf
|
* 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)
|
* SDL_mixer: https://github.com/libsdl-org/SDL_mixer (optional)
|
||||||
|
|
||||||
They are also typically available along with your Linux distribution (e.g.
|
They are also typically available along with your Linux distribution (e.g.
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
March 29, 2023 </p>
|
April 30, 2023 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</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>
|
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>
|
<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>
|
<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>
|
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_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_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>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>
|
<li>SDL_mixer: <a href="https://github.com/libsdl-org/SDL_mixer">https://github.com/libsdl-org/SDL_mixer</a> (optional)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
marzo 29, 2023
|
abril 30, 2023
|
||||||
|
|
||||||
+----------------------------------------------------+
|
+----------------------------------------------------+
|
||||||
|Table of Contents |
|
|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'
|
Along with libSDL, Tux Paint depends on a number of other SDL 'helper'
|
||||||
libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical
|
libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical
|
||||||
functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True
|
functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font
|
||||||
Type Font support) and, optionally, SDL_Mixer (for sound effects).
|
support) and, optionally, SDL_Mixer (for sound effects).
|
||||||
|
|
||||||
The SDL libraries are available as source-code, or as RPM or Debian
|
The SDL libraries are available as source-code, or as RPM or Debian
|
||||||
packages for various distributions of Linux. They can be downloaded from:
|
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://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
|
||||||
(https://sourceforge.net/projects/sdlgfx/)
|
(https://sourceforge.net/projects/sdlgfx/)
|
||||||
* SDL_ttf: https://github.com/libsdl-org/SDL_ttf
|
* 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)
|
* SDL_mixer: https://github.com/libsdl-org/SDL_mixer (optional)
|
||||||
|
|
||||||
They are also typically available along with your Linux distribution (e.g.
|
They are also typically available along with your Linux distribution (e.g.
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
marzo 29, 2023 </p>
|
abril 30, 2023 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</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>
|
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>
|
<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>
|
<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>
|
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_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_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>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>
|
<li>SDL_mixer: <a href="https://github.com/libsdl-org/SDL_mixer">https://github.com/libsdl-org/SDL_mixer</a> (optional)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt.
|
Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
mars 29, 2023
|
avril 30, 2023
|
||||||
|
|
||||||
+--------------------------------------------------------+
|
+--------------------------------------------------------+
|
||||||
|Table des matières |
|
|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'
|
Along with libSDL, Tux Paint depends on a number of other SDL 'helper'
|
||||||
libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical
|
libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical
|
||||||
functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True
|
functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font
|
||||||
Type Font support) and, optionally, SDL_Mixer (for sound effects).
|
support) and, optionally, SDL_Mixer (for sound effects).
|
||||||
|
|
||||||
Les bibliothèques SDL sont disponibles en tant que code source, ou en tant
|
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
|
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://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
|
||||||
(https://sourceforge.net/projects/sdlgfx/)
|
(https://sourceforge.net/projects/sdlgfx/)
|
||||||
* SDL_ttf: https://github.com/libsdl-org/SDL_ttf
|
* 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)
|
* SDL_mixer: https://github.com/libsdl-org/SDL_mixer (optionnel)
|
||||||
|
|
||||||
Elles sont aussi parmi les paquets inclus dans votre distribution (par ex.
|
Elles sont aussi parmi les paquets inclus dans votre distribution (par ex.
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
mars 29, 2023 </p>
|
avril 30, 2023 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</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>
|
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>
|
<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>
|
<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>
|
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_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_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>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>
|
<li>SDL_mixer: <a href="https://github.com/libsdl-org/SDL_mixer">https://github.com/libsdl-org/SDL_mixer</a> (optionnel)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
29 de Marzo de 2023
|
30 de Abril de 2023
|
||||||
|
|
||||||
+----------------------------------------------------+
|
+----------------------------------------------------+
|
||||||
|Índice |
|
|Índice |
|
||||||
|
|
@ -35,8 +35,8 @@ Simple DirectMedia Layer library (libSDL)
|
||||||
|
|
||||||
Along with libSDL, Tux Paint depends on a number of other SDL 'helper'
|
Along with libSDL, Tux Paint depends on a number of other SDL 'helper'
|
||||||
libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical
|
libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical
|
||||||
functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True
|
functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font
|
||||||
Type Font support) and, optionally, SDL_Mixer (for sound effects).
|
support) and, optionally, SDL_Mixer (for sound effects).
|
||||||
|
|
||||||
As bibliotecas SDL están dispoñíbeis como código fonte ou como paquetes
|
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:
|
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://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
|
||||||
(https://sourceforge.net/projects/sdlgfx/)
|
(https://sourceforge.net/projects/sdlgfx/)
|
||||||
* SDL_ttf: https://github.com/libsdl-org/SDL_ttf
|
* 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)
|
* 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
|
Normalmente tamén están dispoñíbeis xunto coa súa distribución de Linux
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
29 de Marzo de 2023 </p>
|
30 de Abril de 2023 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</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>
|
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>
|
<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>
|
<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>
|
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_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_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>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>
|
<li>SDL_mixer: <a href="https://github.com/libsdl-org/SDL_mixer">https://github.com/libsdl-org/SDL_mixer</a> (opcional)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
|
||||||
https://tuxpaint.org/
|
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'
|
Along with libSDL, Tux Paint depends on a number of other SDL 'helper'
|
||||||
libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical
|
libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical
|
||||||
functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True
|
functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font
|
||||||
Type Font support) and, optionally, SDL_Mixer (for sound effects).
|
support) and, optionally, SDL_Mixer (for sound effects).
|
||||||
|
|
||||||
The SDL libraries are available as source-code, or as RPM or Debian
|
The SDL libraries are available as source-code, or as RPM or Debian
|
||||||
packages for various distributions of Linux. They can be downloaded from:
|
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://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
|
||||||
(https://sourceforge.net/projects/sdlgfx/)
|
(https://sourceforge.net/projects/sdlgfx/)
|
||||||
* SDL_ttf: https://github.com/libsdl-org/SDL_ttf
|
* 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)
|
* SDL_mixer: https://github.com/libsdl-org/SDL_mixer (optional)
|
||||||
|
|
||||||
They are also typically available along with your Linux distribution (e.g.
|
They are also typically available along with your Linux distribution (e.g.
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
2023年3月29日 </p>
|
2023年4月30日 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</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>
|
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>
|
<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>
|
<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>
|
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_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_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>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>
|
<li>SDL_mixer: <a href="https://github.com/libsdl-org/SDL_mixer">https://github.com/libsdl-org/SDL_mixer</a> (optional)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue