Revert "Removed some description specific for sdl2 flavor in build explanation for windows"
This reverts commit 606156a284.
This commit is contained in:
parent
606156a284
commit
0279481f1f
1 changed files with 6 additions and 6 deletions
|
|
@ -298,7 +298,7 @@
|
||||||
|
|
||||||
<p style="font-size: small;">
|
<p style="font-size: small;">
|
||||||
<em>
|
<em>
|
||||||
Mar 23, 2023 Shin-ichi TOYAMA <<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>>
|
July 10, 2022 Shin-ichi TOYAMA <<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>>
|
||||||
</em>
|
</em>
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
@ -636,8 +636,8 @@
|
||||||
<li>
|
<li>
|
||||||
Expand the tar-ball and change the directory name so that the final packaging process can find related files. <blockquote>
|
Expand the tar-ball and change the directory name so that the final packaging process can find related files. <blockquote>
|
||||||
<code>
|
<code>
|
||||||
$ tar zxvf tuxpaint-A.B.C.tar.gz<br/>
|
$ tar zxvf tuxpaint-A.B.C-sdl2.tar.gz<br/>
|
||||||
$ mv tuxpaint-A.B.C tuxpaint<br/>
|
$ mv tuxpaint-A.B.C-sdl2 tuxpaint-sdl2<br/>
|
||||||
</code>
|
</code>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</li>
|
</li>
|
||||||
|
|
@ -648,7 +648,7 @@
|
||||||
<li>
|
<li>
|
||||||
Fetch the developing source tree from git repository: <blockquote>
|
Fetch the developing source tree from git repository: <blockquote>
|
||||||
<code>
|
<code>
|
||||||
$ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint
|
$ git clone -b sdl2.0 https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint-sdl2
|
||||||
</code>
|
</code>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</li>
|
</li>
|
||||||
|
|
@ -659,7 +659,7 @@
|
||||||
<p>
|
<p>
|
||||||
Now you can build Tux Paint as follows: <blockquote>
|
Now you can build Tux Paint as follows: <blockquote>
|
||||||
<code>
|
<code>
|
||||||
$ cd tuxpaint<br/>
|
$ cd tuxpaint-sdl2<br/>
|
||||||
$ make bdist-win32<br/>
|
$ make bdist-win32<br/>
|
||||||
</code>
|
</code>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
@ -683,7 +683,7 @@
|
||||||
<p>
|
<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>
|
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>
|
<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>
|
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>
|
||||||
</section><!-- H3: Building the Tux Paint Windows Installer -->
|
</section><!-- H3: Building the Tux Paint Windows Installer -->
|
||||||
|
|
||||||
<section class="indent"><!-- H3: Running the Tux Paint Windows Installer -->
|
<section class="indent"><!-- H3: Running the Tux Paint Windows Installer -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue