Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gunoodaddy committed Feb 21, 2012
1 parent 115327b commit 9699a3d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Expand Up @@ -89,7 +89,7 @@ https://github.com/antirez/hiredis
* And if you use linux 64bit os, must edit \<lib_json_root\>/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=<BOOST ROOT DIR>
export LD_LIBRARY_PATH=<BOOST STAGE LIB DIR>:$LD_LIBRARY_PATH
Expand All @@ -99,10 +99,21 @@ 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
(optional) cp /usr/share/libtool/config/ltmain.sh .
automake -a --copy
autoconf

## TODO before windows configuration

copy libevent source to `3rdParty/src/libevent`

0 comments on commit 9699a3d

Please sign in to comment.