Regen INSTALL after Win32 sdl2 drop; also ja_JP magic docs
This commit is contained in:
parent
f2ca8b92a7
commit
983e24974c
16 changed files with 85 additions and 90 deletions
|
|
@ -2,10 +2,10 @@
|
|||
version 0.9.29
|
||||
Installation Documentation
|
||||
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
September 23, 2022
|
||||
March 23, 2023
|
||||
|
||||
+----------------------------------------------------+
|
||||
|Table of Contents |
|
||||
|
|
@ -359,18 +359,18 @@ Windows
|
|||
* Expand the tar-ball and change the directory name so that the
|
||||
final packaging process can find related files.
|
||||
|
||||
$ tar zxvf tuxpaint-A.B.C-sdl2.tar.gz
|
||||
$ mv tuxpaint-A.B.C-sdl2 tuxpaint-sdl2
|
||||
$ tar zxvf tuxpaint-A.B.C.tar.gz
|
||||
$ mv tuxpaint-A.B.C tuxpaint
|
||||
|
||||
b. Using the developing source tree:
|
||||
* Fetch the developing source tree from git repository:
|
||||
|
||||
$ git clone -b sdl2.0
|
||||
https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint-sdl2
|
||||
$ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint
|
||||
tuxpaint
|
||||
|
||||
Now you can build Tux Paint as follows:
|
||||
|
||||
$ cd tuxpaint-sdl2
|
||||
$ cd tuxpaint
|
||||
$ make bdist-win32
|
||||
|
||||
All the files needed for starting Tux Paint (and Tux Paint Config.) are
|
||||
|
|
@ -398,8 +398,7 @@ Windows
|
|||
Then, you can easily build an executable installer by right-clicking on
|
||||
the "tuxpaint.iss" icon in the "win32" directory and selecting "Compile"
|
||||
on the list. It will run for a while, and eventually you will find a
|
||||
"tuxpaint-X.Y.Z-windows-sdl2.0-<arch>-installer.exe" file in the same
|
||||
directory.
|
||||
"tuxpaint-X.Y.Z-windows-<arch>-installer.exe" file in the same directory.
|
||||
|
||||
Running the Tux Paint Windows Installer
|
||||
|
||||
|
|
|
|||
|
|
@ -93,12 +93,12 @@
|
|||
Installation Documentation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
Copyright © 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
September 23, 2022 </p>
|
||||
March 23, 2023 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -636,8 +636,8 @@
|
|||
<li>
|
||||
Expand the tar-ball and change the directory name so that the final packaging process can find related files. <blockquote>
|
||||
<code>
|
||||
$ tar zxvf tuxpaint-A.B.C-sdl2.tar.gz<br/>
|
||||
$ mv tuxpaint-A.B.C-sdl2 tuxpaint-sdl2<br/>
|
||||
$ tar zxvf tuxpaint-A.B.C.tar.gz<br/>
|
||||
$ mv tuxpaint-A.B.C tuxpaint<br/>
|
||||
</code>
|
||||
</blockquote>
|
||||
</li>
|
||||
|
|
@ -648,7 +648,7 @@
|
|||
<li>
|
||||
Fetch the developing source tree from git repository: <blockquote>
|
||||
<code>
|
||||
$ git clone -b sdl2.0 https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint-sdl2
|
||||
$ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint
|
||||
</code>
|
||||
</blockquote>
|
||||
</li>
|
||||
|
|
@ -659,7 +659,7 @@
|
|||
<p>
|
||||
Now you can build Tux Paint as follows: <blockquote>
|
||||
<code>
|
||||
$ cd tuxpaint-sdl2<br/>
|
||||
$ cd tuxpaint<br/>
|
||||
$ make bdist-win32<br/>
|
||||
</code>
|
||||
</blockquote>
|
||||
|
|
@ -683,7 +683,7 @@
|
|||
<p>
|
||||
Before building an installer, edit the "<code>tuxpaint.iss</code>" file and enable one of the lines starting with "<code>#define BuildTarget=</code>", depending on the architecture of the installer you want to create. </p>
|
||||
<p>
|
||||
Then, you can easily build an executable installer by right-clicking on the "<code>tuxpaint.iss</code>" icon in the "<code>win32</code>" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "<code>tuxpaint-<i>X.Y.Z</i>-windows-sdl2.0-<arch>-installer.exe</code>" file in the same directory. </p>
|
||||
Then, you can easily build an executable installer by right-clicking on the "<code>tuxpaint.iss</code>" icon in the "<code>win32</code>" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "<code>tuxpaint-<i>X.Y.Z</i>-windows-<arch>-installer.exe</code>" file in the same directory. </p>
|
||||
</section><!-- H3: Building the Tux Paint Windows Installer -->
|
||||
|
||||
<section class="indent"><!-- H3: Running the Tux Paint Windows Installer -->
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
versión 0.9.29
|
||||
Installation Documentation
|
||||
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
septiembre 23, 2022
|
||||
marzo 23, 2023
|
||||
|
||||
+----------------------------------------------------+
|
||||
|Table of Contents |
|
||||
|
|
@ -359,18 +359,18 @@ Windows
|
|||
* Expand the tar-ball and change the directory name so that the
|
||||
final packaging process can find related files.
|
||||
|
||||
$ tar zxvf tuxpaint-A.B.C-sdl2.tar.gz
|
||||
$ mv tuxpaint-A.B.C-sdl2 tuxpaint-sdl2
|
||||
$ tar zxvf tuxpaint-A.B.C.tar.gz
|
||||
$ mv tuxpaint-A.B.C tuxpaint
|
||||
|
||||
b. Using the developing source tree:
|
||||
* Fetch the developing source tree from git repository:
|
||||
|
||||
$ git clone -b sdl2.0
|
||||
https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint-sdl2
|
||||
$ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint
|
||||
tuxpaint
|
||||
|
||||
Now you can build Tux Paint as follows:
|
||||
|
||||
$ cd tuxpaint-sdl2
|
||||
$ cd tuxpaint
|
||||
$ make bdist-win32
|
||||
|
||||
All the files needed for starting Tux Paint (and Tux Paint Config.) are
|
||||
|
|
@ -398,8 +398,7 @@ Windows
|
|||
Then, you can easily build an executable installer by right-clicking on
|
||||
the "tuxpaint.iss" icon in the "win32" directory and selecting "Compile"
|
||||
on the list. It will run for a while, and eventually you will find a
|
||||
"tuxpaint-X.Y.Z-windows-sdl2.0-<arch>-installer.exe" file in the same
|
||||
directory.
|
||||
"tuxpaint-X.Y.Z-windows-<arch>-installer.exe" file in the same directory.
|
||||
|
||||
Running the Tux Paint Windows Installer
|
||||
|
||||
|
|
|
|||
|
|
@ -93,12 +93,12 @@
|
|||
Installation Documentation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
Copyright © 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
septiembre 23, 2022 </p>
|
||||
marzo 23, 2023 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -636,8 +636,8 @@
|
|||
<li>
|
||||
Expand the tar-ball and change the directory name so that the final packaging process can find related files. <blockquote>
|
||||
<code>
|
||||
$ tar zxvf tuxpaint-A.B.C-sdl2.tar.gz<br/>
|
||||
$ mv tuxpaint-A.B.C-sdl2 tuxpaint-sdl2<br/>
|
||||
$ tar zxvf tuxpaint-A.B.C.tar.gz<br/>
|
||||
$ mv tuxpaint-A.B.C tuxpaint<br/>
|
||||
</code>
|
||||
</blockquote>
|
||||
</li>
|
||||
|
|
@ -648,7 +648,7 @@
|
|||
<li>
|
||||
Fetch the developing source tree from git repository: <blockquote>
|
||||
<code>
|
||||
$ git clone -b sdl2.0 https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint-sdl2
|
||||
$ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint
|
||||
</code>
|
||||
</blockquote>
|
||||
</li>
|
||||
|
|
@ -659,7 +659,7 @@
|
|||
<p>
|
||||
Now you can build Tux Paint as follows: <blockquote>
|
||||
<code>
|
||||
$ cd tuxpaint-sdl2<br/>
|
||||
$ cd tuxpaint<br/>
|
||||
$ make bdist-win32<br/>
|
||||
</code>
|
||||
</blockquote>
|
||||
|
|
@ -683,7 +683,7 @@
|
|||
<p>
|
||||
Before building an installer, edit the "<code>tuxpaint.iss</code>" file and enable one of the lines starting with "<code>#define BuildTarget=</code>", depending on the architecture of the installer you want to create. </p>
|
||||
<p>
|
||||
Then, you can easily build an executable installer by right-clicking on the "<code>tuxpaint.iss</code>" icon in the "<code>win32</code>" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "<code>tuxpaint-<i>X.Y.Z</i>-windows-sdl2.0-<arch>-installer.exe</code>" file in the same directory. </p>
|
||||
Then, you can easily build an executable installer by right-clicking on the "<code>tuxpaint.iss</code>" icon in the "<code>win32</code>" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "<code>tuxpaint-<i>X.Y.Z</i>-windows-<arch>-installer.exe</code>" file in the same directory. </p>
|
||||
</section><!-- H3: Building the Tux Paint Windows Installer -->
|
||||
|
||||
<section class="indent"><!-- H3: Running the Tux Paint Windows Installer -->
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
version 0.9.29
|
||||
Documentation sur l'installation
|
||||
|
||||
Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt.
|
||||
Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
septembre 23, 2022
|
||||
mars 23, 2023
|
||||
|
||||
+--------------------------------------------------------+
|
||||
|Table des matières |
|
||||
|
|
@ -367,18 +367,18 @@ Windows
|
|||
* Expand the tar-ball and change the directory name so that the
|
||||
final packaging process can find related files.
|
||||
|
||||
$ tar zxvf tuxpaint-A.B.C-sdl2.tar.gz
|
||||
$ mv tuxpaint-A.B.C-sdl2 tuxpaint-sdl2
|
||||
$ tar zxvf tuxpaint-A.B.C.tar.gz
|
||||
$ mv tuxpaint-A.B.C tuxpaint
|
||||
|
||||
b. Using the developing source tree:
|
||||
* Fetch the developing source tree from git repository:
|
||||
|
||||
$ git clone -b sdl2.0
|
||||
https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint-sdl2
|
||||
$ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint
|
||||
tuxpaint
|
||||
|
||||
Now you can build Tux Paint as follows:
|
||||
|
||||
$ cd tuxpaint-sdl2
|
||||
$ cd tuxpaint
|
||||
$ make bdist-win32
|
||||
|
||||
Tous les fichiers nécessaires pour démarrer Tux Paint (et Tux Paint
|
||||
|
|
@ -409,8 +409,7 @@ Windows
|
|||
cliquant-droit sur l'icône "tuxpaint.iss" du répertoires "win32" et
|
||||
sélectionner "Compile" dans la liste. Cela prendra un certain temps, et
|
||||
éventuellement vous obtiendrez un fichier
|
||||
"tuxpaint-X.Y.Z-windows-sdl2.0-<arch>-installer.exe" dans le même
|
||||
répertoire.
|
||||
"tuxpaint-X.Y.Z-windows-<arch>-installer.exe" dans le même répertoire.
|
||||
|
||||
Running the Tux Paint Windows Installer
|
||||
|
||||
|
|
|
|||
|
|
@ -93,12 +93,12 @@
|
|||
Documentation sur l'installation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
Copyright © 2002-2023 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
septembre 23, 2022 </p>
|
||||
mars 23, 2023 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -636,8 +636,8 @@
|
|||
<li>
|
||||
Expand the tar-ball and change the directory name so that the final packaging process can find related files. <blockquote>
|
||||
<code>
|
||||
$ tar zxvf tuxpaint-A.B.C-sdl2.tar.gz<br/>
|
||||
$ mv tuxpaint-A.B.C-sdl2 tuxpaint-sdl2<br/>
|
||||
$ tar zxvf tuxpaint-A.B.C.tar.gz<br/>
|
||||
$ mv tuxpaint-A.B.C tuxpaint<br/>
|
||||
</code>
|
||||
</blockquote>
|
||||
</li>
|
||||
|
|
@ -648,7 +648,7 @@
|
|||
<li>
|
||||
Fetch the developing source tree from git repository: <blockquote>
|
||||
<code>
|
||||
$ git clone -b sdl2.0 https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint-sdl2
|
||||
$ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint
|
||||
</code>
|
||||
</blockquote>
|
||||
</li>
|
||||
|
|
@ -659,7 +659,7 @@
|
|||
<p>
|
||||
Now you can build Tux Paint as follows: <blockquote>
|
||||
<code>
|
||||
$ cd tuxpaint-sdl2<br/>
|
||||
$ cd tuxpaint<br/>
|
||||
$ make bdist-win32<br/>
|
||||
</code>
|
||||
</blockquote>
|
||||
|
|
@ -683,7 +683,7 @@
|
|||
<p>
|
||||
Before building an installer, edit the "<code>tuxpaint.iss</code>" file and enable one of the lines starting with "<code>#define BuildTarget=</code>", depending on the architecture of the installer you want to create. </p>
|
||||
<p>
|
||||
Alors, vous pouvez facilement construire un installateur exécutable en cliquant-droit sur l'icône "<code>tuxpaint.iss</code>" du répertoires "<code>win32</code>" et sélectionner "Compile" dans la liste. Cela prendra un certain temps, et éventuellement vous obtiendrez un fichier "<code>tuxpaint-<i>X.Y.Z</i>-windows-sdl2.0-<arch>-installer.exe</code>" dans le même répertoire. </p>
|
||||
Alors, vous pouvez facilement construire un installateur exécutable en cliquant-droit sur l'icône "<code>tuxpaint.iss</code>" du répertoires "<code>win32</code>" et sélectionner "Compile" dans la liste. Cela prendra un certain temps, et éventuellement vous obtiendrez un fichier "<code>tuxpaint-<i>X.Y.Z</i>-windows-<arch>-installer.exe</code>" dans le même répertoire. </p>
|
||||
</section><!-- H3: Building the Tux Paint Windows Installer -->
|
||||
|
||||
<section class="indent"><!-- H3: Running the Tux Paint Windows Installer -->
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
versión 0.9.29
|
||||
Documentación da instalación
|
||||
|
||||
Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
23 de Setembro de 2022
|
||||
23 de Marzo de 2023
|
||||
|
||||
+----------------------------------------------------+
|
||||
|Índice |
|
||||
|
|
@ -362,18 +362,18 @@ Windows
|
|||
* Expand the tar-ball and change the directory name so that the
|
||||
final packaging process can find related files.
|
||||
|
||||
$ tar zxvf tuxpaint-A.B.C-sdl2.tar.gz
|
||||
$ mv tuxpaint-A.B.C-sdl2 tuxpaint-sdl2
|
||||
$ tar zxvf tuxpaint-A.B.C.tar.gz
|
||||
$ mv tuxpaint-A.B.C tuxpaint
|
||||
|
||||
b. Using the developing source tree:
|
||||
* Fetch the developing source tree from git repository:
|
||||
|
||||
$ git clone -b sdl2.0
|
||||
https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint-sdl2
|
||||
$ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint
|
||||
tuxpaint
|
||||
|
||||
Now you can build Tux Paint as follows:
|
||||
|
||||
$ cd tuxpaint-sdl2
|
||||
$ cd tuxpaint
|
||||
$ make bdist-win32
|
||||
|
||||
All the files needed for starting Tux Paint (and Tux Paint Config.) are
|
||||
|
|
@ -401,8 +401,7 @@ Windows
|
|||
Then, you can easily build an executable installer by right-clicking on
|
||||
the "tuxpaint.iss" icon in the "win32" directory and selecting "Compile"
|
||||
on the list. It will run for a while, and eventually you will find a
|
||||
"tuxpaint-X.Y.Z-windows-sdl2.0-<arch>-installer.exe" file in the same
|
||||
directory.
|
||||
"tuxpaint-X.Y.Z-windows-<arch>-installer.exe" file in the same directory.
|
||||
|
||||
Running the Tux Paint Windows Installer
|
||||
|
||||
|
|
|
|||
|
|
@ -93,12 +93,12 @@
|
|||
Documentación da instalación </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
Copyright © 2002-2023 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
23 de Setembro de 2022 </p>
|
||||
23 de Marzo de 2023 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -636,8 +636,8 @@
|
|||
<li>
|
||||
Expand the tar-ball and change the directory name so that the final packaging process can find related files. <blockquote>
|
||||
<code>
|
||||
$ tar zxvf tuxpaint-A.B.C-sdl2.tar.gz<br/>
|
||||
$ mv tuxpaint-A.B.C-sdl2 tuxpaint-sdl2<br/>
|
||||
$ tar zxvf tuxpaint-A.B.C.tar.gz<br/>
|
||||
$ mv tuxpaint-A.B.C tuxpaint<br/>
|
||||
</code>
|
||||
</blockquote>
|
||||
</li>
|
||||
|
|
@ -648,7 +648,7 @@
|
|||
<li>
|
||||
Fetch the developing source tree from git repository: <blockquote>
|
||||
<code>
|
||||
$ git clone -b sdl2.0 https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint-sdl2
|
||||
$ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint
|
||||
</code>
|
||||
</blockquote>
|
||||
</li>
|
||||
|
|
@ -659,7 +659,7 @@
|
|||
<p>
|
||||
Now you can build Tux Paint as follows: <blockquote>
|
||||
<code>
|
||||
$ cd tuxpaint-sdl2<br/>
|
||||
$ cd tuxpaint<br/>
|
||||
$ make bdist-win32<br/>
|
||||
</code>
|
||||
</blockquote>
|
||||
|
|
@ -683,7 +683,7 @@
|
|||
<p>
|
||||
Before building an installer, edit the "<code>tuxpaint.iss</code>" file and enable one of the lines starting with "<code>#define BuildTarget=</code>", depending on the architecture of the installer you want to create. </p>
|
||||
<p>
|
||||
Then, you can easily build an executable installer by right-clicking on the "<code>tuxpaint.iss</code>" icon in the "<code>win32</code>" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "<code>tuxpaint-<i>X.Y.Z</i>-windows-sdl2.0-<arch>-installer.exe</code>" file in the same directory. </p>
|
||||
Then, you can easily build an executable installer by right-clicking on the "<code>tuxpaint.iss</code>" icon in the "<code>win32</code>" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "<code>tuxpaint-<i>X.Y.Z</i>-windows-<arch>-installer.exe</code>" file in the same directory. </p>
|
||||
</section><!-- H3: Building the Tux Paint Windows Installer -->
|
||||
|
||||
<section class="indent"><!-- H3: Running the Tux Paint Windows Installer -->
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
バージョン 0.9.29
|
||||
Installation Documentation
|
||||
|
||||
Copyright © 2002-2022 by various contributors; AUTHORS.txt 参照.
|
||||
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2022年9月23日
|
||||
2023年3月23日
|
||||
|
||||
+----------------------------------------------------+
|
||||
|目次 |
|
||||
|
|
@ -359,18 +359,18 @@ Windows
|
|||
* Expand the tar-ball and change the directory name so that the
|
||||
final packaging process can find related files.
|
||||
|
||||
$ tar zxvf tuxpaint-A.B.C-sdl2.tar.gz
|
||||
$ mv tuxpaint-A.B.C-sdl2 tuxpaint-sdl2
|
||||
$ tar zxvf tuxpaint-A.B.C.tar.gz
|
||||
$ mv tuxpaint-A.B.C tuxpaint
|
||||
|
||||
b. Using the developing source tree:
|
||||
* Fetch the developing source tree from git repository:
|
||||
|
||||
$ git clone -b sdl2.0
|
||||
https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint-sdl2
|
||||
$ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint
|
||||
tuxpaint
|
||||
|
||||
Now you can build Tux Paint as follows:
|
||||
|
||||
$ cd tuxpaint-sdl2
|
||||
$ cd tuxpaint
|
||||
$ make bdist-win32
|
||||
|
||||
All the files needed for starting Tux Paint (and Tux Paint Config.) are
|
||||
|
|
@ -398,8 +398,7 @@ Windows
|
|||
Then, you can easily build an executable installer by right-clicking on
|
||||
the "tuxpaint.iss" icon in the "win32" directory and selecting "Compile"
|
||||
on the list. It will run for a while, and eventually you will find a
|
||||
"tuxpaint-X.Y.Z-windows-sdl2.0-<arch>-installer.exe" file in the same
|
||||
directory.
|
||||
"tuxpaint-X.Y.Z-windows-<arch>-installer.exe" file in the same directory.
|
||||
|
||||
Running the Tux Paint Windows Installer
|
||||
|
||||
|
|
|
|||
|
|
@ -85,9 +85,9 @@ Tux Paint バージョン 0.9.29 での変更点
|
|||
「ぬる」ツールに、領域の輪郭に合わせてグラデーションをつけるモードが追加されました。
|
||||
|
||||
15個の新たな「まほう」ツールの追加
|
||||
「めいろ」, 「めだま」, 「けがわ」, 「えんけい」, 「ほうしゃ」, 「りったいメガネ」, 「いろぶんかい」, Double
|
||||
Vision, 「ほうわ」, 「ひほうわ」, 「だっしょく」, 「いろのこし」, 「まんげきょう4」, 「まんげきょう6」,
|
||||
「まんげきょう8」, 「かがやき」
|
||||
「めいろ」, 「めだま」, 「けがわ」, 「えんけい」, 「ほうしゃ」, 「りったいメガネ」, 「いろぶんかい」, 「ふくし」,
|
||||
「ほうわ」, 「ひほうわ」, 「だっしょく」, 「いろのこし」, 「まんげきょう4」, 「まんげきょう6」, 「まんげきょう8」,
|
||||
「かがやき」
|
||||
|
||||
けしゴム のショートカット
|
||||
「けしゴム」ツールに素早くアクセスできるキーボードショートカットが利用できるようになりました
|
||||
|
|
|
|||
|
|
@ -93,12 +93,12 @@
|
|||
Installation Documentation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
|
||||
Copyright © 2002-2023 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
2022年9月23日 </p>
|
||||
2023年3月23日 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -636,8 +636,8 @@
|
|||
<li>
|
||||
Expand the tar-ball and change the directory name so that the final packaging process can find related files. <blockquote>
|
||||
<code>
|
||||
$ tar zxvf tuxpaint-A.B.C-sdl2.tar.gz<br/>
|
||||
$ mv tuxpaint-A.B.C-sdl2 tuxpaint-sdl2<br/>
|
||||
$ tar zxvf tuxpaint-A.B.C.tar.gz<br/>
|
||||
$ mv tuxpaint-A.B.C tuxpaint<br/>
|
||||
</code>
|
||||
</blockquote>
|
||||
</li>
|
||||
|
|
@ -648,7 +648,7 @@
|
|||
<li>
|
||||
Fetch the developing source tree from git repository: <blockquote>
|
||||
<code>
|
||||
$ git clone -b sdl2.0 https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint-sdl2
|
||||
$ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint
|
||||
</code>
|
||||
</blockquote>
|
||||
</li>
|
||||
|
|
@ -659,7 +659,7 @@
|
|||
<p>
|
||||
Now you can build Tux Paint as follows: <blockquote>
|
||||
<code>
|
||||
$ cd tuxpaint-sdl2<br/>
|
||||
$ cd tuxpaint<br/>
|
||||
$ make bdist-win32<br/>
|
||||
</code>
|
||||
</blockquote>
|
||||
|
|
@ -683,7 +683,7 @@
|
|||
<p>
|
||||
Before building an installer, edit the "<code>tuxpaint.iss</code>" file and enable one of the lines starting with "<code>#define BuildTarget=</code>", depending on the architecture of the installer you want to create. </p>
|
||||
<p>
|
||||
Then, you can easily build an executable installer by right-clicking on the "<code>tuxpaint.iss</code>" icon in the "<code>win32</code>" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "<code>tuxpaint-<i>X.Y.Z</i>-windows-sdl2.0-<arch>-installer.exe</code>" file in the same directory. </p>
|
||||
Then, you can easily build an executable installer by right-clicking on the "<code>tuxpaint.iss</code>" icon in the "<code>win32</code>" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "<code>tuxpaint-<i>X.Y.Z</i>-windows-<arch>-installer.exe</code>" file in the same directory. </p>
|
||||
</section><!-- H3: Building the Tux Paint Windows Installer -->
|
||||
|
||||
<section class="indent"><!-- H3: Running the Tux Paint Windows Installer -->
|
||||
|
|
|
|||
|
|
@ -232,7 +232,7 @@
|
|||
<a href="#using_tools_drawing_fill">「ぬる」ツール</a>に、領域の輪郭に合わせてグラデーションをつけるモードが追加されました。 </dd>
|
||||
|
||||
<dt>15個の新たな<strong>「まほう」</strong>ツールの追加 <dd>
|
||||
「めいろ」, 「めだま」, 「けがわ」, 「えんけい」, 「ほうしゃ」, 「りったいメガネ」, 「いろぶんかい」, Double Vision, 「ほうわ」, 「ひほうわ」, 「だっしょく」, 「いろのこし」, 「まんげきょう4」, 「まんげきょう6」, 「まんげきょう8」, 「かがやき」 </dd>
|
||||
「めいろ」, 「めだま」, 「けがわ」, 「えんけい」, 「ほうしゃ」, 「りったいメガネ」, 「いろぶんかい」, 「ふくし」, 「ほうわ」, 「ひほうわ」, 「だっしょく」, 「いろのこし」, 「まんげきょう4」, 「まんげきょう6」, 「まんげきょう8」, 「かがやき」 </dd>
|
||||
|
||||
<dt><strong>けしゴム</strong> のショートカット</dt>
|
||||
<dd>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue