Sync docs to grab /SILENT option in INSTALL & FAQ docs

This commit is contained in:
Bill Kendrick 2025-01-24 00:05:05 -08:00
parent b88145b924
commit 473c649b9a
29 changed files with 244 additions and 29 deletions

View file

@ -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 <bill@newbreedsoftware.com>
* Mentioned Windows installer EXE "/SILENT" and "/VERYSILENT"
in INSTALL and FAQ docs.
Bill Kendrick <bill@newbreedsoftware.com>
h/t TOYAMA Shin-ichi & Jannie E.
* Ports & Building:
-----------------
+ Don't use Linux-specific invocation of "install"; use "mkdir" & "cp"

View file

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

View file

@ -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

View file

@ -96,7 +96,7 @@
</p>
<p>
January 12, 2025 </p>
January 23, 2025 </p>
</center>
<table border="2"
@ -885,6 +885,13 @@
</p>
</blockquote>
</dd>
<dt>
I need to deploy Tux Paint on many Windows systems at once </dt>
<dd>
The installer executable version of Tux Paint (<code>tuxpaint-X.Y.Z-windows-ARCH-installer.exe</code>) accepts command-line options "<code>/SILENT</code>" ("silent") and "<code>/VERYSILENT</code>" ("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 <cite>Intune</cite> cloud-based endpoint management solution (see <a href="https://learn.microsoft.com/mem/intune/">https://learn.microsoft.com/mem/intune/</a>). </dd>
</dl>
<hr size="2"

View file

@ -98,7 +98,7 @@
</p>
<p>
January 12, 2025 </p>
January 23, 2025 </p>
</center>
</header>
@ -708,6 +708,9 @@
<p>
At this point, you can click 'Install' to install Tux Paint! </p>
<p class="note">
<span title="Information">&#128161;</span> The installer executable version of Tux Paint (<code>tuxpaint-X.Y.Z-windows-ARCH-installer.exe</code>) accepts command-line options "<code>/SILENT</code>" ("silent") and "<code>/VERYSILENT</code>" ("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 <cite>Intune</cite> cloud-based endpoint management solution (see <a href="https://learn.microsoft.com/mem/intune/">https://learn.microsoft.com/mem/intune/</a>). </p>
</section><!-- H3: Running the Tux Paint Windows Installer -->
<section class="indent"><!-- H3: Changing the Settings Using the Shortcut -->
@ -1015,6 +1018,7 @@
<code>
$ <strong>git</strong> clone https://github.com/markuskimius/SDL2_Pango.git<br/>
$ <strong>cd</strong> SDL2_Pango<br/>
$ <strong>export MACOSX_DEPLOYMENT_TARGET=11.0</strong> <em># on Apple Silicon CPU; use "10.10" on Intel CPU</em><br/>
$ <strong>./configure</strong> --prefix=/opt/local &amp;&amp; make &amp;&amp; sudo make install
</code>
</blockquote>

View file

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

View file

@ -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

View file

@ -96,7 +96,7 @@
</p>
<p>
enero 12, 2025 </p>
enero 23, 2025 </p>
</center>
<table border="2"
@ -885,6 +885,13 @@
</p>
</blockquote>
</dd>
<dt>
I need to deploy Tux Paint on many Windows systems at once </dt>
<dd>
The installer executable version of Tux Paint (<code>tuxpaint-X.Y.Z-windows-ARCH-installer.exe</code>) accepts command-line options "<code>/SILENT</code>" ("silent") and "<code>/VERYSILENT</code>" ("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 <cite>Intune</cite> cloud-based endpoint management solution (see <a href="https://learn.microsoft.com/mem/intune/">https://learn.microsoft.com/mem/intune/</a>). </dd>
</dl>
<hr size="2"

View file

@ -98,7 +98,7 @@
</p>
<p>
enero 12, 2025 </p>
enero 23, 2025 </p>
</center>
</header>
@ -708,6 +708,9 @@
<p>
At this point, you can click 'Install' to install Tux Paint! </p>
<p class="note">
<span title="Information">&#128161;</span> The installer executable version of Tux Paint (<code>tuxpaint-X.Y.Z-windows-ARCH-installer.exe</code>) accepts command-line options "<code>/SILENT</code>" ("silent") and "<code>/VERYSILENT</code>" ("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 <cite>Intune</cite> cloud-based endpoint management solution (see <a href="https://learn.microsoft.com/mem/intune/">https://learn.microsoft.com/mem/intune/</a>). </p>
</section><!-- H3: Running the Tux Paint Windows Installer -->
<section class="indent"><!-- H3: Changing the Settings Using the Shortcut -->
@ -1015,6 +1018,7 @@
<code>
$ <strong>git</strong> clone https://github.com/markuskimius/SDL2_Pango.git<br/>
$ <strong>cd</strong> SDL2_Pango<br/>
$ <strong>export MACOSX_DEPLOYMENT_TARGET=11.0</strong> <em># on Apple Silicon CPU; use "10.10" on Intel CPU</em><br/>
$ <strong>./configure</strong> --prefix=/opt/local &amp;&amp; make &amp;&amp; sudo make install
</code>
</blockquote>

View file

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

View file

@ -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

View file

@ -96,7 +96,7 @@
</p>
<p>
janvier 12, 2025 </p>
janvier 23, 2025 </p>
</center>
<table border="2"
@ -886,6 +886,13 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
</p>
</blockquote>
</dd>
<dt>
I need to deploy Tux Paint on many Windows systems at once </dt>
<dd>
The installer executable version of Tux Paint (<code>tuxpaint-X.Y.Z-windows-ARCH-installer.exe</code>) accepts command-line options "<code>/SILENT</code>" ("silent") and "<code>/VERYSILENT</code>" ("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 <cite>Intune</cite> cloud-based endpoint management solution (see <a href="https://learn.microsoft.com/mem/intune/">https://learn.microsoft.com/mem/intune/</a>). </dd>
</dl>
<hr size="2"

View file

@ -98,7 +98,7 @@
</p>
<p>
janvier 12, 2025 </p>
janvier 23, 2025 </p>
</center>
</header>
@ -708,6 +708,9 @@
<p>
À ce stade, vous pouvez cliquer sur «Installer» pour installer Tux Paint ! </p>
<p class="note">
<span title="Information">&#128161;</span> The installer executable version of Tux Paint (<code>tuxpaint-X.Y.Z-windows-ARCH-installer.exe</code>) accepts command-line options "<code>/SILENT</code>" ("silent") and "<code>/VERYSILENT</code>" ("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 <cite>Intune</cite> cloud-based endpoint management solution (see <a href="https://learn.microsoft.com/mem/intune/">https://learn.microsoft.com/mem/intune/</a>). </p>
</section><!-- H3: Running the Tux Paint Windows Installer -->
<section class="indent"><!-- H3: Changing the Settings Using the Shortcut -->
@ -1015,6 +1018,7 @@
<code>
$ <strong>git</strong> clone https://github.com/markuskimius/SDL2_Pango.git<br/>
$ <strong>cd</strong> SDL2_Pango<br/>
$ <strong>export MACOSX_DEPLOYMENT_TARGET=11.0</strong> <em># on Apple Silicon CPU; use "10.10" on Intel CPU</em><br/>
$ <strong>./configure</strong> --prefix=/opt/local &amp;&amp; make &amp;&amp; sudo make install
</code>
</blockquote>

View file

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

View file

@ -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

View file

@ -96,7 +96,7 @@
</p>
<p>
12 de Xaneiro de 2025 </p>
23 de Xaneiro de 2025 </p>
</center>
<table border="2"
@ -885,6 +885,13 @@
</p>
</blockquote>
</dd>
<dt>
I need to deploy Tux Paint on many Windows systems at once </dt>
<dd>
The installer executable version of Tux Paint (<code>tuxpaint-X.Y.Z-windows-ARCH-installer.exe</code>) accepts command-line options "<code>/SILENT</code>" ("silent") and "<code>/VERYSILENT</code>" ("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 <cite>Intune</cite> cloud-based endpoint management solution (see <a href="https://learn.microsoft.com/mem/intune/">https://learn.microsoft.com/mem/intune/</a>). </dd>
</dl>
<hr size="2"

View file

@ -98,7 +98,7 @@
</p>
<p>
12 de Xaneiro de 2025 </p>
23 de Xaneiro de 2025 </p>
</center>
</header>
@ -708,6 +708,9 @@
<p>
Neste punto, pode premer en «Instalar» para instalar Tux Paint. </p>
<p class="note">
<span title="Information">&#128161;</span> The installer executable version of Tux Paint (<code>tuxpaint-X.Y.Z-windows-ARCH-installer.exe</code>) accepts command-line options "<code>/SILENT</code>" ("silent") and "<code>/VERYSILENT</code>" ("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 <cite>Intune</cite> cloud-based endpoint management solution (see <a href="https://learn.microsoft.com/mem/intune/">https://learn.microsoft.com/mem/intune/</a>). </p>
</section><!-- H3: Running the Tux Paint Windows Installer -->
<section class="indent"><!-- H3: Changing the Settings Using the Shortcut -->
@ -1015,6 +1018,7 @@
<code>
$ <strong>git</strong> clone https://github.com/markuskimius/SDL2_Pango.git<br/>
$ <strong>cd</strong> SDL2_Pango<br/>
$ <strong>export MACOSX_DEPLOYMENT_TARGET=11.0</strong> <em># on Apple Silicon CPU; use "10.10" on Intel CPU</em><br/>
$ <strong>./configure</strong> --prefix=/opt/local &amp;&amp; make &amp;&amp; sudo make install
</code>
</blockquote>

View file

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

View file

@ -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

View file

@ -96,7 +96,7 @@
</p>
<p>
janúar 12, 2025 </p>
janúar 23, 2025 </p>
</center>
<table border="2"
@ -885,6 +885,13 @@
</p>
</blockquote>
</dd>
<dt>
I need to deploy Tux Paint on many Windows systems at once </dt>
<dd>
The installer executable version of Tux Paint (<code>tuxpaint-X.Y.Z-windows-ARCH-installer.exe</code>) accepts command-line options "<code>/SILENT</code>" ("silent") and "<code>/VERYSILENT</code>" ("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 <cite>Intune</cite> cloud-based endpoint management solution (see <a href="https://learn.microsoft.com/mem/intune/">https://learn.microsoft.com/mem/intune/</a>). </dd>
</dl>
<hr size="2"

View file

@ -98,7 +98,7 @@
</p>
<p>
janúar 12, 2025 </p>
janúar 23, 2025 </p>
</center>
</header>
@ -708,6 +708,9 @@
<p>
At this point, you can click 'Install' to install Tux Paint! </p>
<p class="note">
<span title="Information">&#128161;</span> The installer executable version of Tux Paint (<code>tuxpaint-X.Y.Z-windows-ARCH-installer.exe</code>) accepts command-line options "<code>/SILENT</code>" ("silent") and "<code>/VERYSILENT</code>" ("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 <cite>Intune</cite> cloud-based endpoint management solution (see <a href="https://learn.microsoft.com/mem/intune/">https://learn.microsoft.com/mem/intune/</a>). </p>
</section><!-- H3: Running the Tux Paint Windows Installer -->
<section class="indent"><!-- H3: Changing the Settings Using the Shortcut -->
@ -1015,6 +1018,7 @@
<code>
$ <strong>git</strong> clone https://github.com/markuskimius/SDL2_Pango.git<br/>
$ <strong>cd</strong> SDL2_Pango<br/>
$ <strong>export MACOSX_DEPLOYMENT_TARGET=11.0</strong> <em># on Apple Silicon CPU; use "10.10" on Intel CPU</em><br/>
$ <strong>./configure</strong> --prefix=/opt/local &amp;&amp; make &amp;&amp; sudo make install
</code>
</blockquote>

View file

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

View file

@ -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

View file

@ -96,7 +96,7 @@
</p>
<p>
2025年1月12日 </p>
2025年1月23</p>
</center>
<table border="2"
@ -885,6 +885,13 @@
</p>
</blockquote>
</dd>
<dt>
I need to deploy Tux Paint on many Windows systems at once </dt>
<dd>
The installer executable version of Tux Paint (<code>tuxpaint-X.Y.Z-windows-ARCH-installer.exe</code>) accepts command-line options "<code>/SILENT</code>" ("silent") and "<code>/VERYSILENT</code>" ("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 <cite>Intune</cite> cloud-based endpoint management solution (see <a href="https://learn.microsoft.com/mem/intune/">https://learn.microsoft.com/mem/intune/</a>). </dd>
</dl>
<hr size="2"

View file

@ -98,7 +98,7 @@
</p>
<p>
2025年1月12日 </p>
2025年1月23</p>
</center>
</header>
@ -708,6 +708,9 @@
<p>
At this point, you can click 'Install' to install Tux Paint! </p>
<p class="note">
<span title="Information">&#128161;</span> The installer executable version of Tux Paint (<code>tuxpaint-X.Y.Z-windows-ARCH-installer.exe</code>) accepts command-line options "<code>/SILENT</code>" ("silent") and "<code>/VERYSILENT</code>" ("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 <cite>Intune</cite> cloud-based endpoint management solution (see <a href="https://learn.microsoft.com/mem/intune/">https://learn.microsoft.com/mem/intune/</a>). </p>
</section><!-- H3: Running the Tux Paint Windows Installer -->
<section class="indent"><!-- H3: Changing the Settings Using the Shortcut -->
@ -1015,6 +1018,7 @@
<code>
$ <strong>git</strong> clone https://github.com/markuskimius/SDL2_Pango.git<br/>
$ <strong>cd</strong> SDL2_Pango<br/>
$ <strong>export MACOSX_DEPLOYMENT_TARGET=11.0</strong> <em># on Apple Silicon CPU; use "10.10" on Intel CPU</em><br/>
$ <strong>./configure</strong> --prefix=/opt/local &amp;&amp; make &amp;&amp; sudo make install
</code>
</blockquote>

View file

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

View file

@ -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

View file

@ -96,7 +96,7 @@
</p>
<p>
12 janar 2025 </p>
23 janar 2025 </p>
</center>
<table border="2"
@ -885,6 +885,13 @@
</p>
</blockquote>
</dd>
<dt>
I need to deploy Tux Paint on many Windows systems at once </dt>
<dd>
The installer executable version of Tux Paint (<code>tuxpaint-X.Y.Z-windows-ARCH-installer.exe</code>) accepts command-line options "<code>/SILENT</code>" ("silent") and "<code>/VERYSILENT</code>" ("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 <cite>Intune</cite> cloud-based endpoint management solution (see <a href="https://learn.microsoft.com/mem/intune/">https://learn.microsoft.com/mem/intune/</a>). </dd>
</dl>
<hr size="2"

View file

@ -98,7 +98,7 @@
</p>
<p>
12 janar 2025 </p>
23 janar 2025 </p>
</center>
</header>
@ -708,6 +708,9 @@
<p>
At this point, you can click 'Install' to install Tux Paint! </p>
<p class="note">
<span title="Information">&#128161;</span> The installer executable version of Tux Paint (<code>tuxpaint-X.Y.Z-windows-ARCH-installer.exe</code>) accepts command-line options "<code>/SILENT</code>" ("silent") and "<code>/VERYSILENT</code>" ("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 <cite>Intune</cite> cloud-based endpoint management solution (see <a href="https://learn.microsoft.com/mem/intune/">https://learn.microsoft.com/mem/intune/</a>). </p>
</section><!-- H3: Running the Tux Paint Windows Installer -->
<section class="indent"><!-- H3: Changing the Settings Using the Shortcut -->
@ -1015,6 +1018,7 @@
<code>
$ <strong>git</strong> clone https://github.com/markuskimius/SDL2_Pango.git<br/>
$ <strong>cd</strong> SDL2_Pango<br/>
$ <strong>export MACOSX_DEPLOYMENT_TARGET=11.0</strong> <em># on Apple Silicon CPU; use "10.10" on Intel CPU</em><br/>
$ <strong>./configure</strong> --prefix=/opt/local &amp;&amp; make &amp;&amp; sudo make install
</code>
</blockquote>