Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Latest commit

 

History

History
49 lines (36 loc) · 1.87 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.87 KB

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

External links: