1. Redis 다운로드
wget http://download.redis.io/releases/redis-2.8.9.tar.gz
tar -zxvf redis-2.8.9.tar.gz
cd redis-2.8.9

2. Cygwin Fix
vi src/redis.h

맨 위에 다음 항목 추가

/* Cygwin Fix */  
#ifdef __CYGWIN__  
#ifndef SA_ONSTACK  
#define SA_ONSTACK 0x08000000  
#endif  
#endif

3. Redis 빌드
make
받은 트랙백이 없고, 댓글이 없습니다.

댓글+트랙백 RSS :: http://www.yongbi.net/rss/response/591

트랙백 주소 :: http://www.yongbi.net/trackback/591

트랙백 RSS :: http://www.yongbi.net/rss/trackback/591

댓글을 달아 주세요

댓글 RSS 주소 : http://www.yongbi.net/rss/comment/591
[로그인][오픈아이디란?]
오픈아이디로만 댓글을 남길 수 있습니다