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

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