Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
5885a34b
Commit
5885a34b
authored
May 08, 2013
by
antirez
Browse files
Added more info about 32 bit builds into README.
parent
5c9f6d4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
5885a34b
...
@@ -26,9 +26,20 @@ After building Redis is a good idea to test it, using:
...
@@ -26,9 +26,20 @@ After building Redis is a good idea to test it, using:
% make test
% make test
NOTE: if after building Redis with a 32 bit target you need to rebuild it
Fixing problems building 32 bit binaries
with a 64 bit target you need to perform a "make clean" in the root
---------
directory of the Redis distribution.
If after building Redis with a 32 bit target you need to rebuild it
with a 64 bit target, or the other way around, you need to perform a
"make distclean" in the root directory of the Redis distribution.
In case of build errors when trying to build a 32 bit binary of Redis, try
the following steps:
* Install the packages libc6-dev-i386 (also try g++-multilib).
* Try using the following command line instead of "make 32bit":
make CFLAGS="-m32 -march=native" LDFLAGS="-m32"
Allocator
Allocator
---------
---------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment