Commit b45e16e7 authored by antirez's avatar antirez
Browse files

Merge branch 'unstable' of github.com:/antirez/redis into unstable

parents 42357668 161ff775
......@@ -26,6 +26,13 @@ After building Redis is a good idea to test it, using:
% make test
Fixing build problems with dependencies
—--------
Redis has some dependencies which are included to deps directory.
“make” doesn’t rebuild deps though sources of dependencies are changed, and “make clean” cleans up src directory only.
Only “make distclean” cleans up deps build output.
So if build errors occur with deps you can try “make distclean” and “make” again.
Fixing problems building 32 bit binaries
---------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment