| 78 | == On Windows == |
| 79 | |
| 80 | For Windows XP and above there are several choices: |
| 81 | |
| 82 | === Cygwin environment === |
| 83 | |
| 84 | With Cygwin [http://cygwin.com/] installed, the CLI tools (transmission-remote, transmissioncli) and the daemon can be built easily. |
| 85 | |
| 86 | Take a look at the procedure [http://forum.transmissionbt.com/viewtopic.php?f=1&t=7612#p37238] . |
| 87 | |
| 88 | === Native Windows === |
| 89 | |
| 90 | With a MinGW [http://mingw.org/] development environment, the Gtk and the Qt GUI applications can be built. |
| 91 | |
| 92 | The procedure: wiki:BuildingTransmissionQtWindows |
| 93 | |