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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue