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

q3aql/mktorrent-win-builds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: