Changes between Version 23 and Version 24 of BuildingTransmissionQtWindows


Ignore:
Timestamp:
Nov 28, 2010, 11:19:31 PM (12 years ago)
Author:
rb07
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingTransmissionQtWindows

    v23 v24  
    4646We are using one patch [wiki:BuildingTransmissionQtWindows/transmission-1.83-Qt-build.diff]; the download is done in one of the steps below.
    4747
    48 Newer versions require different patches:
     48Newer versions require different patches (instead of the one shown above):
    4949 * [wiki:BuildingTransmissionQtWindows/transmission-1.93-Qt-build.diff]
    5050 * [wiki:BuildingTransmissionQtWindows/transmission-2.00b1-Qt-build.diff]
     
    5959
    6060Note: libevent [http://www.monkey.org/~provos/libevent/] is no longer included with Transmission.  You'll have to download it and build it in your development environment (its being statically linked, so you don't need it on your run environment); it builds out of the box.  Only the 1.4.x versions are supported, don't use the 2.0.x versions.
     61
    6162Note for version 2.00+ : This version uses DBUS and only the latest development version of DBUS works in Windows, I just build it (version 1.3.1) and added the library changing its name (because Qt looks for a fixed-number older version), so you build libdbus-1-3.dll and copy it or change its name to dbus-1.dll; since DBUS is not really used by anything else (except probably Gnome desktop) I didn't add the DBUS daemon or anything else, and you get to see some complaints by the qtr application if you run it in a console, but it doesn't need it unless you run the app more than once).
    6263