From 473c649b9a8e1767b60dd5b3acabf7a664901823 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Fri, 24 Jan 2025 00:05:05 -0800 Subject: [PATCH] Sync docs to grab /SILENT option in INSTALL & FAQ docs --- docs/CHANGES.txt | 7 ++++++- docs/en/FAQ.txt | 11 ++++++++++- docs/en/INSTALL.txt | 12 +++++++++++- docs/en/html/FAQ.html | 9 ++++++++- docs/en/html/INSTALL.html | 6 +++++- docs/es_ES.UTF-8/FAQ.txt | 11 ++++++++++- docs/es_ES.UTF-8/INSTALL.txt | 12 +++++++++++- docs/es_ES.UTF-8/html/FAQ.html | 9 ++++++++- docs/es_ES.UTF-8/html/INSTALL.html | 6 +++++- docs/fr_FR.UTF-8/FAQ.txt | 11 ++++++++++- docs/fr_FR.UTF-8/INSTALL.txt | 12 +++++++++++- docs/fr_FR.UTF-8/html/FAQ.html | 9 ++++++++- docs/fr_FR.UTF-8/html/INSTALL.html | 6 +++++- docs/gl_ES.UTF-8/FAQ.txt | 11 ++++++++++- docs/gl_ES.UTF-8/INSTALL.txt | 12 +++++++++++- docs/gl_ES.UTF-8/html/FAQ.html | 9 ++++++++- docs/gl_ES.UTF-8/html/INSTALL.html | 6 +++++- docs/is_IS.UTF-8/FAQ.txt | 11 ++++++++++- docs/is_IS.UTF-8/INSTALL.txt | 12 +++++++++++- docs/is_IS.UTF-8/html/FAQ.html | 9 ++++++++- docs/is_IS.UTF-8/html/INSTALL.html | 6 +++++- docs/ja_JP.UTF-8/FAQ.txt | 11 ++++++++++- docs/ja_JP.UTF-8/INSTALL.txt | 12 +++++++++++- docs/ja_JP.UTF-8/html/FAQ.html | 9 ++++++++- docs/ja_JP.UTF-8/html/INSTALL.html | 6 +++++- docs/sq_AL.UTF-8/FAQ.txt | 11 ++++++++++- docs/sq_AL.UTF-8/INSTALL.txt | 12 +++++++++++- docs/sq_AL.UTF-8/html/FAQ.html | 9 ++++++++- docs/sq_AL.UTF-8/html/INSTALL.html | 6 +++++- 29 files changed, 244 insertions(+), 29 deletions(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 15d8799ca..c14a6b3ed 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -6,7 +6,7 @@ Copyright (c) 2002-2025 Various contributors (see below, and AUTHORS.txt) https://tuxpaint.org/ -2025.January.12 (0.9.35) +2025.January.23 (0.9.35) * New Magic Tools: ---------------- + Heart, Sparkle, and Star emitters @@ -67,6 +67,11 @@ https://tuxpaint.org/ some very old versions of Tux Paint. Bill Kendrick + * Mentioned Windows installer EXE "/SILENT" and "/VERYSILENT" + in INSTALL and FAQ docs. + Bill Kendrick + h/t TOYAMA Shin-ichi & Jannie E. + * Ports & Building: ----------------- + Don't use Linux-specific invocation of "install"; use "mkdir" & "cp" diff --git a/docs/en/FAQ.txt b/docs/en/FAQ.txt index 6508885e5..13db79cab 100644 --- a/docs/en/FAQ.txt +++ b/docs/en/FAQ.txt @@ -5,7 +5,7 @@ Copyright © 2002-2025 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - January 12, 2025 + January 23, 2025 +------------------------------+ | Table of Contents | @@ -668,6 +668,15 @@ black! ← +→ I need to deploy Tux Paint on many Windows systems at once ← + The installer executable version of Tux Paint + (tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/ + SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to + install and uninstall Tux Paint without use of an interactive set-up + window. This can be useful for automating installation on a collection of + PCs, for example using Microsoft Intune cloud-based endpoint management + solution (see https://learn.microsoft.com/mem/intune/). + ------------------------------------------------------------------------------- diff --git a/docs/en/INSTALL.txt b/docs/en/INSTALL.txt index cbf12a757..80ef3e5c2 100644 --- a/docs/en/INSTALL.txt +++ b/docs/en/INSTALL.txt @@ -5,7 +5,7 @@ Copyright © 2002-2025 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - January 12, 2025 + January 23, 2025 +---------------------------------------------------+ | Table of Contents | @@ -431,6 +431,14 @@ location. At this point, you can click 'Install' to install Tux Paint! +💡 The installer executable version of Tux Paint +(tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/ +SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to +install and uninstall Tux Paint without use of an interactive set-up window. +This can be useful for automating installation on a collection of PCs, for +example using Microsoft Intune cloud-based endpoint management solution (see +https://learn.microsoft.com/mem/intune/). + ## Changing the Settings Using the Shortcut ## To change program settings, right-click on the TuxPaint shortcut and select @@ -647,6 +655,8 @@ installed from the source code as follows. It should be installed to /opt/local $ git clone https://github.com/markuskimius/SDL2_Pango.git $ cd SDL2_Pango + $ export MACOSX_DEPLOYMENT_TARGET=11.0 # on Apple Silicon CPU; use "10.10" + on Intel CPU $ ./configure --prefix=/opt/local && make && sudo make install WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts diff --git a/docs/en/html/FAQ.html b/docs/en/html/FAQ.html index b29ea9b1e..b0713f32d 100644 --- a/docs/en/html/FAQ.html +++ b/docs/en/html/FAQ.html @@ -96,7 +96,7 @@

- January 12, 2025

+ January 23, 2025

+ +
+ I need to deploy Tux Paint on many Windows systems at once
+ +
+ The installer executable version of Tux Paint (tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to install and uninstall Tux Paint without use of an interactive set-up window. This can be useful for automating installation on a collection of PCs, for example using Microsoft Intune cloud-based endpoint management solution (see https://learn.microsoft.com/mem/intune/).
+

- January 12, 2025

+ January 23, 2025

@@ -708,6 +708,9 @@

At this point, you can click 'Install' to install Tux Paint!

+ +

+ 💡 The installer executable version of Tux Paint (tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to install and uninstall Tux Paint without use of an interactive set-up window. This can be useful for automating installation on a collection of PCs, for example using Microsoft Intune cloud-based endpoint management solution (see https://learn.microsoft.com/mem/intune/).

@@ -1015,6 +1018,7 @@ $ git clone https://github.com/markuskimius/SDL2_Pango.git
$ cd SDL2_Pango
+ $ export MACOSX_DEPLOYMENT_TARGET=11.0 # on Apple Silicon CPU; use "10.10" on Intel CPU
$ ./configure --prefix=/opt/local && make && sudo make install
diff --git a/docs/es_ES.UTF-8/FAQ.txt b/docs/es_ES.UTF-8/FAQ.txt index ff45829a9..8d3f243b3 100644 --- a/docs/es_ES.UTF-8/FAQ.txt +++ b/docs/es_ES.UTF-8/FAQ.txt @@ -5,7 +5,7 @@ Copyright © 2002-2025 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - enero 12, 2025 + enero 23, 2025 +------------------------------+ | Table of Contents | @@ -668,6 +668,15 @@ black! ← +→ I need to deploy Tux Paint on many Windows systems at once ← + The installer executable version of Tux Paint + (tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/ + SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to + install and uninstall Tux Paint without use of an interactive set-up + window. This can be useful for automating installation on a collection of + PCs, for example using Microsoft Intune cloud-based endpoint management + solution (see https://learn.microsoft.com/mem/intune/). + ------------------------------------------------------------------------------- diff --git a/docs/es_ES.UTF-8/INSTALL.txt b/docs/es_ES.UTF-8/INSTALL.txt index bc59baf46..16a3033a2 100644 --- a/docs/es_ES.UTF-8/INSTALL.txt +++ b/docs/es_ES.UTF-8/INSTALL.txt @@ -5,7 +5,7 @@ Copyright © 2002-2025 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - enero 12, 2025 + enero 23, 2025 +---------------------------------------------------+ | Table of Contents | @@ -431,6 +431,14 @@ location. At this point, you can click 'Install' to install Tux Paint! +💡 The installer executable version of Tux Paint +(tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/ +SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to +install and uninstall Tux Paint without use of an interactive set-up window. +This can be useful for automating installation on a collection of PCs, for +example using Microsoft Intune cloud-based endpoint management solution (see +https://learn.microsoft.com/mem/intune/). + ## Changing the Settings Using the Shortcut ## To change program settings, right-click on the TuxPaint shortcut and select @@ -647,6 +655,8 @@ installed from the source code as follows. It should be installed to /opt/local $ git clone https://github.com/markuskimius/SDL2_Pango.git $ cd SDL2_Pango + $ export MACOSX_DEPLOYMENT_TARGET=11.0 # on Apple Silicon CPU; use "10.10" + on Intel CPU $ ./configure --prefix=/opt/local && make && sudo make install WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts diff --git a/docs/es_ES.UTF-8/html/FAQ.html b/docs/es_ES.UTF-8/html/FAQ.html index 2fa05995b..d0199cff5 100644 --- a/docs/es_ES.UTF-8/html/FAQ.html +++ b/docs/es_ES.UTF-8/html/FAQ.html @@ -96,7 +96,7 @@

- enero 12, 2025

+ enero 23, 2025

+ +
+ I need to deploy Tux Paint on many Windows systems at once
+ +
+ The installer executable version of Tux Paint (tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to install and uninstall Tux Paint without use of an interactive set-up window. This can be useful for automating installation on a collection of PCs, for example using Microsoft Intune cloud-based endpoint management solution (see https://learn.microsoft.com/mem/intune/).
+

- enero 12, 2025

+ enero 23, 2025

@@ -708,6 +708,9 @@

At this point, you can click 'Install' to install Tux Paint!

+ +

+ 💡 The installer executable version of Tux Paint (tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to install and uninstall Tux Paint without use of an interactive set-up window. This can be useful for automating installation on a collection of PCs, for example using Microsoft Intune cloud-based endpoint management solution (see https://learn.microsoft.com/mem/intune/).

@@ -1015,6 +1018,7 @@ $ git clone https://github.com/markuskimius/SDL2_Pango.git
$ cd SDL2_Pango
+ $ export MACOSX_DEPLOYMENT_TARGET=11.0 # on Apple Silicon CPU; use "10.10" on Intel CPU
$ ./configure --prefix=/opt/local && make && sudo make install
diff --git a/docs/fr_FR.UTF-8/FAQ.txt b/docs/fr_FR.UTF-8/FAQ.txt index c588f4961..45a20a232 100644 --- a/docs/fr_FR.UTF-8/FAQ.txt +++ b/docs/fr_FR.UTF-8/FAQ.txt @@ -5,7 +5,7 @@ Copyright © 2002-2025 by divers contributeurs; voir AUTHORS.txt. https://tuxpaint.org/ - janvier 12, 2025 + janvier 23, 2025 +-----------------------------------+ | Table des matières | @@ -722,6 +722,15 @@ texte ← +→ I need to deploy Tux Paint on many Windows systems at once ← + The installer executable version of Tux Paint + (tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/ + SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to + install and uninstall Tux Paint without use of an interactive set-up + window. This can be useful for automating installation on a collection of + PCs, for example using Microsoft Intune cloud-based endpoint management + solution (see https://learn.microsoft.com/mem/intune/). + ------------------------------------------------------------------------------- diff --git a/docs/fr_FR.UTF-8/INSTALL.txt b/docs/fr_FR.UTF-8/INSTALL.txt index 20917b6c5..16445913d 100644 --- a/docs/fr_FR.UTF-8/INSTALL.txt +++ b/docs/fr_FR.UTF-8/INSTALL.txt @@ -5,7 +5,7 @@ Copyright © 2002-2025 by divers contributeurs; voir AUTHORS.txt. https://tuxpaint.org/ - janvier 12, 2025 + janvier 23, 2025 +-------------------------------------------------------+ | Table des matières | @@ -448,6 +448,14 @@ choisissez un autre emplacement. À ce stade, vous pouvez cliquer sur «Installer» pour installer Tux Paint ! +💡 The installer executable version of Tux Paint +(tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/ +SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to +install and uninstall Tux Paint without use of an interactive set-up window. +This can be useful for automating installation on a collection of PCs, for +example using Microsoft Intune cloud-based endpoint management solution (see +https://learn.microsoft.com/mem/intune/). + ## Modification des paramètres à l'aide du raccourci ## Pour modifier les paramètres du programme, cliquez avec le bouton droit sur le @@ -671,6 +679,8 @@ TuxPaint.dmg. $ git clone https://github.com/markuskimius/SDL2_Pango.git $ cd SDL2_Pango + $ export MACOSX_DEPLOYMENT_TARGET=11.0 # on Apple Silicon CPU; use "10.10" + on Intel CPU $ ./configure --prefix=/opt/local && make && sudo make install ATTENTION :Posséder des outils Unix à côté de MacPorts et Xcode, tels que Fink diff --git a/docs/fr_FR.UTF-8/html/FAQ.html b/docs/fr_FR.UTF-8/html/FAQ.html index 82c296ce2..c1c6ad5ba 100644 --- a/docs/fr_FR.UTF-8/html/FAQ.html +++ b/docs/fr_FR.UTF-8/html/FAQ.html @@ -96,7 +96,7 @@

- janvier 12, 2025

+ janvier 23, 2025

make nosound") Assu

+ +
+ I need to deploy Tux Paint on many Windows systems at once
+ +
+ The installer executable version of Tux Paint (tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to install and uninstall Tux Paint without use of an interactive set-up window. This can be useful for automating installation on a collection of PCs, for example using Microsoft Intune cloud-based endpoint management solution (see https://learn.microsoft.com/mem/intune/).
+

- janvier 12, 2025

+ janvier 23, 2025

@@ -708,6 +708,9 @@

À ce stade, vous pouvez cliquer sur «Installer» pour installer Tux Paint !

+ +

+ 💡 The installer executable version of Tux Paint (tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to install and uninstall Tux Paint without use of an interactive set-up window. This can be useful for automating installation on a collection of PCs, for example using Microsoft Intune cloud-based endpoint management solution (see https://learn.microsoft.com/mem/intune/).

@@ -1015,6 +1018,7 @@ $ git clone https://github.com/markuskimius/SDL2_Pango.git
$ cd SDL2_Pango
+ $ export MACOSX_DEPLOYMENT_TARGET=11.0 # on Apple Silicon CPU; use "10.10" on Intel CPU
$ ./configure --prefix=/opt/local && make && sudo make install
diff --git a/docs/gl_ES.UTF-8/FAQ.txt b/docs/gl_ES.UTF-8/FAQ.txt index 0d230e5cb..bc877415c 100644 --- a/docs/gl_ES.UTF-8/FAQ.txt +++ b/docs/gl_ES.UTF-8/FAQ.txt @@ -5,7 +5,7 @@ Copyright © 2002-2025 by varios colaboradores; see AUTHORS.txt. https://tuxpaint.org/ - 12 de Xaneiro de 2025 + 23 de Xaneiro de 2025 +--------------------------------------------+ | Índice | @@ -700,6 +700,15 @@ texto ← +→ I need to deploy Tux Paint on many Windows systems at once ← + The installer executable version of Tux Paint + (tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/ + SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to + install and uninstall Tux Paint without use of an interactive set-up + window. This can be useful for automating installation on a collection of + PCs, for example using Microsoft Intune cloud-based endpoint management + solution (see https://learn.microsoft.com/mem/intune/). + ------------------------------------------------------------------------------- diff --git a/docs/gl_ES.UTF-8/INSTALL.txt b/docs/gl_ES.UTF-8/INSTALL.txt index 4015199be..76d55013f 100644 --- a/docs/gl_ES.UTF-8/INSTALL.txt +++ b/docs/gl_ES.UTF-8/INSTALL.txt @@ -5,7 +5,7 @@ Copyright © 2002-2025 by varios colaboradores; see AUTHORS.txt. https://tuxpaint.org/ - 12 de Xaneiro de 2025 + 23 de Xaneiro de 2025 +---------------------------------------------------+ | Índice | @@ -433,6 +433,14 @@ lugar diferente. Neste punto, pode premer en «Instalar» para instalar Tux Paint. +💡 The installer executable version of Tux Paint +(tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/ +SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to +install and uninstall Tux Paint without use of an interactive set-up window. +This can be useful for automating installation on a collection of PCs, for +example using Microsoft Intune cloud-based endpoint management solution (see +https://learn.microsoft.com/mem/intune/). + ## Changing the Settings Using the Shortcut ## Para cambiar os axustes do programa, prema co botón dereito no atallo de @@ -654,6 +662,8 @@ installed from the source code as follows. It should be installed to /opt/local $ git clone https://github.com/markuskimius/SDL2_Pango.git $ cd SDL2_Pango + $ export MACOSX_DEPLOYMENT_TARGET=11.0 # on Apple Silicon CPU; use "10.10" + on Intel CPU $ ./configure --prefix=/opt/local && make && sudo make install WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts diff --git a/docs/gl_ES.UTF-8/html/FAQ.html b/docs/gl_ES.UTF-8/html/FAQ.html index 8c3d5f20e..2fe3ae6a0 100644 --- a/docs/gl_ES.UTF-8/html/FAQ.html +++ b/docs/gl_ES.UTF-8/html/FAQ.html @@ -96,7 +96,7 @@

- 12 de Xaneiro de 2025

+ 23 de Xaneiro de 2025

+ +
+ I need to deploy Tux Paint on many Windows systems at once
+ +
+ The installer executable version of Tux Paint (tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to install and uninstall Tux Paint without use of an interactive set-up window. This can be useful for automating installation on a collection of PCs, for example using Microsoft Intune cloud-based endpoint management solution (see https://learn.microsoft.com/mem/intune/).
+

- 12 de Xaneiro de 2025

+ 23 de Xaneiro de 2025

@@ -708,6 +708,9 @@

Neste punto, pode premer en «Instalar» para instalar Tux Paint.

+ +

+ 💡 The installer executable version of Tux Paint (tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to install and uninstall Tux Paint without use of an interactive set-up window. This can be useful for automating installation on a collection of PCs, for example using Microsoft Intune cloud-based endpoint management solution (see https://learn.microsoft.com/mem/intune/).

@@ -1015,6 +1018,7 @@ $ git clone https://github.com/markuskimius/SDL2_Pango.git
$ cd SDL2_Pango
+ $ export MACOSX_DEPLOYMENT_TARGET=11.0 # on Apple Silicon CPU; use "10.10" on Intel CPU
$ ./configure --prefix=/opt/local && make && sudo make install
diff --git a/docs/is_IS.UTF-8/FAQ.txt b/docs/is_IS.UTF-8/FAQ.txt index f8bf18393..72837351d 100644 --- a/docs/is_IS.UTF-8/FAQ.txt +++ b/docs/is_IS.UTF-8/FAQ.txt @@ -5,7 +5,7 @@ Copyright © 2002-2025 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - janúar 12, 2025 + janúar 23, 2025 +------------------------------+ | Table of Contents | @@ -668,6 +668,15 @@ black! ← +→ I need to deploy Tux Paint on many Windows systems at once ← + The installer executable version of Tux Paint + (tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/ + SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to + install and uninstall Tux Paint without use of an interactive set-up + window. This can be useful for automating installation on a collection of + PCs, for example using Microsoft Intune cloud-based endpoint management + solution (see https://learn.microsoft.com/mem/intune/). + ------------------------------------------------------------------------------- diff --git a/docs/is_IS.UTF-8/INSTALL.txt b/docs/is_IS.UTF-8/INSTALL.txt index 406e8968a..90049bc9c 100644 --- a/docs/is_IS.UTF-8/INSTALL.txt +++ b/docs/is_IS.UTF-8/INSTALL.txt @@ -5,7 +5,7 @@ Copyright © 2002-2025 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - janúar 12, 2025 + janúar 23, 2025 +---------------------------------------------------+ | Table of Contents | @@ -431,6 +431,14 @@ location. At this point, you can click 'Install' to install Tux Paint! +💡 The installer executable version of Tux Paint +(tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/ +SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to +install and uninstall Tux Paint without use of an interactive set-up window. +This can be useful for automating installation on a collection of PCs, for +example using Microsoft Intune cloud-based endpoint management solution (see +https://learn.microsoft.com/mem/intune/). + ## Changing the Settings Using the Shortcut ## To change program settings, right-click on the TuxPaint shortcut and select @@ -647,6 +655,8 @@ installed from the source code as follows. It should be installed to /opt/local $ git clone https://github.com/markuskimius/SDL2_Pango.git $ cd SDL2_Pango + $ export MACOSX_DEPLOYMENT_TARGET=11.0 # on Apple Silicon CPU; use "10.10" + on Intel CPU $ ./configure --prefix=/opt/local && make && sudo make install WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts diff --git a/docs/is_IS.UTF-8/html/FAQ.html b/docs/is_IS.UTF-8/html/FAQ.html index 4d8175581..c58759129 100644 --- a/docs/is_IS.UTF-8/html/FAQ.html +++ b/docs/is_IS.UTF-8/html/FAQ.html @@ -96,7 +96,7 @@

- janúar 12, 2025

+ janúar 23, 2025

+ +
+ I need to deploy Tux Paint on many Windows systems at once
+ +
+ The installer executable version of Tux Paint (tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to install and uninstall Tux Paint without use of an interactive set-up window. This can be useful for automating installation on a collection of PCs, for example using Microsoft Intune cloud-based endpoint management solution (see https://learn.microsoft.com/mem/intune/).
+

- janúar 12, 2025

+ janúar 23, 2025

@@ -708,6 +708,9 @@

At this point, you can click 'Install' to install Tux Paint!

+ +

+ 💡 The installer executable version of Tux Paint (tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to install and uninstall Tux Paint without use of an interactive set-up window. This can be useful for automating installation on a collection of PCs, for example using Microsoft Intune cloud-based endpoint management solution (see https://learn.microsoft.com/mem/intune/).

@@ -1015,6 +1018,7 @@ $ git clone https://github.com/markuskimius/SDL2_Pango.git
$ cd SDL2_Pango
+ $ export MACOSX_DEPLOYMENT_TARGET=11.0 # on Apple Silicon CPU; use "10.10" on Intel CPU
$ ./configure --prefix=/opt/local && make && sudo make install
diff --git a/docs/ja_JP.UTF-8/FAQ.txt b/docs/ja_JP.UTF-8/FAQ.txt index 86c92af24..563de4218 100644 --- a/docs/ja_JP.UTF-8/FAQ.txt +++ b/docs/ja_JP.UTF-8/FAQ.txt @@ -5,7 +5,7 @@ Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照. https://tuxpaint.org/ - 2025年1月12日 + 2025年1月23日 +------------------------------+ | 目次 | @@ -668,6 +668,15 @@ black! ← +→ I need to deploy Tux Paint on many Windows systems at once ← + The installer executable version of Tux Paint + (tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/ + SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to + install and uninstall Tux Paint without use of an interactive set-up + window. This can be useful for automating installation on a collection of + PCs, for example using Microsoft Intune cloud-based endpoint management + solution (see https://learn.microsoft.com/mem/intune/). + ------------------------------------------------------------------------------- diff --git a/docs/ja_JP.UTF-8/INSTALL.txt b/docs/ja_JP.UTF-8/INSTALL.txt index aaf6b93d8..0a754eb19 100644 --- a/docs/ja_JP.UTF-8/INSTALL.txt +++ b/docs/ja_JP.UTF-8/INSTALL.txt @@ -5,7 +5,7 @@ Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照. https://tuxpaint.org/ - 2025年1月12日 + 2025年1月23日 +---------------------------------------------------+ | 目次 | @@ -431,6 +431,14 @@ location. At this point, you can click 'Install' to install Tux Paint! +💡 The installer executable version of Tux Paint +(tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/ +SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to +install and uninstall Tux Paint without use of an interactive set-up window. +This can be useful for automating installation on a collection of PCs, for +example using Microsoft Intune cloud-based endpoint management solution (see +https://learn.microsoft.com/mem/intune/). + ## Changing the Settings Using the Shortcut ## To change program settings, right-click on the TuxPaint shortcut and select @@ -647,6 +655,8 @@ installed from the source code as follows. It should be installed to /opt/local $ git clone https://github.com/markuskimius/SDL2_Pango.git $ cd SDL2_Pango + $ export MACOSX_DEPLOYMENT_TARGET=11.0 # on Apple Silicon CPU; use "10.10" + on Intel CPU $ ./configure --prefix=/opt/local && make && sudo make install WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts diff --git a/docs/ja_JP.UTF-8/html/FAQ.html b/docs/ja_JP.UTF-8/html/FAQ.html index 8b0483550..c814893c7 100644 --- a/docs/ja_JP.UTF-8/html/FAQ.html +++ b/docs/ja_JP.UTF-8/html/FAQ.html @@ -96,7 +96,7 @@

- 2025年1月12日

+ 2025年1月23日

+ +
+ I need to deploy Tux Paint on many Windows systems at once
+ +
+ The installer executable version of Tux Paint (tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to install and uninstall Tux Paint without use of an interactive set-up window. This can be useful for automating installation on a collection of PCs, for example using Microsoft Intune cloud-based endpoint management solution (see https://learn.microsoft.com/mem/intune/).
+

- 2025年1月12日

+ 2025年1月23日

@@ -708,6 +708,9 @@

At this point, you can click 'Install' to install Tux Paint!

+ +

+ 💡 The installer executable version of Tux Paint (tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to install and uninstall Tux Paint without use of an interactive set-up window. This can be useful for automating installation on a collection of PCs, for example using Microsoft Intune cloud-based endpoint management solution (see https://learn.microsoft.com/mem/intune/).

@@ -1015,6 +1018,7 @@ $ git clone https://github.com/markuskimius/SDL2_Pango.git
$ cd SDL2_Pango
+ $ export MACOSX_DEPLOYMENT_TARGET=11.0 # on Apple Silicon CPU; use "10.10" on Intel CPU
$ ./configure --prefix=/opt/local && make && sudo make install
diff --git a/docs/sq_AL.UTF-8/FAQ.txt b/docs/sq_AL.UTF-8/FAQ.txt index 37385286b..5aec8d636 100644 --- a/docs/sq_AL.UTF-8/FAQ.txt +++ b/docs/sq_AL.UTF-8/FAQ.txt @@ -5,7 +5,7 @@ Të drejta kopjimi © 2002-2025 nga kontribues të ndryshëm; shihni AUTHORS.txt. https://tuxpaint.org/ - 12 janar 2025 + 23 janar 2025 +-------------------------------------------+ | Pasqyrë e Lëndës | @@ -691,6 +691,15 @@ turns black! ← +→ I need to deploy Tux Paint on many Windows systems at once ← + The installer executable version of Tux Paint + (tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/ + SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to + install and uninstall Tux Paint without use of an interactive set-up + window. This can be useful for automating installation on a collection of + PCs, for example using Microsoft Intune cloud-based endpoint management + solution (see https://learn.microsoft.com/mem/intune/). + ------------------------------------------------------------------------------- diff --git a/docs/sq_AL.UTF-8/INSTALL.txt b/docs/sq_AL.UTF-8/INSTALL.txt index a78bcf8ec..609996a8b 100644 --- a/docs/sq_AL.UTF-8/INSTALL.txt +++ b/docs/sq_AL.UTF-8/INSTALL.txt @@ -5,7 +5,7 @@ Të drejta kopjimi © 2002-2025 nga kontribues të ndryshëm; shihni AUTHORS.txt. https://tuxpaint.org/ - 12 janar 2025 + 23 janar 2025 +------------------------------------------------------+ | Pasqyrë e Lëndës | @@ -431,6 +431,14 @@ location. At this point, you can click 'Install' to install Tux Paint! +💡 The installer executable version of Tux Paint +(tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/ +SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to +install and uninstall Tux Paint without use of an interactive set-up window. +This can be useful for automating installation on a collection of PCs, for +example using Microsoft Intune cloud-based endpoint management solution (see +https://learn.microsoft.com/mem/intune/). + ## Ndryshim Rregullimesh Duke Përdorur Shkurtoren ## To change program settings, right-click on the TuxPaint shortcut and select @@ -648,6 +656,8 @@ installed from the source code as follows. It should be installed to /opt/local $ git clone https://github.com/markuskimius/SDL2_Pango.git $ cd SDL2_Pango + $ export MACOSX_DEPLOYMENT_TARGET=11.0 # on Apple Silicon CPU; use "10.10" + on Intel CPU $ ./configure --prefix=/opt/local && make && sudo make install WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts diff --git a/docs/sq_AL.UTF-8/html/FAQ.html b/docs/sq_AL.UTF-8/html/FAQ.html index 155303adf..7d4208240 100644 --- a/docs/sq_AL.UTF-8/html/FAQ.html +++ b/docs/sq_AL.UTF-8/html/FAQ.html @@ -96,7 +96,7 @@

- 12 janar 2025

+ 23 janar 2025

+ +
+ I need to deploy Tux Paint on many Windows systems at once
+ +
+ The installer executable version of Tux Paint (tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to install and uninstall Tux Paint without use of an interactive set-up window. This can be useful for automating installation on a collection of PCs, for example using Microsoft Intune cloud-based endpoint management solution (see https://learn.microsoft.com/mem/intune/).
+

- 12 janar 2025

+ 23 janar 2025

@@ -708,6 +708,9 @@

At this point, you can click 'Install' to install Tux Paint!

+ +

+ 💡 The installer executable version of Tux Paint (tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/SILENT" ("silent") and "/VERYSILENT" ("very silent") which can be used to install and uninstall Tux Paint without use of an interactive set-up window. This can be useful for automating installation on a collection of PCs, for example using Microsoft Intune cloud-based endpoint management solution (see https://learn.microsoft.com/mem/intune/).

@@ -1015,6 +1018,7 @@ $ git clone https://github.com/markuskimius/SDL2_Pango.git
$ cd SDL2_Pango
+ $ export MACOSX_DEPLOYMENT_TARGET=11.0 # on Apple Silicon CPU; use "10.10" on Intel CPU
$ ./configure --prefix=/opt/local && make && sudo make install