cpp-redis / cpp_redis

C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform
MIT License
713 stars 198 forks source link

support mingw-gcc on WIN platform #14

Closed JoyBinY closed 5 years ago

JoyBinY commented 5 years ago
  1. to support mingw-gcc on WIN platform
  2. and the link of "tacopie @ 8714fce" should change to "https://github.com/Cylix/tacopie/tree/5b60d9a9e87aa4ba8118a66f6d65eb15ab0c8769"
  3. the compile command: cmake -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=YOUR:\PATH\cpp_redis . && mingw32-make install