1
0
mirror of https://github.com/GNOME/gedit synced 2024-07-05 01:49:06 +00:00
gedit/win32
Ignacio Casal Quinteiro b850859bb6 Copy the python libs in bin instead of python folder.
This is because gedit for some reason doesn't detects the python folder
as a path dir.
2010-01-24 16:48:14 +01:00
..
build-installer.sh Add support for python plugins 2010-01-24 00:51:04 +01:00
gedit.iss.in Copy the python libs in bin instead of python folder. 2010-01-24 16:48:14 +01:00
Makefile.am Fix distcheck failure introduced by previous rename of file 2009-09-21 17:07:14 +02:00
querymodules.bat merge win32 branch containing the fixes needed to compile and run on windows and the windows installer 2008-12-25 21:02:48 +00:00
README Change CRLF endings to LF. 2009-05-17 12:57:10 +02:00

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 <nacho.resa@gmail.com>

This script was based in Armin Burgmeier script for glom.