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