Changes between Version 57 and Version 58 of MovedToGitHub/Building
- Timestamp:
- Oct 8, 2011, 8:21:42 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MovedToGitHub/Building
v57 v58 135 135 With Cygwin [http://cygwin.com/] installed, the CLI tools (transmission-remote, transmissioncli) and the daemon can be built easily. 136 136 137 No patches needed(*), all the recent versions of Transmission built out-of-the-box, and the CLI tools work better under Cygwin that those built underMinGW.137 No patches needed(*), all the recent versions of Transmission built almost out-of-the-box, and the CLI tools work better under Cygwin that those built with MinGW. 138 138 139 (*) With the upcoming version 2.0, libevent is not bundled and it's also not in Cygwin distribution... so you need to build it (which is as easy as ./configure, make install). To build transmission you may need to add LDFLAGS="-L/usr/local/lib" to the configure script (LIBEVENT_LIBS doesn't seem to work when it comes to build all the test programs).139 (*) With version 2.0 and above, '''libevent''' is not bundled and it's also not in Cygwin distribution... so you need to build it (which is as easy as ./configure, make install). To build transmission you may need to add LDFLAGS="-L/usr/local/lib" to the configure script (LIBEVENT_LIBS doesn't seem to work when it comes to build all the test programs). Additionally '''libutp''' needs deleting -ansi on the Makefile. 140 140 141 141 === Native Windows ===