diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index cf2b24ce3..15050484f 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -8,7 +8,7 @@ http://www.tuxpaint.org/ $Id$ -2021.August.29 (0.9.27) +2021.August.30 (0.9.27) * Documentation updates --------------------- * Ensured Tux Paint's built-in help ("tuxpaint --help"), @@ -29,7 +29,8 @@ $Id$ documentation files (since 0.9.26). * Added table of contents to some documentation - ("Options Documentation", "FAQ", & "Advanced Stamps 'How-To'"). + ("Options Documentation", "FAQ", "Installation Documentation", + and "Advanced Stamps 'How-To'"). 2021.June.28 (0.9.26) * New Features diff --git a/docs/en/INSTALL.txt b/docs/en/INSTALL.txt index e7ce543f5..dfcb5f007 100644 --- a/docs/en/INSTALL.txt +++ b/docs/en/INSTALL.txt @@ -5,13 +5,30 @@ Copyright © 2002-2021 by various contributors; see AUTHORS. http://www.tuxpaint.org/ - March 9, 2021 + August 30, 2021 ---------------------------------------------------------------------- -Requirements: + +----------------------------------------------------+ + |Table of Contents | + |----------------------------------------------------| + | * Requirements | + | * Simple DirectMedia Layer library (libSDL) | + | * Other Libraries | + | * Compiling and Installation | + | * Windows Users | + | * Linux/Unix Users | + | * Debugging | + | * Uninstalling Tux Paint | + | * Windows | + | * Linux | + +----------------------------------------------------+ - libSDL + ---------------------------------------------------------------------- + +Requirements + + Simple DirectMedia Layer library (libSDL) Tux Paint requires the Simple DirectMedia Layer Library (libSDL), an Open Source multimedia programming library available under the GNU @@ -116,13 +133,15 @@ Requirements: http://netpbm.sourceforge.net/ -Compiling and Installation: + ---------------------------------------------------------------------- + +Compiling and Installation Tux Paint is released under the GNU General Public License (GPL) (see "COPYING.txt" for details), and therefore the 'source code' to the program is available freely. - Windows Users: + Windows Users Compiling: @@ -222,7 +241,7 @@ Compiling and Installation: just be due to incorrect character-case (capital 'Z' instead of lowercase 'z') or a missing (or extra) '-' (dash). - Linux/Unix Users: + Linux/Unix Users Compiling: @@ -351,13 +370,17 @@ Compiling and Installation: Note: This list is out of date. See "Makefile" and "Makefile-i18n" for a complete list. -Debugging: + ---------------------------------------------------------------------- + +Debugging Debugging (to "STDOUT", e.g. to the terminal, or to a "stdout.txt" file, on Windows) can be enabled by setting "DEBUG" (and, if verbose logging is wanted, "VERBOSE") #defines in "src/debug.h". -Uninstalling Tux Paint: + ---------------------------------------------------------------------- + +Uninstalling Tux Paint Windows diff --git a/docs/en/html/INSTALL.html b/docs/en/html/INSTALL.html index c330b4b17..868e8003a 100644 --- a/docs/en/html/INSTALL.html +++ b/docs/en/html/INSTALL.html @@ -26,15 +26,76 @@

- March 9, 2021

+ August 30, 2021

-
+
-

Requirements:

+ + + + + + + + +
+ Table of Contents
+ +
+ +
+ +

+ + Requirements +

-

libSDL

+

+ + Simple DirectMedia Layer library (libSDL) +

Tux Paint requires the Simple DirectMedia Layer Library (libSDL), an Open Source multimedia programming library available under the GNU Lesser General Public License (LGPL).

@@ -62,7 +123,10 @@
-

Other Libraries

+

+ + Other Libraries +

Tux Paint also takes advantage of a number of other free, LGPL'd libraries. Under Linux, just like SDL, they should either already be installed, or are readily available for installation as part of your Linux distribution.

@@ -155,12 +219,20 @@
-

Compiling and Installation:

+
+ +

+ + Compiling and Installation +

Tux Paint is released under the GNU General Public License (GPL) (see "COPYING.txt" for details), and therefore the 'source code' to the program is available freely.

-

Windows Users:

+

+ + Windows Users +

Compiling:

@@ -277,7 +349,10 @@
-

Linux/Unix Users:

+

+ + Linux/Unix Users +

Compiling:

@@ -424,13 +499,26 @@
-

Debugging:

+
+ +

+ + Debugging +

Debugging (to "STDOUT", e.g. to the terminal, or to a "stdout.txt" file, on Windows) can be enabled by setting "DEBUG" (and, if verbose logging is wanted, "VERBOSE") #defines in "src/debug.h".
-

Uninstalling Tux Paint:

+
+ +

+ + Uninstalling Tux Paint

+
-

Windows

+

+ + Windows +

Using the Uninstaller

@@ -448,7 +536,10 @@
-

Linux

+

+ + Linux +

Within the Tux Paint source directory (where you compiled Tux Paint), you can use the "make uninstall" target to uninstall Tux Paint. By default, this must be done by the "root" user ('superuser'), but if you installed Tux Paint somewhere else (e.g., using a "PREFIX=..." setting to "make" and "make install"), you may not, and will want to provide those same settings here. (See the installation instructions above for further information.)

diff --git a/docs/es_ES.UTF-8/INSTALL.txt b/docs/es_ES.UTF-8/INSTALL.txt index 28c106397..3e2766998 100644 --- a/docs/es_ES.UTF-8/INSTALL.txt +++ b/docs/es_ES.UTF-8/INSTALL.txt @@ -5,13 +5,30 @@ Copyright © 2002-2021 by various contributors; see AUTHORS. http://www.tuxpaint.org/ - marzo 9, 2021 + agosto 30, 2021 ---------------------------------------------------------------------- -Requirements: + +----------------------------------------------------+ + |Table of Contents | + |----------------------------------------------------| + | * Requirements | + | * Simple DirectMedia Layer library (libSDL) | + | * Other Libraries | + | * Compiling and Installation | + | * Windows Users | + | * Linux/Unix Users | + | * Debugging | + | * Uninstalling Tux Paint | + | * Windows | + | * Linux | + +----------------------------------------------------+ - libSDL + ---------------------------------------------------------------------- + +Requirements + + Simple DirectMedia Layer library (libSDL) Tux Paint requires the Simple DirectMedia Layer Library (libSDL), an Open Source multimedia programming library available under the GNU @@ -116,13 +133,15 @@ Requirements: http://netpbm.sourceforge.net/ -Compiling and Installation: + ---------------------------------------------------------------------- + +Compiling and Installation Tux Paint is released under the GNU General Public License (GPL) (see "COPYING.txt" for details), and therefore the 'source code' to the program is available freely. - Windows Users: + Windows Users Compiling: @@ -222,7 +241,7 @@ Compiling and Installation: just be due to incorrect character-case (capital 'Z' instead of lowercase 'z') or a missing (or extra) '-' (dash). - Linux/Unix Users: + Linux/Unix Users Compiling: @@ -351,13 +370,17 @@ Compiling and Installation: Note: This list is out of date. See "Makefile" and "Makefile-i18n" for a complete list. -Debugging: + ---------------------------------------------------------------------- + +Debugging Debugging (to "STDOUT", e.g. to the terminal, or to a "stdout.txt" file, on Windows) can be enabled by setting "DEBUG" (and, if verbose logging is wanted, "VERBOSE") #defines in "src/debug.h". -Uninstalling Tux Paint: + ---------------------------------------------------------------------- + +Uninstalling Tux Paint Windows diff --git a/docs/es_ES.UTF-8/html/INSTALL.html b/docs/es_ES.UTF-8/html/INSTALL.html index f5b079406..10e88c494 100644 --- a/docs/es_ES.UTF-8/html/INSTALL.html +++ b/docs/es_ES.UTF-8/html/INSTALL.html @@ -26,15 +26,76 @@

- marzo 9, 2021

+ agosto 30, 2021

-
+
-

Requirements:

+ + + + + + + + +
+ Table of Contents
+ +
+ +
+ +

+ + Requirements +

-

libSDL

+

+ + Simple DirectMedia Layer library (libSDL) +

Tux Paint requires the Simple DirectMedia Layer Library (libSDL), an Open Source multimedia programming library available under the GNU Lesser General Public License (LGPL).

@@ -62,7 +123,10 @@
-

Other Libraries

+

+ + Other Libraries +

Tux Paint also takes advantage of a number of other free, LGPL'd libraries. Under Linux, just like SDL, they should either already be installed, or are readily available for installation as part of your Linux distribution.

@@ -155,12 +219,20 @@
-

Compiling and Installation:

+
+ +

+ + Compiling and Installation +

Tux Paint is released under the GNU General Public License (GPL) (see "COPYING.txt" for details), and therefore the 'source code' to the program is available freely.

-

Windows Users:

+

+ + Windows Users +

Compiling:

@@ -277,7 +349,10 @@
-

Linux/Unix Users:

+

+ + Linux/Unix Users +

Compiling:

@@ -424,13 +499,26 @@
-

Debugging:

+
+ +

+ + Debugging +

Debugging (to "STDOUT", e.g. to the terminal, or to a "stdout.txt" file, on Windows) can be enabled by setting "DEBUG" (and, if verbose logging is wanted, "VERBOSE") #defines in "src/debug.h".
-

Uninstalling Tux Paint:

+
+ +

+ + Uninstalling Tux Paint

+
-

Windows

+

+ + Windows +

Using the Uninstaller

@@ -448,7 +536,10 @@
-

Linux

+

+ + Linux +

Within the Tux Paint source directory (where you compiled Tux Paint), you can use the "make uninstall" target to uninstall Tux Paint. By default, this must be done by the "root" user ('superuser'), but if you installed Tux Paint somewhere else (e.g., using a "PREFIX=..." setting to "make" and "make install"), you may not, and will want to provide those same settings here. (See the installation instructions above for further information.)

diff --git a/docs/fr_FR.UTF-8/INSTALL.txt b/docs/fr_FR.UTF-8/INSTALL.txt index 6e9d40beb..27f5fbcfe 100644 --- a/docs/fr_FR.UTF-8/INSTALL.txt +++ b/docs/fr_FR.UTF-8/INSTALL.txt @@ -5,13 +5,30 @@ Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS. http://www.tuxpaint.org/ - mars 9, 2021 + août 30, 2021 ---------------------------------------------------------------------- -Exigences : + +----------------------------------------------------+ + |Table des matières | + |----------------------------------------------------| + | * Requirements | + | * Simple DirectMedia Layer library (libSDL) | + | * Autres bibliothèques | + | * Compiling and Installation | + | * Utilisateurs de Windows | + | * Utilisateurs de Linux/Unix | + | * Debugging | + | * Uninstalling Tux Paint | + | * Windows | + | * Linux | + +----------------------------------------------------+ - libSDL + ---------------------------------------------------------------------- + +Requirements + + Simple DirectMedia Layer library (libSDL) Tux Paint nécessite la bibliothèque de couches DirectMedia simple (libSDL), une bibliothèque de programmation multimédia Open Source @@ -119,13 +136,15 @@ Exigences : http://netpbm.sourceforge.net/ -Compilation et installation : + ---------------------------------------------------------------------- + +Compiling and Installation Tux Paint est publié sous la licence publique générale GNU (GPL) (voir "COPYING.txt" pour plus de détails), et donc le 'code source' du programme est disponible gratuitement. - Utilisateurs de Windows : + Utilisateurs de Windows Compilation : @@ -231,7 +250,7 @@ Compilation et installation : incorrecte (majuscule 'Z' à la place de 'z' minuscule) ou un '-' (tiret) manquant (en trop). - Utilisateurs de Linux/Unix : + Utilisateurs de Linux/Unix Compilation : @@ -365,13 +384,17 @@ Compilation et installation : Remarque : Cette liste est obsolète. Voir "Makefile" et "Makefile-i18n" pour une liste complète. -Débogage : + ---------------------------------------------------------------------- + +Debugging Le débogage (vers "STDOUT", par exemple le terminal, ou vers un fichier "stdout.txt", sous Windows) peut être activé en définissant "DEBUG" (et, si un mode verbeux est souhaité, "VERBOSE") # define dans "src/debug.h. -Désinstallation de Tux Paint : + ---------------------------------------------------------------------- + +Uninstalling Tux Paint Windows diff --git a/docs/fr_FR.UTF-8/html/INSTALL.html b/docs/fr_FR.UTF-8/html/INSTALL.html index 0589ec0ee..c6c59de10 100644 --- a/docs/fr_FR.UTF-8/html/INSTALL.html +++ b/docs/fr_FR.UTF-8/html/INSTALL.html @@ -26,15 +26,76 @@

