From 19c51e87d243be8f669229e45c5ddb63cfff657f Mon Sep 17 00:00:00 2001 From: Ben RUBSON Date: Thu, 21 Jun 2018 19:02:53 +0200 Subject: [PATCH] Updated Windows (markdown) --- Windows.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Windows.md b/Windows.md index 4f0bc99..a09a55b 100644 --- a/Windows.md +++ b/Windows.md @@ -47,17 +47,9 @@ You'll also find a Chinese guide written by @youngh070 [here](https://github.com `sh install.sh` -4. In `/usr/include/fuse/winfsp_fuse.h` : +4. Get [last EncFS version](https://github.com/vgough/encfs/releases). -If needed, modify : `return cygwin_create_path(` - -To : `return (char *)cygwin_create_path(` - -_(see https://github.com/billziss-gh/winfsp/pull/154)_ - -5. Get [last EncFS version](https://github.com/vgough/encfs/releases). - -6. Using Cygwin terminal, compile, test and install following the `INSTALL.md` file from the version you use. +5. Using Cygwin terminal, compile, test and install following the `INSTALL.md` file from the version you use. For example, for 1.9.5 : https://github.com/vgough/encfs/blob/v1.9.5/INSTALL.md ### Usage