mktorrent builds for Windows (with Cygwin).
Windows downloads:
Source code:
Instructions:
Install Cygwin and add the following packages to the default configuration:
* Devel/gcc-core
* Devel/gcc
* Devel/make
* Devel/pkgconfig
* Libs/openssl
* Libs/openssl-devel
`
Download mktorrent-1.1-git.tar.gz and save it to C:\Cygwin\home\<User>\
.
Open a Cygwin terminal, and run the following commands:
$ tar zxvf mktorrent-1.1-git.tar.gz
$ cd mktorrent-git
$ make USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 (32-bits)
$ make USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 (64-bits)
`