mktorrent builds for Windows (with Cygwin). https://github.com/esmil/mktorrent/
Go to file
2021-04-02 20:44:34 +02:00
bin Bin folder of Cygwin executables 2021-04-02 20:18:10 +02:00
home Home folder for bash config 2021-04-02 20:18:34 +02:00
icon Icon for shortcut 2021-04-02 20:18:49 +02:00
prompt Update .minttyrc 2021-04-02 20:34:57 +02:00
tmp Temporal folder (/tmp) 2021-04-02 20:19:37 +02:00
usr/share Terminfo/fontconfig & bash completion 2021-04-02 20:20:13 +02:00
Install.cmd mktorrent 1.1 installer 2021-04-02 20:20:49 +02:00
mktorrent.cmd Run terminal for mktorrent 2021-04-02 20:21:07 +02:00
README.md README.md (v1.1 build2) 2021-04-02 20:44:34 +02:00

mktorrent builds for Windows (with Cygwin).

mktorrent 1.1 build2 (with Cygwin):

How to install:

  • Instructions:

    • Unzip the package with 7-zip or Winrar.
    • Copy mktorrent folder to C:\ or C:\Program Files\.
    • Run the script Install.cmd.

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-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)