Sync docs to grab /SILENT option in INSTALL & FAQ docs
This commit is contained in:
parent
b88145b924
commit
473c649b9a
29 changed files with 244 additions and 29 deletions
|
|
@ -6,7 +6,7 @@ Copyright (c) 2002-2025
|
||||||
Various contributors (see below, and AUTHORS.txt)
|
Various contributors (see below, and AUTHORS.txt)
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
2025.January.12 (0.9.35)
|
2025.January.23 (0.9.35)
|
||||||
* New Magic Tools:
|
* New Magic Tools:
|
||||||
----------------
|
----------------
|
||||||
+ Heart, Sparkle, and Star emitters
|
+ Heart, Sparkle, and Star emitters
|
||||||
|
|
@ -67,6 +67,11 @@ https://tuxpaint.org/
|
||||||
some very old versions of Tux Paint.
|
some very old versions of Tux Paint.
|
||||||
Bill Kendrick <bill@newbreedsoftware.com>
|
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:
|
* Ports & Building:
|
||||||
-----------------
|
-----------------
|
||||||
+ Don't use Linux-specific invocation of "install"; use "mkdir" & "cp"
|
+ Don't use Linux-specific invocation of "install"; use "mkdir" & "cp"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
January 12, 2025
|
January 23, 2025
|
||||||
|
|
||||||
+------------------------------+
|
+------------------------------+
|
||||||
| Table of Contents |
|
| 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/).
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
January 12, 2025
|
January 23, 2025
|
||||||
|
|
||||||
+---------------------------------------------------+
|
+---------------------------------------------------+
|
||||||
| Table of Contents |
|
| Table of Contents |
|
||||||
|
|
@ -431,6 +431,14 @@ location.
|
||||||
|
|
||||||
At this point, you can click 'Install' to install Tux Paint!
|
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 ##
|
## Changing the Settings Using the Shortcut ##
|
||||||
|
|
||||||
To change program settings, right-click on the TuxPaint shortcut and select
|
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
|
$ git clone https://github.com/markuskimius/SDL2_Pango.git
|
||||||
$ cd SDL2_Pango
|
$ 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
|
$ ./configure --prefix=/opt/local && make && sudo make install
|
||||||
|
|
||||||
WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts
|
WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
January 12, 2025 </p>
|
January 23, 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -885,6 +885,13 @@
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</dd>
|
</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>
|
</dl>
|
||||||
|
|
||||||
<hr size="2"
|
<hr size="2"
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
January 12, 2025 </p>
|
January 23, 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
@ -708,6 +708,9 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
At this point, you can click 'Install' to install Tux Paint! </p>
|
At this point, you can click 'Install' to install Tux Paint! </p>
|
||||||
|
|
||||||
|
<p class="note">
|
||||||
|
<span title="Information">💡</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><!-- H3: Running the Tux Paint Windows Installer -->
|
||||||
|
|
||||||
<section class="indent"><!-- H3: Changing the Settings Using the Shortcut -->
|
<section class="indent"><!-- H3: Changing the Settings Using the Shortcut -->
|
||||||
|
|
@ -1015,6 +1018,7 @@
|
||||||
<code>
|
<code>
|
||||||
$ <strong>git</strong> clone https://github.com/markuskimius/SDL2_Pango.git<br/>
|
$ <strong>git</strong> clone https://github.com/markuskimius/SDL2_Pango.git<br/>
|
||||||
$ <strong>cd</strong> SDL2_Pango<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 && make && sudo make install
|
$ <strong>./configure</strong> --prefix=/opt/local && make && sudo make install
|
||||||
</code>
|
</code>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
enero 12, 2025
|
enero 23, 2025
|
||||||
|
|
||||||
+------------------------------+
|
+------------------------------+
|
||||||
| Table of Contents |
|
| 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/).
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
enero 12, 2025
|
enero 23, 2025
|
||||||
|
|
||||||
+---------------------------------------------------+
|
+---------------------------------------------------+
|
||||||
| Table of Contents |
|
| Table of Contents |
|
||||||
|
|
@ -431,6 +431,14 @@ location.
|
||||||
|
|
||||||
At this point, you can click 'Install' to install Tux Paint!
|
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 ##
|
## Changing the Settings Using the Shortcut ##
|
||||||
|
|
||||||
To change program settings, right-click on the TuxPaint shortcut and select
|
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
|
$ git clone https://github.com/markuskimius/SDL2_Pango.git
|
||||||
$ cd SDL2_Pango
|
$ 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
|
$ ./configure --prefix=/opt/local && make && sudo make install
|
||||||
|
|
||||||
WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts
|
WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
enero 12, 2025 </p>
|
enero 23, 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -885,6 +885,13 @@
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</dd>
|
</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>
|
</dl>
|
||||||
|
|
||||||
<hr size="2"
|
<hr size="2"
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
enero 12, 2025 </p>
|
enero 23, 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
@ -708,6 +708,9 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
At this point, you can click 'Install' to install Tux Paint! </p>
|
At this point, you can click 'Install' to install Tux Paint! </p>
|
||||||
|
|
||||||
|
<p class="note">
|
||||||
|
<span title="Information">💡</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><!-- H3: Running the Tux Paint Windows Installer -->
|
||||||
|
|
||||||
<section class="indent"><!-- H3: Changing the Settings Using the Shortcut -->
|
<section class="indent"><!-- H3: Changing the Settings Using the Shortcut -->
|
||||||
|
|
@ -1015,6 +1018,7 @@
|
||||||
<code>
|
<code>
|
||||||
$ <strong>git</strong> clone https://github.com/markuskimius/SDL2_Pango.git<br/>
|
$ <strong>git</strong> clone https://github.com/markuskimius/SDL2_Pango.git<br/>
|
||||||
$ <strong>cd</strong> SDL2_Pango<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 && make && sudo make install
|
$ <strong>./configure</strong> --prefix=/opt/local && make && sudo make install
|
||||||
</code>
|
</code>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2025 by divers contributeurs; voir AUTHORS.txt.
|
Copyright © 2002-2025 by divers contributeurs; voir AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
janvier 12, 2025
|
janvier 23, 2025
|
||||||
|
|
||||||
+-----------------------------------+
|
+-----------------------------------+
|
||||||
| Table des matières |
|
| 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/).
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2025 by divers contributeurs; voir AUTHORS.txt.
|
Copyright © 2002-2025 by divers contributeurs; voir AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
janvier 12, 2025
|
janvier 23, 2025
|
||||||
|
|
||||||
+-------------------------------------------------------+
|
+-------------------------------------------------------+
|
||||||
| Table des matières |
|
| Table des matières |
|
||||||
|
|
@ -448,6 +448,14 @@ choisissez un autre emplacement.
|
||||||
|
|
||||||
À ce stade, vous pouvez cliquer sur «Installer» pour installer Tux Paint !
|
À 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 ##
|
## Modification des paramètres à l'aide du raccourci ##
|
||||||
|
|
||||||
Pour modifier les paramètres du programme, cliquez avec le bouton droit sur le
|
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
|
$ git clone https://github.com/markuskimius/SDL2_Pango.git
|
||||||
$ cd SDL2_Pango
|
$ 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
|
$ ./configure --prefix=/opt/local && make && sudo make install
|
||||||
|
|
||||||
ATTENTION :Posséder des outils Unix à côté de MacPorts et Xcode, tels que Fink
|
ATTENTION :Posséder des outils Unix à côté de MacPorts et Xcode, tels que Fink
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
janvier 12, 2025 </p>
|
janvier 23, 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -886,6 +886,13 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</dd>
|
</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>
|
</dl>
|
||||||
|
|
||||||
<hr size="2"
|
<hr size="2"
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
janvier 12, 2025 </p>
|
janvier 23, 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
@ -708,6 +708,9 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
À ce stade, vous pouvez cliquer sur «Installer» pour installer Tux Paint ! </p>
|
À ce stade, vous pouvez cliquer sur «Installer» pour installer Tux Paint ! </p>
|
||||||
|
|
||||||
|
<p class="note">
|
||||||
|
<span title="Information">💡</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><!-- H3: Running the Tux Paint Windows Installer -->
|
||||||
|
|
||||||
<section class="indent"><!-- H3: Changing the Settings Using the Shortcut -->
|
<section class="indent"><!-- H3: Changing the Settings Using the Shortcut -->
|
||||||
|
|
@ -1015,6 +1018,7 @@
|
||||||
<code>
|
<code>
|
||||||
$ <strong>git</strong> clone https://github.com/markuskimius/SDL2_Pango.git<br/>
|
$ <strong>git</strong> clone https://github.com/markuskimius/SDL2_Pango.git<br/>
|
||||||
$ <strong>cd</strong> SDL2_Pango<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 && make && sudo make install
|
$ <strong>./configure</strong> --prefix=/opt/local && make && sudo make install
|
||||||
</code>
|
</code>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2025 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2002-2025 by varios colaboradores; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
12 de Xaneiro de 2025
|
23 de Xaneiro de 2025
|
||||||
|
|
||||||
+--------------------------------------------+
|
+--------------------------------------------+
|
||||||
| Índice |
|
| Í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/).
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2025 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2002-2025 by varios colaboradores; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
12 de Xaneiro de 2025
|
23 de Xaneiro de 2025
|
||||||
|
|
||||||
+---------------------------------------------------+
|
+---------------------------------------------------+
|
||||||
| Índice |
|
| Índice |
|
||||||
|
|
@ -433,6 +433,14 @@ lugar diferente.
|
||||||
|
|
||||||
Neste punto, pode premer en «Instalar» para instalar Tux Paint.
|
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 ##
|
## Changing the Settings Using the Shortcut ##
|
||||||
|
|
||||||
Para cambiar os axustes do programa, prema co botón dereito no atallo de
|
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
|
$ git clone https://github.com/markuskimius/SDL2_Pango.git
|
||||||
$ cd SDL2_Pango
|
$ 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
|
$ ./configure --prefix=/opt/local && make && sudo make install
|
||||||
|
|
||||||
WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts
|
WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
12 de Xaneiro de 2025 </p>
|
23 de Xaneiro de 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -885,6 +885,13 @@
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</dd>
|
</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>
|
</dl>
|
||||||
|
|
||||||
<hr size="2"
|
<hr size="2"
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
12 de Xaneiro de 2025 </p>
|
23 de Xaneiro de 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
@ -708,6 +708,9 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Neste punto, pode premer en «Instalar» para instalar Tux Paint. </p>
|
Neste punto, pode premer en «Instalar» para instalar Tux Paint. </p>
|
||||||
|
|
||||||
|
<p class="note">
|
||||||
|
<span title="Information">💡</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><!-- H3: Running the Tux Paint Windows Installer -->
|
||||||
|
|
||||||
<section class="indent"><!-- H3: Changing the Settings Using the Shortcut -->
|
<section class="indent"><!-- H3: Changing the Settings Using the Shortcut -->
|
||||||
|
|
@ -1015,6 +1018,7 @@
|
||||||
<code>
|
<code>
|
||||||
$ <strong>git</strong> clone https://github.com/markuskimius/SDL2_Pango.git<br/>
|
$ <strong>git</strong> clone https://github.com/markuskimius/SDL2_Pango.git<br/>
|
||||||
$ <strong>cd</strong> SDL2_Pango<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 && make && sudo make install
|
$ <strong>./configure</strong> --prefix=/opt/local && make && sudo make install
|
||||||
</code>
|
</code>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
janúar 12, 2025
|
janúar 23, 2025
|
||||||
|
|
||||||
+------------------------------+
|
+------------------------------+
|
||||||
| Table of Contents |
|
| 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/).
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
janúar 12, 2025
|
janúar 23, 2025
|
||||||
|
|
||||||
+---------------------------------------------------+
|
+---------------------------------------------------+
|
||||||
| Table of Contents |
|
| Table of Contents |
|
||||||
|
|
@ -431,6 +431,14 @@ location.
|
||||||
|
|
||||||
At this point, you can click 'Install' to install Tux Paint!
|
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 ##
|
## Changing the Settings Using the Shortcut ##
|
||||||
|
|
||||||
To change program settings, right-click on the TuxPaint shortcut and select
|
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
|
$ git clone https://github.com/markuskimius/SDL2_Pango.git
|
||||||
$ cd SDL2_Pango
|
$ 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
|
$ ./configure --prefix=/opt/local && make && sudo make install
|
||||||
|
|
||||||
WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts
|
WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
janúar 12, 2025 </p>
|
janúar 23, 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -885,6 +885,13 @@
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</dd>
|
</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>
|
</dl>
|
||||||
|
|
||||||
<hr size="2"
|
<hr size="2"
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
janúar 12, 2025 </p>
|
janúar 23, 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
@ -708,6 +708,9 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
At this point, you can click 'Install' to install Tux Paint! </p>
|
At this point, you can click 'Install' to install Tux Paint! </p>
|
||||||
|
|
||||||
|
<p class="note">
|
||||||
|
<span title="Information">💡</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><!-- H3: Running the Tux Paint Windows Installer -->
|
||||||
|
|
||||||
<section class="indent"><!-- H3: Changing the Settings Using the Shortcut -->
|
<section class="indent"><!-- H3: Changing the Settings Using the Shortcut -->
|
||||||
|
|
@ -1015,6 +1018,7 @@
|
||||||
<code>
|
<code>
|
||||||
$ <strong>git</strong> clone https://github.com/markuskimius/SDL2_Pango.git<br/>
|
$ <strong>git</strong> clone https://github.com/markuskimius/SDL2_Pango.git<br/>
|
||||||
$ <strong>cd</strong> SDL2_Pango<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 && make && sudo make install
|
$ <strong>./configure</strong> --prefix=/opt/local && make && sudo make install
|
||||||
</code>
|
</code>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照.
|
||||||
https://tuxpaint.org/
|
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/).
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照.
|
||||||
https://tuxpaint.org/
|
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!
|
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 ##
|
## Changing the Settings Using the Shortcut ##
|
||||||
|
|
||||||
To change program settings, right-click on the TuxPaint shortcut and select
|
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
|
$ git clone https://github.com/markuskimius/SDL2_Pango.git
|
||||||
$ cd SDL2_Pango
|
$ 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
|
$ ./configure --prefix=/opt/local && make && sudo make install
|
||||||
|
|
||||||
WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts
|
WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
2025年1月12日 </p>
|
2025年1月23日 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -885,6 +885,13 @@
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</dd>
|
</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>
|
</dl>
|
||||||
|
|
||||||
<hr size="2"
|
<hr size="2"
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
2025年1月12日 </p>
|
2025年1月23日 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
@ -708,6 +708,9 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
At this point, you can click 'Install' to install Tux Paint! </p>
|
At this point, you can click 'Install' to install Tux Paint! </p>
|
||||||
|
|
||||||
|
<p class="note">
|
||||||
|
<span title="Information">💡</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><!-- H3: Running the Tux Paint Windows Installer -->
|
||||||
|
|
||||||
<section class="indent"><!-- H3: Changing the Settings Using the Shortcut -->
|
<section class="indent"><!-- H3: Changing the Settings Using the Shortcut -->
|
||||||
|
|
@ -1015,6 +1018,7 @@
|
||||||
<code>
|
<code>
|
||||||
$ <strong>git</strong> clone https://github.com/markuskimius/SDL2_Pango.git<br/>
|
$ <strong>git</strong> clone https://github.com/markuskimius/SDL2_Pango.git<br/>
|
||||||
$ <strong>cd</strong> SDL2_Pango<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 && make && sudo make install
|
$ <strong>./configure</strong> --prefix=/opt/local && make && sudo make install
|
||||||
</code>
|
</code>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Të drejta kopjimi © 2002-2025 nga kontribues të ndryshëm; shihni AUTHORS.txt.
|
Të drejta kopjimi © 2002-2025 nga kontribues të ndryshëm; shihni AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
12 janar 2025
|
23 janar 2025
|
||||||
|
|
||||||
+-------------------------------------------+
|
+-------------------------------------------+
|
||||||
| Pasqyrë e Lëndës |
|
| 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/).
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Të drejta kopjimi © 2002-2025 nga kontribues të ndryshëm; shihni AUTHORS.txt.
|
Të drejta kopjimi © 2002-2025 nga kontribues të ndryshëm; shihni AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
12 janar 2025
|
23 janar 2025
|
||||||
|
|
||||||
+------------------------------------------------------+
|
+------------------------------------------------------+
|
||||||
| Pasqyrë e Lëndës |
|
| Pasqyrë e Lëndës |
|
||||||
|
|
@ -431,6 +431,14 @@ location.
|
||||||
|
|
||||||
At this point, you can click 'Install' to install Tux Paint!
|
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 ##
|
## Ndryshim Rregullimesh Duke Përdorur Shkurtoren ##
|
||||||
|
|
||||||
To change program settings, right-click on the TuxPaint shortcut and select
|
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
|
$ git clone https://github.com/markuskimius/SDL2_Pango.git
|
||||||
$ cd SDL2_Pango
|
$ 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
|
$ ./configure --prefix=/opt/local && make && sudo make install
|
||||||
|
|
||||||
WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts
|
WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
12 janar 2025 </p>
|
23 janar 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -885,6 +885,13 @@
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</dd>
|
</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>
|
</dl>
|
||||||
|
|
||||||
<hr size="2"
|
<hr size="2"
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
12 janar 2025 </p>
|
23 janar 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
@ -708,6 +708,9 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
At this point, you can click 'Install' to install Tux Paint! </p>
|
At this point, you can click 'Install' to install Tux Paint! </p>
|
||||||
|
|
||||||
|
<p class="note">
|
||||||
|
<span title="Information">💡</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><!-- H3: Running the Tux Paint Windows Installer -->
|
||||||
|
|
||||||
<section class="indent"><!-- H3: Changing the Settings Using the Shortcut -->
|
<section class="indent"><!-- H3: Changing the Settings Using the Shortcut -->
|
||||||
|
|
@ -1015,6 +1018,7 @@
|
||||||
<code>
|
<code>
|
||||||
$ <strong>git</strong> clone https://github.com/markuskimius/SDL2_Pango.git<br/>
|
$ <strong>git</strong> clone https://github.com/markuskimius/SDL2_Pango.git<br/>
|
||||||
$ <strong>cd</strong> SDL2_Pango<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 && make && sudo make install
|
$ <strong>./configure</strong> --prefix=/opt/local && make && sudo make install
|
||||||
</code>
|
</code>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue