From 2e2b08cfabfa652e42876d66b987dd99db3652b3 Mon Sep 17 00:00:00 2001 From: Tomasz Poradowski Date: Mon, 19 Nov 2018 11:19:00 +0100 Subject: [PATCH 1/3] Updated main README.md replaced "highly experimental" with "fairly stable" as this fork has been in use for a while, also on production --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdb729e9..0389e759 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ You can find the first alpha release of Redis 4.0.2 for Windows on [releases pag **DISCLAIMER** -At the moment this is a **highly experimental port of [Redis 4.0.2](https://github.com/antirez/redis/releases/tag/4.0.2) for Windows x64** merged with archived port of [win-3.2.100 version](https://github.com/MicrosoftArchive/redis/releases/tag/win-3.2.100) from MS Open Tech team. Since the latter is no longer maintained - I merged the sources by hand, updated projects to Visual Stydio 2017 (v15.4.1) and applied whatever fast fixes I could figure of to make it buildable. Some things are still not working yet (modules), but since this is the very first time I've seen this code (not to mention that I haven't used C in a while) - I have no idea yet how it all works internally :). Nevertheless, it compiles, runs and can be further adjusted to comply with full-featured Redis 4.0.2. +At the moment this is a **fairly stable port of [Redis 4.0.2](https://github.com/antirez/redis/releases/tag/4.0.2) for Windows x64** merged with archived port of [win-3.2.100 version](https://github.com/MicrosoftArchive/redis/releases/tag/win-3.2.100) from MS Open Tech team. Since the latter is no longer maintained - I merged the sources by hand, updated projects to Visual Stydio 2017 (v15.4.1) and applied whatever fixes I could figure of to make it buildable. Some things are still in progress: +- support for [modules](https://github.com/tporadowski/redis/tree/module-support) You can find the original description of what this fork provides, how it evolved, what are its requirements, etc. on Wiki: https://github.com/tporadowski/redis/wiki/Old-MSOpenTech-redis-README.md From 9ea6033702df44d6eadfd0e55a7c64b31b577e7c Mon Sep 17 00:00:00 2001 From: Tomasz Poradowski Date: Mon, 19 Nov 2018 11:43:44 +0100 Subject: [PATCH 2/3] Added information about building the project --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0389e759..35da074a 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,9 @@ At the moment this is a **fairly stable port of [Redis 4.0.2](https://github.com - support for [modules](https://github.com/tporadowski/redis/tree/module-support) You can find the original description of what this fork provides, how it evolved, what are its requirements, etc. on Wiki: https://github.com/tporadowski/redis/wiki/Old-MSOpenTech-redis-README.md + +**Building from source code** + +In order to build this project from source code you need to have: + 1. Visual Studio 2017 (i.e. Community Edtion, version 15.7.5) with "C/C++ features" enabled, + 1. [Git Bash](https://gitforwindows.org/) for Windows or Cygwin with Git - after cloning this repository you need to run `src/mkreleasehdr.sh` script that creates `src/release.h` with some information taken from Git; optionally you can create that file by hand. From 84b103795b00ea07db0bdd3f06b7c26fdef8af9e Mon Sep 17 00:00:00 2001 From: Ahmad Date: Sun, 13 Jan 2019 10:38:47 +0330 Subject: [PATCH 3/3] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35da074a..dac4266b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ You can find the first alpha release of Redis 4.0.2 for Windows on [releases pag **DISCLAIMER** -At the moment this is a **fairly stable port of [Redis 4.0.2](https://github.com/antirez/redis/releases/tag/4.0.2) for Windows x64** merged with archived port of [win-3.2.100 version](https://github.com/MicrosoftArchive/redis/releases/tag/win-3.2.100) from MS Open Tech team. Since the latter is no longer maintained - I merged the sources by hand, updated projects to Visual Stydio 2017 (v15.4.1) and applied whatever fixes I could figure of to make it buildable. Some things are still in progress: +At the moment this is a **fairly stable port of [Redis 4.0.2](https://github.com/antirez/redis/releases/tag/4.0.2) for Windows x64** merged with archived port of [win-3.2.100 version](https://github.com/MicrosoftArchive/redis/releases/tag/win-3.2.100) from MS Open Tech team. Since the latter is no longer maintained - I merged the sources by hand, updated projects to Visual Studio 2017 (v15.4.1) and applied whatever fixes I could figure of to make it buildable. Some things are still in progress: - support for [modules](https://github.com/tporadowski/redis/tree/module-support) You can find the original description of what this fork provides, how it evolved, what are its requirements, etc. on Wiki: https://github.com/tporadowski/redis/wiki/Old-MSOpenTech-redis-README.md