summaryrefslogtreecommitdiff
path: root/win32/README
blob: 1fb95f52605256d19cb72d826cd9d2a4b8be07b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
To create the Windows installer for pluma, ideally all you have to do is to run
the build-installer script, after having installed all dependencies to the
correct places (that means precompiled ones to /, and self-built
ones to /local/). Also, you will need to have Python at C:\Python25.
The Inno Setup compiler (iscc) needs to be in your PATH.

There are many paths hardcoded to fit my own build environment. Feel free to
generalize the script, to make it more adaptive to other environments.

The script takes an argument which is the revision number of the installer. If
it is not given, then it uses 1 as revision number. The revision number should
be increased every time the installer for the same pluma version is updated,
and be reset to 1 for a new pluma version.

Ignacio Casal Quinteiro <nacho.resa@gmail.com>

This script was based in Armin Burgmeier script for glom.