mktorrent-win-builds/README.md

50 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2021-04-02 20:44:34 +02:00
mktorrent builds for Windows (with Cygwin).
===========================================
2015-10-16 17:32:57 +02:00
2021-04-02 20:44:34 +02:00
### mktorrent 1.1 build2 (with Cygwin):
2015-10-16 17:32:57 +02:00
* **Windows downloads:**
2021-04-02 20:44:34 +02:00
* [mktorrent-1.1-win-32bit-build2.7z](https://github.com/q3aql/mktorrent-win/releases/download/v1.1-2/mktorrent-1.1-win-32bit-build2.7z)
* [mktorrent-1.1-win-64bit-build2.7z](https://github.com/q3aql/mktorrent-win/releases/download/v1.1-2/mktorrent-1.1-win-64bit-build2.7z)
2015-10-16 17:32:57 +02:00
* **Source code:**
2021-04-02 20:44:34 +02:00
* [mktorrent-1.1-git.tar.bz2](https://github.com/q3aql/mktorrent-win/releases/download/v1.1-2/mktorrent-1.1.tar.bz2)
2021-04-02 20:45:29 +02:00
* [mktorrent-1.1-git.tar.gz](https://github.com/q3aql/mktorrent-win/releases/download/v1.1-2/mktorrent-1.1-git.tar.gz)
2015-10-16 17:32:57 +02:00
### How to install:
* **Instructions:**
* Unzip the package with [7-zip](http://www.7-zip.org/) or [Winrar](http://www.rarlab.com/).
2021-04-02 20:44:34 +02:00
* Copy `mktorrent` folder to `C:\` or `C:\Program Files\`.
* Run the script `Install.cmd`.
2015-10-16 17:32:57 +02:00
### How to build mktorrent on Cygwin:
* Install [Cygwin](http://cygwin.com/) and add the following packages to the default configuration:
2021-04-02 20:44:34 +02:00
```shell
* Devel/gcc-core
* Devel/gcc
* Devel/make
* Devel/pkgconfig
* Libs/openssl
* Libs/openssl-devel
````
2015-10-16 17:32:57 +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:
2021-04-02 20:44:34 +02:00
```shell
$ 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)
````
2015-10-16 17:32:57 +02:00
### External links:
* [mktorrent homepage](http://mktorrent.sourceforge.net/)
* [mktorrent source code (Github)](https://github.com/esmil/mktorrent/)
* [Cygwin homepage](https://www.cygwin.com/)