gajim-plural/win
Philipp Hörist 25e123a379 Windows Build: Move ssl libs to correct dir
Python searches in lib-dynload and if not found it searches in
C:/Windows/system32 which can contain dlls with an invalid version

Fixes #8905
2018-03-20 18:25:04 +01:00
..
misc Fix Windows build 2017-09-26 15:34:39 +02:00
README.md Update README.md 2017-08-19 02:20:00 +02:00
_base.sh Windows Build: Move ssl libs to correct dir 2018-03-20 18:25:04 +01:00
build.sh Windows Build: Move ssl libs to correct dir 2018-03-20 18:25:04 +01:00
dev_env.sh Add pybonjour to Windows build 2018-03-08 21:05:23 +01:00

README.md

Windows Installer

We use msys2 for creating the Windows installer and development on Windows.

Development


Download msys2 (msys2-x86_64-xxx.exe) and follow the install instructions on the msys2 startpage (Important!)

  • Fork the master branch on dev.gajim.org
  • Execute C:\msys64\mingw32.exe
  • Run pacman -S git to install git
  • Run git clone https://dev.gajim.org/USERNAME/gajim.git
  • Run cd gajim/win to end up where this README exists.
  • Execute ./dev_env.sh to install all the needed dependencies.
  • Now go to the git root dir cd ..
  • Launch Gajim ./launch.py

Build Gajim / Creating an Installer


Follow the steps in the Development section, but instead of ./dev_env.sh execute ./build.sh.

You can supply a git tag ./build.sh [git-tag].

Or dont supply it, then current HEAD is build.

Both the installer and the portable installer should appear in C:\msys64\home\USER\gajim\win\_build_root.