From 528c1e5ff51e213936e800fc5a9a25da99c0bdf2 Mon Sep 17 00:00:00 2001 From: Perberos Date: Mon, 7 Nov 2011 16:46:58 -0300 Subject: initial --- win32/README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 win32/README (limited to 'win32/README') diff --git a/win32/README b/win32/README new file mode 100755 index 00000000..67d008cb --- /dev/null +++ b/win32/README @@ -0,0 +1,17 @@ +To create the Windows installer for gedit, 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 gedit version is updated, +and be reset to 1 for a new gedit version. + +Ignacio Casal Quinteiro + +This script was based in Armin Burgmeier script for glom. -- cgit v1.2.1