README.md (v1.1 build2)

This commit is contained in:
q3aql 2021-04-02 20:44:34 +02:00
parent 9772479133
commit 6a17a29098

View File

@ -1,44 +1,46 @@
mktorrent builds for Windows mktorrent builds for Windows (with Cygwin).
============================ ===========================================
### mktorrent 1.1 builds (with Cygwin): ### mktorrent 1.1 build2 (with Cygwin):
* **Windows downloads:** * **Windows downloads:**
* [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-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-build1.7z](https://github.com/q3aql/mktorrent-win/releases/download/v1.1/mktorrent-1.1-win-64bit-build1.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)
* **Source code:** * **Source code:**
* [mktorrent-1.1.tar.bz2](https://github.com/q3aql/mktorrent-win/releases/download/v1.1/mktorrent-1.1.tar.bz2) * [mktorrent-1.1-git.tar.bz2](https://github.com/q3aql/mktorrent-win/releases/download/v1.1-2/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) * [mktorrent-1.1-git-git.tar.gz](https://github.com/q3aql/mktorrent-win/releases/download/v1.1-2/mktorrent-1.1-git.tar.gz)
_Note: The disks must be written with the format `/cygdrive/<letter>/`. For example, `C:` is `/cygdrive/c/`._
### How to install: ### How to install:
* **Instructions:** * **Instructions:**
* Unzip the package with [7-zip](http://www.7-zip.org/) or [Winrar](http://www.rarlab.com/). * 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` * Copy `mktorrent` folder to `C:\` or `C:\Program Files\`.
* Add the folder to [PATH](https://www.google.es/search?q=add+folder+to+PATH+on+Windows) variable * Run the script `Install.cmd`.
### How to build mktorrent on Cygwin: ### How to build mktorrent on Cygwin:
* Install [Cygwin](http://cygwin.com/) and add the following packages to the default configuration: * Install [Cygwin](http://cygwin.com/) and add the following packages to the default configuration:
* `Devel/gcc-core` ```shell
* `Devel/gcc` * Devel/gcc-core
* `Devel/make` * Devel/gcc
* `Devel/pkgconfig` * Devel/make
* `Libs/openssl` * Devel/pkgconfig
* `Libs/openssl-devel` * Libs/openssl
* Libs/openssl-devel
````
* 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>\`. * 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>\`.
* Open a Cygwin terminal, and run the following commands: * Open a Cygwin terminal, and run the following commands:
* `$ tar zxvf mktorrent-1.1.tar.gz` ```shell
* `$ cd mktorrent-1.1` $ tar zxvf mktorrent-1.1-git.tar.gz
* `$ make USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 (32-bits)` $ cd mktorrent-git
* `$ make USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 (64-bits)` $ 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: ### External links: