Changes between Version 33 and Version 34 of MovedToGitHub/Building


Ignore:
Timestamp:
May 29, 2009, 2:57:15 AM (14 years ago)
Author:
rb07
Comment:

Added Windows section (with ref to new page).

Legend:

Unmodified
Added
Removed
Modified
  • MovedToGitHub/Building

    v33 v34  
    7676}}}
    7777
     78== On Windows ==
     79
     80For Windows XP and above there are several choices:
     81
     82=== Cygwin environment ===
     83
     84With Cygwin [http://cygwin.com/] installed, the CLI tools (transmission-remote, transmissioncli) and the daemon can be built easily.
     85
     86Take a look at the procedure [http://forum.transmissionbt.com/viewtopic.php?f=1&t=7612#p37238] .
     87
     88=== Native Windows ===
     89
     90With a MinGW [http://mingw.org/] development environment, the Gtk and the Qt GUI applications can be built.
     91
     92The procedure: wiki:BuildingTransmissionQtWindows
     93
    7894== Switches ==
    7995The transmission {{{./configure}}} (or {{{./autogen.sh}}}) script allows you to switch on/off certain parts. To use these, you'll either use {{{--enable-*}}} or {{{--disable-*}}}. eg. To disable the GTK client: {{{--disable-gtk}}}.