Install Cygwin with make, gcc & g++. Download Redis tar.gz package, unpack it.
Edit deps/hiredis/net.c and add the following lines just after the include directives:
| nginx/ | |
| !nginx/.gitkeep | |
| !nginx/logs/.gitkeep | |
| src/ | |
| tmp/ |
| #!/bin/bash | |
| # INSTALL ORACLE INSTANT CLIENT # | |
| ################################# | |
| # NOTE: Oracle requires at least 1176 MB of swap (or something around there). | |
| echo "Now go get some the following two zip files ..." | |
| echo "- basic: instantclient-basic-macos.x64-11.2.0.4.0.zip" |
| # GNU Screen - main configuration file | |
| # All other .screenrc files will source this file to inherit settings. | |
| # Author: Christian Wills - [email protected] | |
| # Allow bold colors - necessary for some reason | |
| attrcolor b ".I" | |
| # Tell screen how to set colors. AB = background, AF=foreground | |
| termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' |