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
|
|
@ -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">💡</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 && make && sudo make install
|
||||
</code>
|
||||
</blockquote>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue