More macOS install docs & some doc & manpage fixes
h/t Mark K. Kim & Shin-Ichi TOYAMA
This commit is contained in:
parent
36c4be5549
commit
ad47062a1a
16 changed files with 220 additions and 96 deletions
|
|
@ -8,7 +8,7 @@ http://www.tuxpaint.org/
|
||||||
|
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
2021.September.4 (0.9.27)
|
2021.September.5 (0.9.27)
|
||||||
* New Magic Tools:
|
* New Magic Tools:
|
||||||
----------------
|
----------------
|
||||||
* "Panels" - Convert your picture to 4-panel-comic-style
|
* "Panels" - Convert your picture to 4-panel-comic-style
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2021 by various contributors; see AUTHORS.
|
Copyright © 2002-2021 by various contributors; see AUTHORS.
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
August 31, 2021
|
September 5, 2021
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -22,6 +22,7 @@
|
||||||
| * Debugging |
|
| * Debugging |
|
||||||
| * Uninstalling Tux Paint |
|
| * Uninstalling Tux Paint |
|
||||||
| * Windows |
|
| * Windows |
|
||||||
|
| * macOS |
|
||||||
| * Linux |
|
| * Linux |
|
||||||
+----------------------------------------------------+
|
+----------------------------------------------------+
|
||||||
|
|
||||||
|
|
@ -159,8 +160,7 @@ Compiling and Installation
|
||||||
|
|
||||||
Download the latest MSYS2 environment from
|
Download the latest MSYS2 environment from
|
||||||
https://sourceforge.net/projects/msys2/files/Base/ and install it
|
https://sourceforge.net/projects/msys2/files/Base/ and install it
|
||||||
where you'd like (the default is
|
where you'd like (the default is "C:\msys64")
|
||||||
"https://sourceforge.net/projects/msys2/files/Base/")
|
|
||||||
|
|
||||||
Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" ->
|
Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" ->
|
||||||
"MSYS2 MSYS" and execute following command (press [Enter] or
|
"MSYS2 MSYS" and execute following command (press [Enter] or
|
||||||
|
|
@ -730,9 +730,10 @@ Compiling and Installation
|
||||||
|
|
||||||
Debugging
|
Debugging
|
||||||
|
|
||||||
Debugging (to "STDOUT", e.g. to the terminal, or to a "stdout.txt" file,
|
Debugging output — to "STDOUT" on Linux and Unix, to a "stdout.txt" file
|
||||||
on Windows) can be enabled by setting "DEBUG" (and, if verbose logging
|
on Windows, and to the file "/tmp/tuxpaint.log" on macOS — can be
|
||||||
is wanted, "VERBOSE") #defines in "src/debug.h".
|
enabled by setting "DEBUG" (and, if verbose logging is wanted,
|
||||||
|
"VERBOSE") #defines in "src/debug.h" and (re)compiling Tux Paint.
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -757,6 +758,16 @@ Uninstalling Tux Paint
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
macOS
|
||||||
|
|
||||||
|
Delete "TuxPaint.app" from the "Applications" folder. Data files,
|
||||||
|
including the configuration files, stamps, and saved pictures, may be
|
||||||
|
found in "Library/Application Support/TuxPaint" (all users) and
|
||||||
|
"/Users/USERNAME/Library/Application Support/TuxPaint" (individual
|
||||||
|
users).
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Linux
|
Linux
|
||||||
|
|
||||||
Within the Tux Paint source directory (where you compiled Tux Paint),
|
Within the Tux Paint source directory (where you compiled Tux Paint),
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
August 31, 2021 </p>
|
September 5, 2021 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<hr size="2" noshade />
|
<hr size="2" noshade />
|
||||||
|
|
@ -77,6 +77,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href="#uninstalling-windows">Windows</a>
|
<a href="#uninstalling-windows">Windows</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#uninstalling-macOS">macOS</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#uninstalling-linux">Linux</a>
|
<a href="#uninstalling-linux">Linux</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
@ -177,7 +180,7 @@
|
||||||
<h4>SVG graphics support</h4>
|
<h4>SVG graphics support</h4>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
As of Tux Paint 0.9.17, Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two sets of libraries are supported, and SVG support can be completely disabled (via "<code>make SVG_LIB:=</code>") </p>
|
As of Tux Paint 0.9.17, Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two sets of libraries are supported, and SVG support can be completely disabled (via "<code style="white-space: nowrap;">make SVG_LIB:=</code>") </p>
|
||||||
|
|
||||||
<h5>librsvg-2 & libCairo2 (newer libraries)</h5>
|
<h5>librsvg-2 & libCairo2 (newer libraries)</h5>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
@ -251,7 +254,7 @@
|
||||||
Many tools and libraries are required to build Tux Paint. The package management system "<code>pacman</code>" helps you install them automatically solving complicated dependencies. </p>
|
Many tools and libraries are required to build Tux Paint. The package management system "<code>pacman</code>" helps you install them automatically solving complicated dependencies. </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Download the latest MSYS2 environment from <a href="https://sourceforge.net/projects/msys2/files/Base/">https://sourceforge.net/projects/msys2/files/Base/</a> and install it where you'd like (the default is "<a href="https://sourceforge.net/projects/msys2/files/Base/">https://sourceforge.net/projects/msys2/files/Base/</a>") </p>
|
Download the latest MSYS2 environment from <a href="https://sourceforge.net/projects/msys2/files/Base/">https://sourceforge.net/projects/msys2/files/Base/</a> and install it where you'd like (the default is "<code>C:\msys64</code>") </p>
|
||||||
<p>
|
<p>
|
||||||
Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MSYS" and execute following command (press <b><code>[Enter]</code></b> or <b><code>[Return]</code></b> to accept the defaults for all questions):
|
Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MSYS" and execute following command (press <b><code>[Enter]</code></b> or <b><code>[Return]</code></b> to accept the defaults for all questions):
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
|
@ -632,7 +635,7 @@
|
||||||
Disabling SVG support (and hence Cairo, libSVG, and svg-cairo dependencies): </h4>
|
Disabling SVG support (and hence Cairo, libSVG, and svg-cairo dependencies): </h4>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
To disable SVG support (e.g., if your system is not currently supported by the Cairo library or other SVG-related dependencies), you can run "<code>make</code>" with "<code>SVG_LIB= SVG_CFLAGS= NOSVGFLAG=NOSVG</code>" added:
|
To disable SVG support (e.g., if your system is not currently supported by the Cairo library or other SVG-related dependencies), you can run "<code>make</code>" with "<code style="white-space: nowrap;">SVG_LIB= SVG_CFLAGS= NOSVGFLAG=NOSVG</code>" added:
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<code>
|
<code>
|
||||||
$ make SVG_LIB= SVG_CFLAGS=
|
$ make SVG_LIB= SVG_CFLAGS=
|
||||||
|
|
@ -846,8 +849,7 @@
|
||||||
% make install
|
% make install
|
||||||
</code>
|
</code>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or
|
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code> for distribution. </p>
|
||||||
copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code> for distribution. </p>
|
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<hr size="1" noshade width="75%" />
|
<hr size="1" noshade width="75%" />
|
||||||
|
|
@ -888,7 +890,7 @@ copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code>
|
||||||
The list of macOS versions and the last version of Xcode compatible with them are laid out nicely on the Wikipedia page on Xcode: <a href="https://en.wikipedia.org/wiki/Xcode#Version_comparison_table">https://en.wikipedia.org/wiki/Xcode#Version_comparison_table</a> </p>
|
The list of macOS versions and the last version of Xcode compatible with them are laid out nicely on the Wikipedia page on Xcode: <a href="https://en.wikipedia.org/wiki/Xcode#Version_comparison_table">https://en.wikipedia.org/wiki/Xcode#Version_comparison_table</a> </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
And because Xcode is being installed manually, you can skip the step to install the Xcode command line tools (do not run "<code>xcode-select --install</code>") but otherwise build Tux Paint using the same steps described in the earlier part of this document. </p>
|
And because Xcode is being installed manually, you can skip the step to install the Xcode command line tools (do not run "<code style="white-space: nowrap;">xcode-select --install</code>") but otherwise build Tux Paint using the same steps described in the earlier part of this document. </p>
|
||||||
|
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
|
@ -903,7 +905,7 @@ copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code>
|
||||||
Debugging </a>
|
Debugging </a>
|
||||||
</h2>
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
Debugging (to "STDOUT", e.g. to the terminal, or to a "<code>stdout.txt</code>" file, on Windows) can be enabled by setting "<code>DEBUG</code>" (and, if verbose logging is wanted, "<code>VERBOSE</code>") <code>#define</code>s in "<code>src/debug.h</code>". </blockquote>
|
Debugging output — to "STDOUT" on Linux and Unix, to a "<code>stdout.txt</code>" file on Windows, and to the file "<code>/tmp/tuxpaint.log</code>" on macOS — can be enabled by setting "<code>DEBUG</code>" (and, if verbose logging is wanted, "<code>VERBOSE</code>") <code>#define</code>s in "<code>src/debug.h</code>" and (re)compiling Tux Paint. </blockquote>
|
||||||
|
|
||||||
<hr size="2" noshade />
|
<hr size="2" noshade />
|
||||||
|
|
||||||
|
|
@ -935,13 +937,25 @@ copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code>
|
||||||
|
|
||||||
<hr size="1" noshade />
|
<hr size="1" noshade />
|
||||||
|
|
||||||
|
<h3>
|
||||||
|
<a name="uninstalling-macos" id="uninstalling-macos">
|
||||||
|
macOS </a>
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
<p>
|
||||||
|
Delete "<code>TuxPaint.app</code>" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in "<code style="white-space: nowrap;">Library/Application Support/TuxPaint</code>" (all users) and "<code style="white-space: nowrap;">/Users/<i>USERNAME</i>/Library/Application Support/TuxPaint</code>" (individual users). </p>
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="1" noshade />
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
<a name="uninstalling-linux" id="uninstalling-linux">
|
<a name="uninstalling-linux" id="uninstalling-linux">
|
||||||
Linux </a>
|
Linux </a>
|
||||||
</h3>
|
</h3>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
Within the Tux Paint source directory (where you compiled Tux Paint), you can use the "<code>make uninstall</code>" target to uninstall Tux Paint. By default, this must be done by the "root" user ('superuser'), but if you installed Tux Paint somewhere else (e.g., using a "<code>PREFIX=...</code>" setting to "<code>make</code>" and "<code>make install</code>"), you may not, and will want to provide those same settings here. (See the installation instructions above for further information.) </p>
|
Within the Tux Paint source directory (where you compiled Tux Paint), you can use the "<code style="white-space: nowrap;">make uninstall</code>" target to uninstall Tux Paint. By default, this must be done by the "root" user ('superuser'), but if you installed Tux Paint somewhere else (e.g., using a "<code>PREFIX=...</code>" setting to "<code>make</code>" and "<code style="white-space: nowrap;">make install</code>"), you may not, and will want to provide those same settings here. (See the <a href="#compiling-linux">installation instructions above</a> for further information.) </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2021 by various contributors; see AUTHORS.
|
Copyright © 2002-2021 by various contributors; see AUTHORS.
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
agosto 31, 2021
|
septiembre 5, 2021
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -22,6 +22,7 @@
|
||||||
| * Debugging |
|
| * Debugging |
|
||||||
| * Uninstalling Tux Paint |
|
| * Uninstalling Tux Paint |
|
||||||
| * Windows |
|
| * Windows |
|
||||||
|
| * macOS |
|
||||||
| * Linux |
|
| * Linux |
|
||||||
+----------------------------------------------------+
|
+----------------------------------------------------+
|
||||||
|
|
||||||
|
|
@ -159,8 +160,7 @@ Compiling and Installation
|
||||||
|
|
||||||
Download the latest MSYS2 environment from
|
Download the latest MSYS2 environment from
|
||||||
https://sourceforge.net/projects/msys2/files/Base/ and install it
|
https://sourceforge.net/projects/msys2/files/Base/ and install it
|
||||||
where you'd like (the default is
|
where you'd like (the default is "C:\msys64")
|
||||||
"https://sourceforge.net/projects/msys2/files/Base/")
|
|
||||||
|
|
||||||
Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" ->
|
Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" ->
|
||||||
"MSYS2 MSYS" and execute following command (press [Enter] or
|
"MSYS2 MSYS" and execute following command (press [Enter] or
|
||||||
|
|
@ -730,9 +730,10 @@ Compiling and Installation
|
||||||
|
|
||||||
Debugging
|
Debugging
|
||||||
|
|
||||||
Debugging (to "STDOUT", e.g. to the terminal, or to a "stdout.txt" file,
|
Debugging output — to "STDOUT" on Linux and Unix, to a "stdout.txt" file
|
||||||
on Windows) can be enabled by setting "DEBUG" (and, if verbose logging
|
on Windows, and to the file "/tmp/tuxpaint.log" on macOS — can be
|
||||||
is wanted, "VERBOSE") #defines in "src/debug.h".
|
enabled by setting "DEBUG" (and, if verbose logging is wanted,
|
||||||
|
"VERBOSE") #defines in "src/debug.h" and (re)compiling Tux Paint.
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -757,6 +758,16 @@ Uninstalling Tux Paint
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
macOS
|
||||||
|
|
||||||
|
Delete "TuxPaint.app" from the "Applications" folder. Data files,
|
||||||
|
including the configuration files, stamps, and saved pictures, may be
|
||||||
|
found in "Library/Application Support/TuxPaint" (all users) and
|
||||||
|
"/Users/USERNAME/Library/Application Support/TuxPaint" (individual
|
||||||
|
users).
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Linux
|
Linux
|
||||||
|
|
||||||
Within the Tux Paint source directory (where you compiled Tux Paint),
|
Within the Tux Paint source directory (where you compiled Tux Paint),
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
agosto 31, 2021 </p>
|
septiembre 5, 2021 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<hr size="2" noshade />
|
<hr size="2" noshade />
|
||||||
|
|
@ -77,6 +77,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href="#uninstalling-windows">Windows</a>
|
<a href="#uninstalling-windows">Windows</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#uninstalling-macOS">macOS</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#uninstalling-linux">Linux</a>
|
<a href="#uninstalling-linux">Linux</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
@ -177,7 +180,7 @@
|
||||||
<h4>SVG graphics support</h4>
|
<h4>SVG graphics support</h4>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
As of Tux Paint 0.9.17, Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two sets of libraries are supported, and SVG support can be completely disabled (via "<code>make SVG_LIB:=</code>") </p>
|
As of Tux Paint 0.9.17, Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two sets of libraries are supported, and SVG support can be completely disabled (via "<code style="white-space: nowrap;">make SVG_LIB:=</code>") </p>
|
||||||
|
|
||||||
<h5>librsvg-2 & libCairo2 (newer libraries)</h5>
|
<h5>librsvg-2 & libCairo2 (newer libraries)</h5>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
@ -251,7 +254,7 @@
|
||||||
Many tools and libraries are required to build Tux Paint. The package management system "<code>pacman</code>" helps you install them automatically solving complicated dependencies. </p>
|
Many tools and libraries are required to build Tux Paint. The package management system "<code>pacman</code>" helps you install them automatically solving complicated dependencies. </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Download the latest MSYS2 environment from <a href="https://sourceforge.net/projects/msys2/files/Base/">https://sourceforge.net/projects/msys2/files/Base/</a> and install it where you'd like (the default is "<a href="https://sourceforge.net/projects/msys2/files/Base/">https://sourceforge.net/projects/msys2/files/Base/</a>") </p>
|
Download the latest MSYS2 environment from <a href="https://sourceforge.net/projects/msys2/files/Base/">https://sourceforge.net/projects/msys2/files/Base/</a> and install it where you'd like (the default is "<code>C:\msys64</code>") </p>
|
||||||
<p>
|
<p>
|
||||||
Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MSYS" and execute following command (press <b><code>[Enter]</code></b> or <b><code>[Return]</code></b> to accept the defaults for all questions):
|
Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MSYS" and execute following command (press <b><code>[Enter]</code></b> or <b><code>[Return]</code></b> to accept the defaults for all questions):
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
|
@ -632,7 +635,7 @@
|
||||||
Disabling SVG support (and hence Cairo, libSVG, and svg-cairo dependencies): </h4>
|
Disabling SVG support (and hence Cairo, libSVG, and svg-cairo dependencies): </h4>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
To disable SVG support (e.g., if your system is not currently supported by the Cairo library or other SVG-related dependencies), you can run "<code>make</code>" with "<code>SVG_LIB= SVG_CFLAGS= NOSVGFLAG=NOSVG</code>" added:
|
To disable SVG support (e.g., if your system is not currently supported by the Cairo library or other SVG-related dependencies), you can run "<code>make</code>" with "<code style="white-space: nowrap;">SVG_LIB= SVG_CFLAGS= NOSVGFLAG=NOSVG</code>" added:
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<code>
|
<code>
|
||||||
$ make SVG_LIB= SVG_CFLAGS=
|
$ make SVG_LIB= SVG_CFLAGS=
|
||||||
|
|
@ -846,8 +849,7 @@
|
||||||
% make install
|
% make install
|
||||||
</code>
|
</code>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or
|
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code> for distribution. </p>
|
||||||
copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code> for distribution. </p>
|
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<hr size="1" noshade width="75%" />
|
<hr size="1" noshade width="75%" />
|
||||||
|
|
@ -888,7 +890,7 @@ copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code>
|
||||||
The list of macOS versions and the last version of Xcode compatible with them are laid out nicely on the Wikipedia page on Xcode: <a href="https://en.wikipedia.org/wiki/Xcode#Version_comparison_table">https://en.wikipedia.org/wiki/Xcode#Version_comparison_table</a> </p>
|
The list of macOS versions and the last version of Xcode compatible with them are laid out nicely on the Wikipedia page on Xcode: <a href="https://en.wikipedia.org/wiki/Xcode#Version_comparison_table">https://en.wikipedia.org/wiki/Xcode#Version_comparison_table</a> </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
And because Xcode is being installed manually, you can skip the step to install the Xcode command line tools (do not run "<code>xcode-select --install</code>") but otherwise build Tux Paint using the same steps described in the earlier part of this document. </p>
|
And because Xcode is being installed manually, you can skip the step to install the Xcode command line tools (do not run "<code style="white-space: nowrap;">xcode-select --install</code>") but otherwise build Tux Paint using the same steps described in the earlier part of this document. </p>
|
||||||
|
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
|
@ -903,7 +905,7 @@ copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code>
|
||||||
Debugging </a>
|
Debugging </a>
|
||||||
</h2>
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
Debugging (to "STDOUT", e.g. to the terminal, or to a "<code>stdout.txt</code>" file, on Windows) can be enabled by setting "<code>DEBUG</code>" (and, if verbose logging is wanted, "<code>VERBOSE</code>") <code>#define</code>s in "<code>src/debug.h</code>". </blockquote>
|
Debugging output — to "STDOUT" on Linux and Unix, to a "<code>stdout.txt</code>" file on Windows, and to the file "<code>/tmp/tuxpaint.log</code>" on macOS — can be enabled by setting "<code>DEBUG</code>" (and, if verbose logging is wanted, "<code>VERBOSE</code>") <code>#define</code>s in "<code>src/debug.h</code>" and (re)compiling Tux Paint. </blockquote>
|
||||||
|
|
||||||
<hr size="2" noshade />
|
<hr size="2" noshade />
|
||||||
|
|
||||||
|
|
@ -935,13 +937,25 @@ copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code>
|
||||||
|
|
||||||
<hr size="1" noshade />
|
<hr size="1" noshade />
|
||||||
|
|
||||||
|
<h3>
|
||||||
|
<a name="uninstalling-macos" id="uninstalling-macos">
|
||||||
|
macOS </a>
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
<p>
|
||||||
|
Delete "<code>TuxPaint.app</code>" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in "<code style="white-space: nowrap;">Library/Application Support/TuxPaint</code>" (all users) and "<code style="white-space: nowrap;">/Users/<i>USERNAME</i>/Library/Application Support/TuxPaint</code>" (individual users). </p>
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="1" noshade />
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
<a name="uninstalling-linux" id="uninstalling-linux">
|
<a name="uninstalling-linux" id="uninstalling-linux">
|
||||||
Linux </a>
|
Linux </a>
|
||||||
</h3>
|
</h3>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
Within the Tux Paint source directory (where you compiled Tux Paint), you can use the "<code>make uninstall</code>" target to uninstall Tux Paint. By default, this must be done by the "root" user ('superuser'), but if you installed Tux Paint somewhere else (e.g., using a "<code>PREFIX=...</code>" setting to "<code>make</code>" and "<code>make install</code>"), you may not, and will want to provide those same settings here. (See the installation instructions above for further information.) </p>
|
Within the Tux Paint source directory (where you compiled Tux Paint), you can use the "<code style="white-space: nowrap;">make uninstall</code>" target to uninstall Tux Paint. By default, this must be done by the "root" user ('superuser'), but if you installed Tux Paint somewhere else (e.g., using a "<code>PREFIX=...</code>" setting to "<code>make</code>" and "<code style="white-space: nowrap;">make install</code>"), you may not, and will want to provide those same settings here. (See the <a href="#compiling-linux">installation instructions above</a> for further information.) </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.
|
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
août 31, 2021
|
septembre 5, 2021
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -22,6 +22,7 @@
|
||||||
| * Debugging |
|
| * Debugging |
|
||||||
| * Uninstalling Tux Paint |
|
| * Uninstalling Tux Paint |
|
||||||
| * Windows |
|
| * Windows |
|
||||||
|
| * macOS |
|
||||||
| * Linux |
|
| * Linux |
|
||||||
+----------------------------------------------------+
|
+----------------------------------------------------+
|
||||||
|
|
||||||
|
|
@ -162,8 +163,7 @@ Compiling and Installation
|
||||||
|
|
||||||
Download the latest MSYS2 environment from
|
Download the latest MSYS2 environment from
|
||||||
https://sourceforge.net/projects/msys2/files/Base/ and install it
|
https://sourceforge.net/projects/msys2/files/Base/ and install it
|
||||||
where you'd like (the default is
|
where you'd like (the default is "C:\msys64")
|
||||||
"https://sourceforge.net/projects/msys2/files/Base/")
|
|
||||||
|
|
||||||
Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" ->
|
Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" ->
|
||||||
"MSYS2 MSYS" and execute following command (press [Entrée] or
|
"MSYS2 MSYS" and execute following command (press [Entrée] or
|
||||||
|
|
@ -744,9 +744,10 @@ Compiling and Installation
|
||||||
|
|
||||||
Debugging
|
Debugging
|
||||||
|
|
||||||
Le débogage (vers "STDOUT", par exemple le terminal, ou vers un fichier
|
Debugging output — to "STDOUT" on Linux and Unix, to a "stdout.txt" file
|
||||||
"stdout.txt", sous Windows) peut être activé en définissant "DEBUG" (et,
|
on Windows, and to the file "/tmp/tuxpaint.log" on macOS — can be
|
||||||
si un mode verbeux est souhaité, "VERBOSE") # define dans "src/debug.h.
|
enabled by setting "DEBUG" (and, if verbose logging is wanted,
|
||||||
|
"VERBOSE") #defines in "src/debug.h" and (re)compiling Tux Paint.
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -773,13 +774,22 @@ Uninstalling Tux Paint
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
macOS
|
||||||
|
|
||||||
|
Delete "TuxPaint.app" from the "Applications" folder. Data files,
|
||||||
|
including the configuration files, stamps, and saved pictures, may be
|
||||||
|
found in "Library/Application Support/TuxPaint" (all users) and
|
||||||
|
"/Users/USERNAME/Library/Application Support/TuxPaint" (individual
|
||||||
|
users).
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Linux
|
Linux
|
||||||
|
|
||||||
Dans le répertoire source de Tux Paint (où vous avez compilé Tux
|
Within the Tux Paint source directory (where you compiled Tux Paint),
|
||||||
Paint), vous pouvez utiliser une cible "make uninstall" pour
|
you can use the "make uninstall" target to uninstall Tux Paint. By
|
||||||
désinstaller Tux Paint. Par défaut, cela doit être fait par
|
default, this must be done by the "root" user ('superuser'), but if
|
||||||
l'utilisateur "root" ("superutilisateur"), mais si vous avez installé
|
you installed Tux Paint somewhere else (e.g., using a "PREFIX=..."
|
||||||
Tux Paint à un autre endroit (par ex. en mettant "PREFIX=..." à "make"
|
setting to "make" and "make install"), you may not, and will want to
|
||||||
et "make install", vous ne pourrez pas, et il faudra fournier les
|
provide those same settings here. (See the installation instructions
|
||||||
mêmes réglages ici. (Voir les instructions d'installation ci-dessus
|
above for further information.)
|
||||||
pour plus d'informations.)
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
août 31, 2021 </p>
|
septembre 5, 2021 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<hr size="2" noshade />
|
<hr size="2" noshade />
|
||||||
|
|
@ -77,6 +77,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href="#uninstalling-windows">Windows</a>
|
<a href="#uninstalling-windows">Windows</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#uninstalling-macOS">macOS</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#uninstalling-linux">Linux</a>
|
<a href="#uninstalling-linux">Linux</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
@ -177,7 +180,7 @@
|
||||||
<h4>Support des graphismes SVG</h4>
|
<h4>Support des graphismes SVG</h4>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
À partir de Tux Paint 0.9.17, Tux Paint peut prendre en charge les images SVG (Scalable Vector Graphics) pour les tampons. Deux ensembles de bibliothèques sont pris en charge et le support SVG peut être complètement désactivé (via "<code>make SVG_LIB:=</code>=") </p>
|
À partir de Tux Paint 0.9.17, Tux Paint peut prendre en charge les images SVG (Scalable Vector Graphics) pour les tampons. Deux ensembles de bibliothèques sont pris en charge et le support SVG peut être complètement désactivé (via "<code style="white-space: nowrap;">make SVG_LIB:=</code>=") </p>
|
||||||
|
|
||||||
<h5>librsvg-2 & libCairo2 (nouvelles bibliothèques)</h5>
|
<h5>librsvg-2 & libCairo2 (nouvelles bibliothèques)</h5>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
@ -251,7 +254,7 @@
|
||||||
Many tools and libraries are required to build Tux Paint. The package management system "<code>pacman</code>" helps you install them automatically solving complicated dependencies. </p>
|
Many tools and libraries are required to build Tux Paint. The package management system "<code>pacman</code>" helps you install them automatically solving complicated dependencies. </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Download the latest MSYS2 environment from <a href="https://sourceforge.net/projects/msys2/files/Base/">https://sourceforge.net/projects/msys2/files/Base/</a> and install it where you'd like (the default is "<a href="https://sourceforge.net/projects/msys2/files/Base/">https://sourceforge.net/projects/msys2/files/Base/</a>") </p>
|
Download the latest MSYS2 environment from <a href="https://sourceforge.net/projects/msys2/files/Base/">https://sourceforge.net/projects/msys2/files/Base/</a> and install it where you'd like (the default is "<code>C:\msys64</code>") </p>
|
||||||
<p>
|
<p>
|
||||||
Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MSYS" and execute following command (press <b><code>[Entrée]</code></b> or <b><code>[Retour]</code></b> to accept the defaults for all questions):
|
Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MSYS" and execute following command (press <b><code>[Entrée]</code></b> or <b><code>[Retour]</code></b> to accept the defaults for all questions):
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
|
@ -632,7 +635,7 @@
|
||||||
Désactivation du support SVG (donc des dépendances Cairo, libSVG, et svg-cairo) </h4>
|
Désactivation du support SVG (donc des dépendances Cairo, libSVG, et svg-cairo) </h4>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
Pour désactiver le support de SVG (par ex. si votre système n'a pas de bibliothèque Cairo, ou d'autres choses dont SVG est dépendan), vous pouvez exécuter "<code>make</code>" avec <code>SVG_LIB= SVG_CFLAGS= NOSVGFLAG=NOSVG</code> :
|
Pour désactiver le support de SVG (par ex. si votre système n'a pas de bibliothèque Cairo, ou d'autres choses dont SVG est dépendan), vous pouvez exécuter "<code>make</code>" avec <code style="white-space: nowrap;">SVG_LIB= SVG_CFLAGS= NOSVGFLAG=NOSVG</code> :
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<code>
|
<code>
|
||||||
$ make SVG_LIB= SVG_CFLAGS=
|
$ make SVG_LIB= SVG_CFLAGS=
|
||||||
|
|
@ -846,8 +849,7 @@
|
||||||
% make install
|
% make install
|
||||||
</code>
|
</code>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or
|
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code> for distribution. </p>
|
||||||
copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code> for distribution. </p>
|
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<hr size="1" noshade width="75%" />
|
<hr size="1" noshade width="75%" />
|
||||||
|
|
@ -888,7 +890,7 @@ copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code>
|
||||||
The list of macOS versions and the last version of Xcode compatible with them are laid out nicely on the Wikipedia page on Xcode: <a href="https://en.wikipedia.org/wiki/Xcode#Version_comparison_table">https://en.wikipedia.org/wiki/Xcode#Version_comparison_table</a> </p>
|
The list of macOS versions and the last version of Xcode compatible with them are laid out nicely on the Wikipedia page on Xcode: <a href="https://en.wikipedia.org/wiki/Xcode#Version_comparison_table">https://en.wikipedia.org/wiki/Xcode#Version_comparison_table</a> </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
And because Xcode is being installed manually, you can skip the step to install the Xcode command line tools (do not run "<code>xcode-select --install</code>") but otherwise build Tux Paint using the same steps described in the earlier part of this document. </p>
|
And because Xcode is being installed manually, you can skip the step to install the Xcode command line tools (do not run "<code style="white-space: nowrap;">xcode-select --install</code>") but otherwise build Tux Paint using the same steps described in the earlier part of this document. </p>
|
||||||
|
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
|
@ -903,7 +905,7 @@ copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code>
|
||||||
Debugging </a>
|
Debugging </a>
|
||||||
</h2>
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
Le débogage (vers "STDOUT", par exemple le terminal, ou vers un fichier "<code>stdout.txt</code>", sous Windows) peut être activé en définissant "<code>DEBUG</code>" (et, si un mode verbeux est souhaité, "<code>VERBOSE</code>") <code># define</code> dans "<code>src/debug.h</code>. </blockquote>
|
Debugging output — to "STDOUT" on Linux and Unix, to a "<code>stdout.txt</code>" file on Windows, and to the file "<code>/tmp/tuxpaint.log</code>" on macOS — can be enabled by setting "<code>DEBUG</code>" (and, if verbose logging is wanted, "<code>VERBOSE</code>") <code>#define</code>s in "<code>src/debug.h</code>" and (re)compiling Tux Paint. </blockquote>
|
||||||
|
|
||||||
<hr size="2" noshade />
|
<hr size="2" noshade />
|
||||||
|
|
||||||
|
|
@ -935,13 +937,25 @@ copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code>
|
||||||
|
|
||||||
<hr size="1" noshade />
|
<hr size="1" noshade />
|
||||||
|
|
||||||
|
<h3>
|
||||||
|
<a name="uninstalling-macos" id="uninstalling-macos">
|
||||||
|
macOS </a>
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
<p>
|
||||||
|
Delete "<code>TuxPaint.app</code>" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in "<code style="white-space: nowrap;">Library/Application Support/TuxPaint</code>" (all users) and "<code style="white-space: nowrap;">/Users/<i>USERNAME</i>/Library/Application Support/TuxPaint</code>" (individual users). </p>
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="1" noshade />
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
<a name="uninstalling-linux" id="uninstalling-linux">
|
<a name="uninstalling-linux" id="uninstalling-linux">
|
||||||
Linux </a>
|
Linux </a>
|
||||||
</h3>
|
</h3>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
Dans le répertoire source de Tux Paint (où vous avez compilé Tux Paint), vous pouvez utiliser une cible "<code>make uninstall</code>" pour désinstaller Tux Paint. Par défaut, cela doit être fait par l'utilisateur "root" ("superutilisateur"), mais si vous avez installé Tux Paint à un autre endroit (par ex. en mettant "<code>PREFIX=...</code>" à "<code>make</code>" et "<code>make install</code>", vous ne pourrez pas, et il faudra fournier les mêmes réglages ici. (Voir les instructions d'installation ci-dessus pour plus d'informations.) </p>
|
Within the Tux Paint source directory (where you compiled Tux Paint), you can use the "<code style="white-space: nowrap;">make uninstall</code>" target to uninstall Tux Paint. By default, this must be done by the "root" user ('superuser'), but if you installed Tux Paint somewhere else (e.g., using a "<code>PREFIX=...</code>" setting to "<code>make</code>" and "<code style="white-space: nowrap;">make install</code>"), you may not, and will want to provide those same settings here. (See the <a href="#compiling-linux">installation instructions above</a> for further information.) </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
|
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
31 de Agosto de 2021
|
5 de Setembro de 2021
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -22,6 +22,7 @@
|
||||||
| * Debugging |
|
| * Debugging |
|
||||||
| * Uninstalling Tux Paint |
|
| * Uninstalling Tux Paint |
|
||||||
| * Windows |
|
| * Windows |
|
||||||
|
| * macOS |
|
||||||
| * Linux |
|
| * Linux |
|
||||||
+----------------------------------------------------+
|
+----------------------------------------------------+
|
||||||
|
|
||||||
|
|
@ -163,8 +164,7 @@ Compiling and Installation
|
||||||
|
|
||||||
Download the latest MSYS2 environment from
|
Download the latest MSYS2 environment from
|
||||||
https://sourceforge.net/projects/msys2/files/Base/ and install it
|
https://sourceforge.net/projects/msys2/files/Base/ and install it
|
||||||
where you'd like (the default is
|
where you'd like (the default is "C:\msys64")
|
||||||
"https://sourceforge.net/projects/msys2/files/Base/")
|
|
||||||
|
|
||||||
Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" ->
|
Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" ->
|
||||||
"MSYS2 MSYS" and execute following command (press [Intro] or
|
"MSYS2 MSYS" and execute following command (press [Intro] or
|
||||||
|
|
@ -740,9 +740,10 @@ Compiling and Installation
|
||||||
|
|
||||||
Debugging
|
Debugging
|
||||||
|
|
||||||
A depuración (a «STDOUT», por exemplo, á terminal ou a un ficheiro
|
Debugging output — to "STDOUT" on Linux and Unix, to a "stdout.txt" file
|
||||||
«stdout.txt» en Windows) pódese activar co axuste «DEBUG» (e, se se
|
on Windows, and to the file "/tmp/tuxpaint.log" on macOS — can be
|
||||||
quere un rexistro detallado, «VERBOSE») #define en «src/debug.h».
|
enabled by setting "DEBUG" (and, if verbose logging is wanted,
|
||||||
|
"VERBOSE") #defines in "src/debug.h" and (re)compiling Tux Paint.
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -767,12 +768,22 @@ Uninstalling Tux Paint
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
macOS
|
||||||
|
|
||||||
|
Delete "TuxPaint.app" from the "Applications" folder. Data files,
|
||||||
|
including the configuration files, stamps, and saved pictures, may be
|
||||||
|
found in "Library/Application Support/TuxPaint" (all users) and
|
||||||
|
"/Users/USERNAME/Library/Application Support/TuxPaint" (individual
|
||||||
|
users).
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Linux
|
Linux
|
||||||
|
|
||||||
Dentro do directorio de orixe de Tux Paint (onde compilou Tux Paint),
|
Within the Tux Paint source directory (where you compiled Tux Paint),
|
||||||
pode usar o destino «make uninstall» para desinstalar Tux Paint. De
|
you can use the "make uninstall" target to uninstall Tux Paint. By
|
||||||
xeito predeterminado, debe facelo o usuario «root» («superusuario»),
|
default, this must be done by the "root" user ('superuser'), but if
|
||||||
mais se instalou Tux Paint noutro lugar (por exemplo, usando a
|
you installed Tux Paint somewhere else (e.g., using a "PREFIX=..."
|
||||||
configuración «PREFIX=...» en «make» e «make install»), pode que non e
|
setting to "make" and "make install"), you may not, and will want to
|
||||||
queira proporcionar a mesma configuración aquí. (Consulte as
|
provide those same settings here. (See the installation instructions
|
||||||
instrucións de instalación anteriores para obter máis información.)
|
above for further information.)
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
31 de Agosto de 2021 </p>
|
5 de Setembro de 2021 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<hr size="2" noshade />
|
<hr size="2" noshade />
|
||||||
|
|
@ -77,6 +77,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href="#uninstalling-windows">Windows</a>
|
<a href="#uninstalling-windows">Windows</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#uninstalling-macOS">macOS</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#uninstalling-linux">Linux</a>
|
<a href="#uninstalling-linux">Linux</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
@ -177,7 +180,7 @@
|
||||||
<h4>Compatibilidade de SVG</h4>
|
<h4>Compatibilidade de SVG</h4>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
A partir de Tux Paint 0.9.17, Tux Paint pode cargar imaxes SVG (Scalable Vector Graphics — Gráficos Vectoriais Escalábeis) como selos. Admítense dous conxuntos de bibliotecas e pódese desactivar completamente a compatibilidade SVG (a través de «<code>make SVG_LIB:=</code>») </p>
|
A partir de Tux Paint 0.9.17, Tux Paint pode cargar imaxes SVG (Scalable Vector Graphics — Gráficos Vectoriais Escalábeis) como selos. Admítense dous conxuntos de bibliotecas e pódese desactivar completamente a compatibilidade SVG (a través de «<code style="white-space: nowrap;">make SVG_LIB:=</code>») </p>
|
||||||
|
|
||||||
<h5>librsvg-2 & libCairo2 (bibliotecas máis recentes)</h5>
|
<h5>librsvg-2 & libCairo2 (bibliotecas máis recentes)</h5>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
@ -251,7 +254,7 @@
|
||||||
Many tools and libraries are required to build Tux Paint. The package management system "<code>pacman</code>" helps you install them automatically solving complicated dependencies. </p>
|
Many tools and libraries are required to build Tux Paint. The package management system "<code>pacman</code>" helps you install them automatically solving complicated dependencies. </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Download the latest MSYS2 environment from <a href="https://sourceforge.net/projects/msys2/files/Base/">https://sourceforge.net/projects/msys2/files/Base/</a> and install it where you'd like (the default is "<a href="https://sourceforge.net/projects/msys2/files/Base/">https://sourceforge.net/projects/msys2/files/Base/</a>") </p>
|
Download the latest MSYS2 environment from <a href="https://sourceforge.net/projects/msys2/files/Base/">https://sourceforge.net/projects/msys2/files/Base/</a> and install it where you'd like (the default is "<code>C:\msys64</code>") </p>
|
||||||
<p>
|
<p>
|
||||||
Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MSYS" and execute following command (press <b><code>[Intro]</code></b> or <b><code>[Retorno]</code></b> to accept the defaults for all questions):
|
Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MSYS" and execute following command (press <b><code>[Intro]</code></b> or <b><code>[Retorno]</code></b> to accept the defaults for all questions):
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
|
@ -632,7 +635,7 @@
|
||||||
Desactivar a compatibilidade de «SVG» (e, polo tanto, as dependencias de «Cairo, libSVG, e svg-cairo»: </h4>
|
Desactivar a compatibilidade de «SVG» (e, polo tanto, as dependencias de «Cairo, libSVG, e svg-cairo»: </h4>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
Para desactivar a compatibilidade con SVG (por exemplo, se o seu sistema non é compatíbel coa biblioteca de Cairo ou outras dependencias relacionadas co SVG), pode executar «<code>make</code>» engadindo «<code>SVG_LIB= SVG_CFLAGS= NOSVGFLAG=NOSVG</code>»:
|
Para desactivar a compatibilidade con SVG (por exemplo, se o seu sistema non é compatíbel coa biblioteca de Cairo ou outras dependencias relacionadas co SVG), pode executar «<code>make</code>» engadindo «<code style="white-space: nowrap;">SVG_LIB= SVG_CFLAGS= NOSVGFLAG=NOSVG</code>»:
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<code>
|
<code>
|
||||||
$ make SVG_LIB= SVG_CFLAGS=
|
$ make SVG_LIB= SVG_CFLAGS=
|
||||||
|
|
@ -846,8 +849,7 @@
|
||||||
% make install
|
% make install
|
||||||
</code>
|
</code>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or
|
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code> for distribution. </p>
|
||||||
copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code> for distribution. </p>
|
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<hr size="1" noshade width="75%" />
|
<hr size="1" noshade width="75%" />
|
||||||
|
|
@ -888,7 +890,7 @@ copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code>
|
||||||
The list of macOS versions and the last version of Xcode compatible with them are laid out nicely on the Wikipedia page on Xcode: <a href="https://en.wikipedia.org/wiki/Xcode#Version_comparison_table">https://en.wikipedia.org/wiki/Xcode#Version_comparison_table</a> </p>
|
The list of macOS versions and the last version of Xcode compatible with them are laid out nicely on the Wikipedia page on Xcode: <a href="https://en.wikipedia.org/wiki/Xcode#Version_comparison_table">https://en.wikipedia.org/wiki/Xcode#Version_comparison_table</a> </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
And because Xcode is being installed manually, you can skip the step to install the Xcode command line tools (do not run "<code>xcode-select --install</code>") but otherwise build Tux Paint using the same steps described in the earlier part of this document. </p>
|
And because Xcode is being installed manually, you can skip the step to install the Xcode command line tools (do not run "<code style="white-space: nowrap;">xcode-select --install</code>") but otherwise build Tux Paint using the same steps described in the earlier part of this document. </p>
|
||||||
|
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
|
@ -903,7 +905,7 @@ copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code>
|
||||||
Debugging </a>
|
Debugging </a>
|
||||||
</h2>
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
A depuración (a «STDOUT», por exemplo, á terminal ou a un ficheiro «<code>stdout.txt</code>» en Windows) pódese activar co axuste «<code>DEBUG</code>» (e, se se quere un rexistro detallado, «<code>VERBOSE</code>») <code>#define </code> en «<code>src/debug.h</code>». </blockquote>
|
Debugging output — to "STDOUT" on Linux and Unix, to a "<code>stdout.txt</code>" file on Windows, and to the file "<code>/tmp/tuxpaint.log</code>" on macOS — can be enabled by setting "<code>DEBUG</code>" (and, if verbose logging is wanted, "<code>VERBOSE</code>") <code>#define</code>s in "<code>src/debug.h</code>" and (re)compiling Tux Paint. </blockquote>
|
||||||
|
|
||||||
<hr size="2" noshade />
|
<hr size="2" noshade />
|
||||||
|
|
||||||
|
|
@ -935,13 +937,25 @@ copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code>
|
||||||
|
|
||||||
<hr size="1" noshade />
|
<hr size="1" noshade />
|
||||||
|
|
||||||
|
<h3>
|
||||||
|
<a name="uninstalling-macos" id="uninstalling-macos">
|
||||||
|
macOS </a>
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
<p>
|
||||||
|
Delete "<code>TuxPaint.app</code>" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in "<code style="white-space: nowrap;">Library/Application Support/TuxPaint</code>" (all users) and "<code style="white-space: nowrap;">/Users/<i>USERNAME</i>/Library/Application Support/TuxPaint</code>" (individual users). </p>
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="1" noshade />
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
<a name="uninstalling-linux" id="uninstalling-linux">
|
<a name="uninstalling-linux" id="uninstalling-linux">
|
||||||
Linux </a>
|
Linux </a>
|
||||||
</h3>
|
</h3>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
Dentro do directorio de orixe de Tux Paint (onde compilou Tux Paint), pode usar o destino «<code>make uninstall</code>» para desinstalar Tux Paint. De xeito predeterminado, debe facelo o usuario «root» («superusuario»), mais se instalou Tux Paint noutro lugar (por exemplo, usando a configuración «<code>PREFIX=...</code>» en «<code>make</code>» e «<code>make install</code>»), pode que non e queira proporcionar a mesma configuración aquí. (Consulte as instrucións de instalación anteriores para obter máis información.) </p>
|
Within the Tux Paint source directory (where you compiled Tux Paint), you can use the "<code style="white-space: nowrap;">make uninstall</code>" target to uninstall Tux Paint. By default, this must be done by the "root" user ('superuser'), but if you installed Tux Paint somewhere else (e.g., using a "<code>PREFIX=...</code>" setting to "<code>make</code>" and "<code style="white-space: nowrap;">make install</code>"), you may not, and will want to provide those same settings here. (See the <a href="#compiling-linux">installation instructions above</a> for further information.) </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
|
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
2021年8月31日
|
2021年9月 5日
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -22,6 +22,7 @@
|
||||||
| * Debugging |
|
| * Debugging |
|
||||||
| * Uninstalling Tux Paint |
|
| * Uninstalling Tux Paint |
|
||||||
| * Windows |
|
| * Windows |
|
||||||
|
| * macOS |
|
||||||
| * Linux |
|
| * Linux |
|
||||||
+----------------------------------------------------+
|
+----------------------------------------------------+
|
||||||
|
|
||||||
|
|
@ -159,8 +160,7 @@ Compiling and Installation
|
||||||
|
|
||||||
Download the latest MSYS2 environment from
|
Download the latest MSYS2 environment from
|
||||||
https://sourceforge.net/projects/msys2/files/Base/ and install it
|
https://sourceforge.net/projects/msys2/files/Base/ and install it
|
||||||
where you'd like (the default is
|
where you'd like (the default is "C:\msys64")
|
||||||
"https://sourceforge.net/projects/msys2/files/Base/")
|
|
||||||
|
|
||||||
Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" ->
|
Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" ->
|
||||||
"MSYS2 MSYS" and execute following command (press [Enter] or
|
"MSYS2 MSYS" and execute following command (press [Enter] or
|
||||||
|
|
@ -730,9 +730,10 @@ Compiling and Installation
|
||||||
|
|
||||||
Debugging
|
Debugging
|
||||||
|
|
||||||
Debugging (to "STDOUT", e.g. to the terminal, or to a "stdout.txt" file,
|
Debugging output — to "STDOUT" on Linux and Unix, to a "stdout.txt" file
|
||||||
on Windows) can be enabled by setting "DEBUG" (and, if verbose logging
|
on Windows, and to the file "/tmp/tuxpaint.log" on macOS — can be
|
||||||
is wanted, "VERBOSE") #defines in "src/debug.h".
|
enabled by setting "DEBUG" (and, if verbose logging is wanted,
|
||||||
|
"VERBOSE") #defines in "src/debug.h" and (re)compiling Tux Paint.
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -757,6 +758,16 @@ Uninstalling Tux Paint
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
macOS
|
||||||
|
|
||||||
|
Delete "TuxPaint.app" from the "Applications" folder. Data files,
|
||||||
|
including the configuration files, stamps, and saved pictures, may be
|
||||||
|
found in "Library/Application Support/TuxPaint" (all users) and
|
||||||
|
"/Users/USERNAME/Library/Application Support/TuxPaint" (individual
|
||||||
|
users).
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Linux
|
Linux
|
||||||
|
|
||||||
Within the Tux Paint source directory (where you compiled Tux Paint),
|
Within the Tux Paint source directory (where you compiled Tux Paint),
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
2021年8月31日 </p>
|
2021年9月 5日 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<hr size="2" noshade />
|
<hr size="2" noshade />
|
||||||
|
|
@ -77,6 +77,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href="#uninstalling-windows">Windows</a>
|
<a href="#uninstalling-windows">Windows</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#uninstalling-macOS">macOS</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#uninstalling-linux">Linux</a>
|
<a href="#uninstalling-linux">Linux</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
@ -177,7 +180,7 @@
|
||||||
<h4>SVG graphics support</h4>
|
<h4>SVG graphics support</h4>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
As of Tux Paint 0.9.17, Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two sets of libraries are supported, and SVG support can be completely disabled (via "<code>make SVG_LIB:=</code>") </p>
|
As of Tux Paint 0.9.17, Tux Paint can load SVG (Scalable Vector Graphics) images as stamps. Two sets of libraries are supported, and SVG support can be completely disabled (via "<code style="white-space: nowrap;">make SVG_LIB:=</code>") </p>
|
||||||
|
|
||||||
<h5>librsvg-2 & libCairo2 (newer libraries)</h5>
|
<h5>librsvg-2 & libCairo2 (newer libraries)</h5>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
@ -251,7 +254,7 @@
|
||||||
Many tools and libraries are required to build Tux Paint. The package management system "<code>pacman</code>" helps you install them automatically solving complicated dependencies. </p>
|
Many tools and libraries are required to build Tux Paint. The package management system "<code>pacman</code>" helps you install them automatically solving complicated dependencies. </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Download the latest MSYS2 environment from <a href="https://sourceforge.net/projects/msys2/files/Base/">https://sourceforge.net/projects/msys2/files/Base/</a> and install it where you'd like (the default is "<a href="https://sourceforge.net/projects/msys2/files/Base/">https://sourceforge.net/projects/msys2/files/Base/</a>") </p>
|
Download the latest MSYS2 environment from <a href="https://sourceforge.net/projects/msys2/files/Base/">https://sourceforge.net/projects/msys2/files/Base/</a> and install it where you'd like (the default is "<code>C:\msys64</code>") </p>
|
||||||
<p>
|
<p>
|
||||||
Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MSYS" and execute following command (press <b><code>[Enter]</code></b> or <b><code>[Return]</code></b> to accept the defaults for all questions):
|
Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MSYS" and execute following command (press <b><code>[Enter]</code></b> or <b><code>[Return]</code></b> to accept the defaults for all questions):
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
|
@ -632,7 +635,7 @@
|
||||||
Disabling SVG support (and hence Cairo, libSVG, and svg-cairo dependencies): </h4>
|
Disabling SVG support (and hence Cairo, libSVG, and svg-cairo dependencies): </h4>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
To disable SVG support (e.g., if your system is not currently supported by the Cairo library or other SVG-related dependencies), you can run "<code>make</code>" with "<code>SVG_LIB= SVG_CFLAGS= NOSVGFLAG=NOSVG</code>" added:
|
To disable SVG support (e.g., if your system is not currently supported by the Cairo library or other SVG-related dependencies), you can run "<code>make</code>" with "<code style="white-space: nowrap;">SVG_LIB= SVG_CFLAGS= NOSVGFLAG=NOSVG</code>" added:
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<code>
|
<code>
|
||||||
$ make SVG_LIB= SVG_CFLAGS=
|
$ make SVG_LIB= SVG_CFLAGS=
|
||||||
|
|
@ -846,8 +849,7 @@
|
||||||
% make install
|
% make install
|
||||||
</code>
|
</code>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or
|
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code> for distribution. </p>
|
||||||
copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code> for distribution. </p>
|
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<hr size="1" noshade width="75%" />
|
<hr size="1" noshade width="75%" />
|
||||||
|
|
@ -888,7 +890,7 @@ copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code>
|
||||||
The list of macOS versions and the last version of Xcode compatible with them are laid out nicely on the Wikipedia page on Xcode: <a href="https://en.wikipedia.org/wiki/Xcode#Version_comparison_table">https://en.wikipedia.org/wiki/Xcode#Version_comparison_table</a> </p>
|
The list of macOS versions and the last version of Xcode compatible with them are laid out nicely on the Wikipedia page on Xcode: <a href="https://en.wikipedia.org/wiki/Xcode#Version_comparison_table">https://en.wikipedia.org/wiki/Xcode#Version_comparison_table</a> </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
And because Xcode is being installed manually, you can skip the step to install the Xcode command line tools (do not run "<code>xcode-select --install</code>") but otherwise build Tux Paint using the same steps described in the earlier part of this document. </p>
|
And because Xcode is being installed manually, you can skip the step to install the Xcode command line tools (do not run "<code style="white-space: nowrap;">xcode-select --install</code>") but otherwise build Tux Paint using the same steps described in the earlier part of this document. </p>
|
||||||
|
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
|
@ -903,7 +905,7 @@ copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code>
|
||||||
Debugging </a>
|
Debugging </a>
|
||||||
</h2>
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
Debugging (to "STDOUT", e.g. to the terminal, or to a "<code>stdout.txt</code>" file, on Windows) can be enabled by setting "<code>DEBUG</code>" (and, if verbose logging is wanted, "<code>VERBOSE</code>") <code>#define</code>s in "<code>src/debug.h</code>". </blockquote>
|
Debugging output — to "STDOUT" on Linux and Unix, to a "<code>stdout.txt</code>" file on Windows, and to the file "<code>/tmp/tuxpaint.log</code>" on macOS — can be enabled by setting "<code>DEBUG</code>" (and, if verbose logging is wanted, "<code>VERBOSE</code>") <code>#define</code>s in "<code>src/debug.h</code>" and (re)compiling Tux Paint. </blockquote>
|
||||||
|
|
||||||
<hr size="2" noshade />
|
<hr size="2" noshade />
|
||||||
|
|
||||||
|
|
@ -935,13 +937,25 @@ copied to <code>/Applications</code>. It also creates <code>TuxPaint.dmg</code>
|
||||||
|
|
||||||
<hr size="1" noshade />
|
<hr size="1" noshade />
|
||||||
|
|
||||||
|
<h3>
|
||||||
|
<a name="uninstalling-macos" id="uninstalling-macos">
|
||||||
|
macOS </a>
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
<p>
|
||||||
|
Delete "<code>TuxPaint.app</code>" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in "<code style="white-space: nowrap;">Library/Application Support/TuxPaint</code>" (all users) and "<code style="white-space: nowrap;">/Users/<i>USERNAME</i>/Library/Application Support/TuxPaint</code>" (individual users). </p>
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="1" noshade />
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
<a name="uninstalling-linux" id="uninstalling-linux">
|
<a name="uninstalling-linux" id="uninstalling-linux">
|
||||||
Linux </a>
|
Linux </a>
|
||||||
</h3>
|
</h3>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
Within the Tux Paint source directory (where you compiled Tux Paint), you can use the "<code>make uninstall</code>" target to uninstall Tux Paint. By default, this must be done by the "root" user ('superuser'), but if you installed Tux Paint somewhere else (e.g., using a "<code>PREFIX=...</code>" setting to "<code>make</code>" and "<code>make install</code>"), you may not, and will want to provide those same settings here. (See the installation instructions above for further information.) </p>
|
Within the Tux Paint source directory (where you compiled Tux Paint), you can use the "<code style="white-space: nowrap;">make uninstall</code>" target to uninstall Tux Paint. By default, this must be done by the "root" user ('superuser'), but if you installed Tux Paint somewhere else (e.g., using a "<code>PREFIX=...</code>" setting to "<code>make</code>" and "<code style="white-space: nowrap;">make install</code>"), you may not, and will want to provide those same settings here. (See the <a href="#compiling-linux">installation instructions above</a> for further information.) </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -665,7 +665,7 @@ overwritten, Tux Paint will, by default, ask for confirmation: either save
|
||||||
over the old file, or create a new file. This prompt can be disabled with
|
over the old file, or create a new file. This prompt can be disabled with
|
||||||
"--saveover" (which always saves over older versions of pictures) or
|
"--saveover" (which always saves over older versions of pictures) or
|
||||||
"--saveovernew" (which always saves a new file). The default is to prompt
|
"--saveovernew" (which always saves a new file). The default is to prompt
|
||||||
("--saveover").
|
("--saveoverask").
|
||||||
|
|
||||||
.SS SAVE AND EXPORT DIRECTORIES
|
.SS SAVE AND EXPORT DIRECTORIES
|
||||||
.TP 8
|
.TP 8
|
||||||
|
|
|
||||||
|
|
@ -665,7 +665,7 @@ overwritten, Tux Paint will, by default, ask for confirmation: either save
|
||||||
over the old file, or create a new file. This prompt can be disabled with
|
over the old file, or create a new file. This prompt can be disabled with
|
||||||
"--saveover" (which always saves over older versions of pictures) or
|
"--saveover" (which always saves over older versions of pictures) or
|
||||||
"--saveovernew" (which always saves a new file). The default is to prompt
|
"--saveovernew" (which always saves a new file). The default is to prompt
|
||||||
("--saveover").
|
("--saveoverask").
|
||||||
|
|
||||||
.SS SAVE AND EXPORT DIRECTORIES
|
.SS SAVE AND EXPORT DIRECTORIES
|
||||||
.TP 8
|
.TP 8
|
||||||
|
|
|
||||||
|
|
@ -670,7 +670,7 @@ overwritten, Tux Paint will, by default, ask for confirmation: either save
|
||||||
over the old file, or create a new file. This prompt can be disabled with
|
over the old file, or create a new file. This prompt can be disabled with
|
||||||
"--saveover" (which always saves over older versions of pictures) or
|
"--saveover" (which always saves over older versions of pictures) or
|
||||||
"--saveovernew" (which always saves a new file). The default is to prompt
|
"--saveovernew" (which always saves a new file). The default is to prompt
|
||||||
("--saveover").
|
("--saveoverask").
|
||||||
|
|
||||||
.SS SAVE AND EXPORT DIRECTORIES
|
.SS SAVE AND EXPORT DIRECTORIES
|
||||||
.TP 8
|
.TP 8
|
||||||
|
|
|
||||||
|
|
@ -669,7 +669,7 @@ overwritten, Tux Paint will, by default, ask for confirmation: either save
|
||||||
over the old file, or create a new file. This prompt can be disabled with
|
over the old file, or create a new file. This prompt can be disabled with
|
||||||
"--saveover" (which always saves over older versions of pictures) or
|
"--saveover" (which always saves over older versions of pictures) or
|
||||||
"--saveovernew" (which always saves a new file). The default is to prompt
|
"--saveovernew" (which always saves a new file). The default is to prompt
|
||||||
("--saveover").
|
("--saveoverask").
|
||||||
|
|
||||||
.SS SAVE AND EXPORT DIRECTORIES
|
.SS SAVE AND EXPORT DIRECTORIES
|
||||||
.TP 8
|
.TP 8
|
||||||
|
|
|
||||||
|
|
@ -668,7 +668,7 @@ overwritten, Tux Paint will, by default, ask for confirmation: either save
|
||||||
over the old file, or create a new file. This prompt can be disabled with
|
over the old file, or create a new file. This prompt can be disabled with
|
||||||
"--saveover" (which always saves over older versions of pictures) or
|
"--saveover" (which always saves over older versions of pictures) or
|
||||||
"--saveovernew" (which always saves a new file). The default is to prompt
|
"--saveovernew" (which always saves a new file). The default is to prompt
|
||||||
("--saveover").
|
("--saveoverask").
|
||||||
|
|
||||||
.SS SAVE AND EXPORT DIRECTORIES
|
.SS SAVE AND EXPORT DIRECTORIES
|
||||||
.TP 8
|
.TP 8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue