From 0279481f1fb4e1a32a4a68c4057e21b6556633de Mon Sep 17 00:00:00 2001
From: dolphin6k
- Mar 23, 2023 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>
+ July 10, 2022 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>
Now you can build Tux Paint as follows:
Before building an installer, edit the "
- Then, you can easily build an executable installer by right-clicking on the "
- $ tar zxvf tuxpaint-A.B.C.tar.gz
- $ mv tuxpaint-A.B.C tuxpaint
+ $ tar zxvf tuxpaint-A.B.C-sdl2.tar.gz
+ $ mv tuxpaint-A.B.C-sdl2 tuxpaint-sdl2
- $ 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
@@ -683,7 +683,7 @@
- $ cd tuxpaint
+ $ cd tuxpaint-sdl2
$ make bdist-win32
tuxpaint.iss" file and enable one of the lines starting with "#define BuildTarget=", depending on the architecture of the installer you want to create. 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-<arch>-installer.exe" file in the same directory. 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.