mktorrent builds for Windows (with Cygwin). https://github.com/esmil/mktorrent/
Go to file
2018-05-08 20:26:24 +02:00
README.md New mktorrent builds (v1.1) (README.md) 2018-05-08 20:26:24 +02:00

mktorrent builds for Windows

mktorrent 1.1 builds (with Cygwin):

Note: The disks must be written with the format /cygdrive/<letter>/. For example, C: is /cygdrive/c/.

How to install:

  • Instructions:

    • Unzip the package with 7-zip or Winrar.
    • Copy the files to a folder. For example: C:\Program Files\mktorrent
    • Add the folder to PATH variable

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)