From 9699a3d5fd69eee9f0b248fe834b6b7750e7e33b Mon Sep 17 00:00:00 2001 From: Eunhyuk Kim Date: Tue, 21 Feb 2012 23:32:20 +0900 Subject: [PATCH] update --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bee9376..a98b3c3 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ https://github.com/antirez/hiredis * And if you use linux 64bit os, must edit \/makefile to add `-fPIC` to cxxflags_default. * If you do not want to use json feature, run configure `--without-json`. -## Build / Installation +## Build / Installation on linux export BOOST_ROOT= export LD_LIBRARY_PATH=:$LD_LIBRARY_PATH @@ -99,6 +99,14 @@ https://github.com/antirez/hiredis cd tester unittest +## Build / Installation on windows + + visual studio >= 2008 needs. + + open `Win32/Coconut.sln` + build + + ## TODO before linux configuration autoheader @@ -106,3 +114,6 @@ https://github.com/antirez/hiredis automake -a --copy autoconf +## TODO before windows configuration + + copy libevent source to `3rdParty/src/libevent`