From 0e6e3f16b9e7dbd778cb8b1ea9ed870b362acd49 Mon Sep 17 00:00:00 2001 From: ju19 <63395869+ju19@users.noreply.github.com> Date: Thu, 9 Apr 2020 15:54:19 +0600 Subject: [PATCH] Update README.development Making instructions easier for windows users --- README.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.development b/README.development index 3cee93523..cc6f17639 100644 --- a/README.development +++ b/README.development @@ -88,8 +88,8 @@ Windows users (using Visual Studio) User-contributed instructions for building using Cygwin: -1. Download and install Cygwin and put its `/bin/` directory on your system path. -1. Install the Cygwin Packages: `apt-cyg install rsync make` +1. Download and install Cygwin and put its `/bin/` directory on your system path (This PC > Properties > Advancded system settings > Environment Variables > double-click Path > New). +1. Install the Cygwin Packages: `apt-cyg install rsync make` OR select rsync package during Cygwin installation 1. Download `gettext` 0.20.1 or superior and put its `bin` directory on your system path. 1. https://mlocati.github.io/articles/gettext-iconv-windows.html 1. Download and install Python for Windows (not from Cygwin) and put `python.exe` (not `python3.exe`) on your system path.