- mars 9, 2021

+ août 30, 2021

-
+
-

Exigences :

+ + + + + + + + +
+ Table des matières
+ +
+ +
+ +

+ + Requirements +

-

libSDL

+

+ + Simple DirectMedia Layer library (libSDL) +

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).

@@ -62,7 +123,10 @@
-

Autres bibliothèques

+

+ + Autres bibliothèques +

Tux Paint profite également d'un certain nombre d'autres bibliothèques gratuites LGPL. Sous Linux, tout comme SDL, ils devraient être soit déjà installées, soit facilement disponibles avec votre distribution Linux.

@@ -155,12 +219,20 @@
-

Compilation et installation :

+
+ +

+ + Compiling and Installation +

Tux Paint est publié sous la licence publique générale GNU (GPL) (voir "COPYING.txt" pour plus de détails), et donc le 'code source' du programme est disponible gratuitement.

-

Utilisateurs de Windows :

+

+ + Utilisateurs de Windows +

Compilation :

@@ -277,7 +349,10 @@
-

Utilisateurs de Linux/Unix :

+

+ + Utilisateurs de Linux/Unix +

Compilation :

@@ -424,13 +499,26 @@
-

Débogage :

+
+ +

+ + Debugging +

Le débogage (vers "STDOUT", par exemple le terminal, ou vers un fichier "stdout.txt", sous Windows) peut être activé en définissant "DEBUG" (et, si un mode verbeux est souhaité, "VERBOSE") # define dans "src/debug.h.
-

Désinstallation de Tux Paint :

+
+ +

+ + Uninstalling Tux Paint

+
-

Windows

+

+ + Windows +

Utilisation du désinstalleur

@@ -448,7 +536,10 @@
-

Linux

+

+ + Linux +

Dans le répertoire source de Tux Paint (où vous avez compilé Tux Paint), vous pouvez utiliser une cible "make uninstall" pour désinstaller Tux Paint. Par défaut, cela doit être fait par l'utilisateur "root" ("superutilisateur"), mais si vous avez installé Tux Paint à un autre endroit (par ex. en mettant "PREFIX=..." à "make" et "make install", vous ne pourrez pas, et il faudra fournier les mêmes réglages ici. (Voir les instructions d'installation ci-dessus pour plus d'informations.)

diff --git a/docs/gl_ES.UTF-8/INSTALL.txt b/docs/gl_ES.UTF-8/INSTALL.txt index d043c183a..855e29e73 100644 --- a/docs/gl_ES.UTF-8/INSTALL.txt +++ b/docs/gl_ES.UTF-8/INSTALL.txt @@ -5,13 +5,30 @@ Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES). http://www.tuxpaint.org/ - 9 de Marzo de 2021 + 30 de Agosto de 2021 ---------------------------------------------------------------------- -Requisitos: + +----------------------------------------------------+ + |Índice | + |----------------------------------------------------| + | * Requirements | + | * Simple DirectMedia Layer library (libSDL) | + | * Outras bibliotecas | + | * Compiling and Installation | + | * Usuarios de Windows | + | * Usuarios de Linux/Unix | + | * Debugging | + | * Uninstalling Tux Paint | + | * Windows | + | * Linux | + +----------------------------------------------------+ - libSDL + ---------------------------------------------------------------------- + +Requirements + + Simple DirectMedia Layer library (libSDL) Tux Paint require a «Simple DirectMedia Layer Library (libSDL)», unha biblioteca de programación multimedia de código aberto dispoñíbel @@ -120,13 +137,15 @@ Requisitos: http://netpbm.sourceforge.net/ -Compilación e instalación: + ---------------------------------------------------------------------- + +Compiling and Installation Tux Paint publícase baixo a Licenza Pública Xeral de GNU (GPL) (consulte «COPYING.txt» para máis detalles) e, polo tanto, o «código fonte» do programa está dispoñíbel libremente. - Usuarios de Windows: + Usuarios de Windows Compilación: @@ -225,7 +244,7 @@ Compilación e instalación: maiúsculas e minúsculas incorrectas (maiúsculas «Z» no canto de minúsculas «z») ou a falta (ou exceso) de «-» (guións). - Usuarios de Linux/Unix: + Usuarios de Linux/Unix Compilación: @@ -360,13 +379,17 @@ Compilación e instalación: Nota: Esta lista non está actualizada. Consulte «Makefile» e «Makefile-i18n» para ver unha lista completa. -Depuración: + ---------------------------------------------------------------------- + +Debugging A depuración (a «STDOUT», por exemplo, á terminal ou a un ficheiro «stdout.txt» en Windows) pódese activar co axuste «DEBUG» (e, se se quere un rexistro detallado, «VERBOSE») #define en «src/debug.h». -Desinstalación de Tux Paint: + ---------------------------------------------------------------------- + +Uninstalling Tux Paint Windows diff --git a/docs/gl_ES.UTF-8/html/INSTALL.html b/docs/gl_ES.UTF-8/html/INSTALL.html index 455e37170..b5b862fe0 100644 --- a/docs/gl_ES.UTF-8/html/INSTALL.html +++ b/docs/gl_ES.UTF-8/html/INSTALL.html @@ -26,15 +26,76 @@

