1. Download Cygwin
http://www.cygwin.com/
Then select Install from Internet, Direct Connection, select the first URL.
Here is the selection of the library installation, note that you need to enter the library, and then click on the Skip, see the version number on the line
2. Select Library when installing
The following is the individual in the configuration of the time to find the need, of course, you can compile Gearman to find fewer libraries, reinstall Cygwin, and then search these libraries and then install it.
Gcc
Make
Libiconv
Boost
Libevent
Openssl
Look through the search installation
3. Download the Gearman and unzip it into the Cygwin directory.
Https://launchpad.net/gearmand
I unzipped it directly under the C:\cygwin64\lib\gearmand-1.1.12 directory.
6. Enter the compilation
Cygwin enter the directory below three instructions
Use the CD command to enter C:\cygwin64\lib\gearmand-1.1.12\ and execute
./configure here if once through that is the character, if not passed, nothing, carefully look at the few libraries, and then go to install on the line, don't worry, there will be no particularly complicated problems
The following image appears, congratulations, half successful, execute make command below
Make
Make install
After the installation is complete, we recommend that you deploy to the server after successful deployment on this machine
Then write it down. NET's mission distribution system to share with everyone
Gearman Task distribution System deployment Windows platform _ using Cygwin