diff --git a/docs/en/html/INSTALL.html b/docs/en/html/INSTALL.html index ab7bd019b..ad5442c00 100644 --- a/docs/en/html/INSTALL.html +++ b/docs/en/html/INSTALL.html @@ -298,7 +298,7 @@

- July 10, 2022 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp> + Mar 23, 2023 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>

@@ -636,8 +636,8 @@
  • 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
  • @@ -648,7 +648,7 @@
  • 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
  • @@ -659,7 +659,7 @@

    Now you can build Tux Paint as follows:

    - $ cd tuxpaint-sdl2
    + $ cd tuxpaint
    $ make bdist-win32
    @@ -683,7 +683,7 @@

    Before building an installer, edit the "tuxpaint.iss" file and enable one of the lines starting with "#define BuildTarget=", depending on the architecture of the installer you want to create.

    - 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.

    + 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-<arch>-installer.exe" file in the same directory.