项目作者: q3aql

项目描述 :
mktorrent builds for Windows (with Cygwin).
高级语言: Shell
项目地址: git://github.com/q3aql/mktorrent-win-builds.git
创建时间: 2015-10-16T15:29:54Z
项目社区:https://github.com/q3aql/mktorrent-win-builds

开源协议:

下载


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:

    1. * Devel/gcc-core
    2. * Devel/gcc
    3. * Devel/make
    4. * Devel/pkgconfig
    5. * Libs/openssl
    6. * Libs/openssl-devel
    7. `
  • Download mktorrent-1.1-git.tar.gz and save it to C:\Cygwin\home\<User>\.

  • Open a Cygwin terminal, and run the following commands:

    1. $ tar zxvf mktorrent-1.1-git.tar.gz
    2. $ cd mktorrent-git
    3. $ make USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 (32-bits)
    4. $ make USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 (64-bits)
    5. `