mktorrent builds for Windows (with Cygwin). https://github.com/esmil/mktorrent/
bin | ||
home | ||
icon | ||
prompt | ||
tmp | ||
usr/share | ||
README.md |
mktorrent builds for Windows
mktorrent 1.1 builds (with Cygwin):
-
Windows downloads:
-
Source code:
Note: The disks must be written with the format /cygdrive/<letter>/
. For example, C:
is /cygdrive/c/
.
How to install:
-
Instructions:
How to build mktorrent on Cygwin:
-
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.tar.gz and save it to
C:\Cygwin\home\<User>\
. -
Open a Cygwin terminal, and run the following commands:
$ tar zxvf mktorrent-1.1.tar.gz
$ cd mktorrent-1.1
$ 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)