User:Rhabacker

From KDE TechBase
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

KMymoney 5

Build cross compiled package

To get a portable version from the master branch three steps are necessary:

for 32 bit package:

  • trigger new build here
  • Download portable package here

for 64 bit package:

  • trigger new build here
  • Download portable package here

Run Windows builds on openSUSE Linux

The Windows build of KMyMoney could be used on Linux by using the following receipt:

  • install wine
    sudo zypper install wine

for 32 bit packages:

  • download a 32bit portable package from openSUSE store
  • unpack downloaded archive with ark
  • enter root dir of unpackaged archive e.g.
    cd kmymoney-5.0.xxxx
  • run
    DBUS_SESSION_BUS_ADDRESS= XDG_CONFIG_DIRS= XDG_DATA_DIRS=  wine bin/kmymoney.exe

for 64 bit packages:

  • download a 64bit portable package from openSUSE store
  • unpack downloaded archive with ark
  • run once
    WINEARCH=win64 WINEPREFIX=~/.wine64 winecfg
  • enter root dir of unpackaged archive e.g.
    cd kmymoney-5.0.xxxx
  • run
    DBUS_SESSION_BUS_ADDRESS= XDG_CONFIG_DIRS= XDG_DATA_DIRS= WINEPREFIX=~/.wine64 wine64 bin/kmymoney.exe