gitg/win32
Sébastien Wilmet 2d8bada93d win32: remove dup
'grep -v gtk30.mo' was present two times on the command line.
2016-09-27 11:56:30 +02:00
..
installer win32 intaller: only execute actions at installation time 2016-01-26 13:44:01 +01:00
make-installer win32: remove dup 2016-09-27 11:56:30 +02:00
make-installer.bat win32: fix make-installer.bat 2016-09-27 11:55:56 +02:00
Makefile.am Add windows installer 2015-12-22 18:52:36 +01:00
README Add windows installer 2015-12-22 18:52:36 +01:00

To create the installer you need to follow the next steps:
 - install the latest version of msys2: http://msys2.github.io/
 - launch msys2_shell.bat and update it with pacman -Syu, you will need to
   relaunch msys2_shell.bat after updating it
 - install git: pacman -S git
 - clone gedit: git clone git://git.gnome.org/gitg
 - cd gitg/win32
 - edit make-installer and set the right version of gitg
 - ./make-installer.bat