2015-10-16 17:32:57 +02:00
mktorrent builds for Windows
============================
2018-05-08 20:26:24 +02:00
### mktorrent 1.1 builds (with Cygwin):
2015-10-16 17:32:57 +02:00
* **Windows downloads:**
2018-05-08 20:26:24 +02:00
* [mktorrent-1.1-win-32bit-build1.7z ](https://github.com/q3aql/mktorrent-win/releases/download/v1.1/mktorrent-1.1-win-32bit-build1.7z )
* [mktorrent-1.1-win-64bit-build1.7z ](https://github.com/q3aql/mktorrent-win/releases/download/v1.1/mktorrent-1.1-win-64bit-build1.7z )
2015-10-16 17:32:57 +02:00
* **Source code:**
2018-05-08 20:26:24 +02:00
* [mktorrent-1.1.tar.bz2 ](https://github.com/q3aql/mktorrent-win/releases/download/v1.1/mktorrent-1.1.tar.bz2 )
* [mktorrent-1.1.tar.gz ](https://github.com/q3aql/mktorrent-win/releases/download/v1.1/mktorrent-1.1.tar.gz )
2015-10-16 17:32:57 +02:00
_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 ](http://www.7-zip.org/ ) or [Winrar ](http://www.rarlab.com/ ).
* Copy the files to a folder. For example: `C:\Program Files\mktorrent`
* Add the folder to [PATH ](https://www.google.es/search?q=add+folder+to+PATH+on+Windows ) variable
### How to build mktorrent on Cygwin:
* Install [Cygwin ](http://cygwin.com/ ) and add the following packages to the default configuration:
* `Devel/gcc-core`
* `Devel/gcc`
* `Devel/make`
* `Devel/pkgconfig`
* `Libs/openssl`
* `Libs/openssl-devel`
2018-05-08 20:26:24 +02:00
* Download [mktorrent-1.1.tar.gz ](https://github.com/q3aql/mktorrent-win/releases/download/v1.1/mktorrent-1.1.tar.gz ) and save it to `C:\Cygwin\home\<User>\` .
2015-10-16 17:32:57 +02:00
* Open a Cygwin terminal, and run the following commands:
2018-05-08 20:26:24 +02:00
* `$ tar zxvf mktorrent-1.1.tar.gz`
* `$ cd mktorrent-1.1`
2015-10-16 17:32:57 +02:00
* `$ 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:
* [mktorrent homepage ](http://mktorrent.sourceforge.net/ )
* [mktorrent source code (Github) ](https://github.com/esmil/mktorrent/ )
* [Cygwin homepage ](https://www.cygwin.com/ )