- 9 de Marzo de 2021

+ 30 de Agosto de 2021

-
+
-

Requisitos:

+ + + + + + + + +
+ Índice
+ +
+ +
+ +

+ + Requirements +

-

libSDL

+

+ + Simple DirectMedia Layer library (libSDL) +

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).

@@ -62,7 +123,10 @@
-

Outras bibliotecas

+

+ + Outras bibliotecas +

Tux Paint tamén aproveita outras bibliotecas libres con licenza LGPL. En Linux, do mesmo xeito que SDL, deberían estar xa instaladas ou estar dispoñíbeis para a súa instalación como parte da súa distribución de Linux.

@@ -155,12 +219,20 @@
-

Compilación e instalación:

+
+ +

+ + Compiling and Installation +

Tux Paint publícase baixo a Licenza Pública Xeral de GNU (GPL) (consulte «COPYING.txt» para máis detalles) e, polo tanto, o «código fonte» do programa está dispoñíbel libremente.

-

Usuarios de Windows:

+

+ + Usuarios de Windows +

Compilación:

@@ -277,7 +349,10 @@
-

Usuarios de Linux/Unix:

+

+ + Usuarios de Linux/Unix +

Compilación:

@@ -424,13 +499,26 @@
-

Depuración:

+
+ +

+ + Debugging +

A depuración (a «STDOUT», por exemplo, á terminal ou a un ficheiro «stdout.txt» en Windows) pódese activar co axuste «DEBUG» (e, se se quere un rexistro detallado, «VERBOSE») #define en «src/debug.h».
-

Desinstalación de Tux Paint:

+
+ +

+ + Uninstalling Tux Paint

+
-

Windows

+

+ + Windows +

Uso do desinstalador

@@ -448,7 +536,10 @@
-

Linux

+

+ + Linux +

Dentro do directorio de orixe de Tux Paint (onde compilou Tux Paint), pode usar o destino «make uninstall» para desinstalar Tux Paint. De xeito predeterminado, debe facelo o usuario «root» («superusuario»), mais se instalou Tux Paint noutro lugar (por exemplo, usando a configuración «PREFIX=...» en «make» e «make install»), pode que non e queira proporcionar a mesma configuración aquí. (Consulte as instrucións de instalación anteriores para obter máis información.)

diff --git a/docs/ja_JP.UTF-8/INSTALL.txt b/docs/ja_JP.UTF-8/INSTALL.txt index b178347b9..347309697 100644 --- a/docs/ja_JP.UTF-8/INSTALL.txt +++ b/docs/ja_JP.UTF-8/INSTALL.txt @@ -5,13 +5,30 @@ Copyright © 2002-2021 by various contributors; "AUTHORS" 参照. http://www.tuxpaint.org/ - 2021年3月 9日 + 2021年8月30日 ---------------------------------------------------------------------- -Requirements: + +----------------------------------------------------+ + |目次 | + |----------------------------------------------------| + | * Requirements | + | * Simple DirectMedia Layer library (libSDL) | + | * Other Libraries | + | * Compiling and Installation | + | * Windows のユーザー | + | * Linux または Unix のユーザー | + | * Debugging | + | * Uninstalling Tux Paint | + | * Windows | + | * Linux | + +----------------------------------------------------+ - libSDL + ---------------------------------------------------------------------- + +Requirements + + Simple DirectMedia Layer library (libSDL) Tux Paint requires the Simple DirectMedia Layer Library (libSDL), an Open Source multimedia programming library available under the GNU @@ -116,13 +133,15 @@ Requirements: http://netpbm.sourceforge.net/ -Compiling and Installation: + ---------------------------------------------------------------------- + +Compiling and Installation Tux Paint is released under the GNU General Public License (GPL) (see "COPYING.txt" for details), and therefore the 'source code' to the program is available freely. - Windows Users: + Windows のユーザー Compiling: @@ -222,7 +241,7 @@ Compiling and Installation: just be due to incorrect character-case (capital 'Z' instead of lowercase 'z') or a missing (or extra) '-' (dash). - Linux/Unix Users: + Linux または Unix のユーザー Compiling: @@ -351,13 +370,17 @@ Compiling and Installation: Note: This list is out of date. See "Makefile" and "Makefile-i18n" for a complete list. -Debugging: + ---------------------------------------------------------------------- + +Debugging Debugging (to "STDOUT", e.g. to the terminal, or to a "stdout.txt" file, on Windows) can be enabled by setting "DEBUG" (and, if verbose logging is wanted, "VERBOSE") #defines in "src/debug.h". -Uninstalling Tux Paint: + ---------------------------------------------------------------------- + +Uninstalling Tux Paint Windows diff --git a/docs/ja_JP.UTF-8/html/INSTALL.html b/docs/ja_JP.UTF-8/html/INSTALL.html index 4def88607..a155c20bb 100644 --- a/docs/ja_JP.UTF-8/html/INSTALL.html +++ b/docs/ja_JP.UTF-8/html/INSTALL.html @@ -26,15 +26,76 @@

- 2021年3月 9日

+ 2021年8月30日

-
+
-

Requirements:

+ + + + + + + + +
+ 目次
+ +
+ +
+ +

+ + Requirements +

-

libSDL

+

+ + Simple DirectMedia Layer library (libSDL) +

Tux Paint requires the Simple DirectMedia Layer Library (libSDL), an Open Source multimedia programming library available under the GNU Lesser General Public License (LGPL).

@@ -62,7 +123,10 @@
-

Other Libraries

+

+ + Other Libraries +

Tux Paint also takes advantage of a number of other free, LGPL'd libraries. Under Linux, just like SDL, they should either already be installed, or are readily available for installation as part of your Linux distribution.

@@ -155,12 +219,20 @@
-

Compiling and Installation:

+
+ +

+ + Compiling and Installation +

Tux Paint is released under the GNU General Public License (GPL) (see "COPYING.txt" for details), and therefore the 'source code' to the program is available freely.

-

Windows Users:

+

+ + Windows のユーザー +

Compiling:

@@ -277,7 +349,10 @@
-

Linux/Unix Users:

+

+ + Linux または Unix のユーザー +

Compiling:

@@ -424,13 +499,26 @@
-

Debugging:

+
+ +

+ + Debugging +

Debugging (to "STDOUT", e.g. to the terminal, or to a "stdout.txt" file, on Windows) can be enabled by setting "DEBUG" (and, if verbose logging is wanted, "VERBOSE") #defines in "src/debug.h".
-

Uninstalling Tux Paint:

+
+ +

+ + Uninstalling Tux Paint

+
-

Windows

+

+ + Windows +

Using the Uninstaller

@@ -448,7 +536,10 @@
-

Linux

+

+ + Linux +

Within the Tux Paint source directory (where you compiled Tux Paint), you can use the "make uninstall" target to uninstall Tux Paint. By default, this must be done by the "root" user ('superuser'), but if you installed Tux Paint somewhere else (e.g., using a "PREFIX=..." setting to "make" and "make install"), you may not, and will want to provide those same settings here. (See the installation instructions above for further information.)