# HG changeset patch # User Oleksandr Gavenko # Date 1276171325 -10800 # Node ID 97bcb31af7076d2597e90b68848d88787345fe19 # Parent 9617dc568eaf8db7c427f7e0135eae49a0223750 Updated installation instruction for cygwin. diff -r 9617dc568eaf -r 97bcb31af707 cygwin.rst --- a/cygwin.rst Thu Jun 03 22:43:00 2010 +0300 +++ b/cygwin.rst Thu Jun 10 15:02:05 2010 +0300 @@ -10,14 +10,14 @@ Add to your PATH env var exactly before C:\WINDOWS\system32;C:\WINDOWS values: - set PATH=d:\opt\cygwin\bin;d:\opt\cygwin\usr\local\bin;%PATH% - -Set CYGWIN env var: + set PATH=d:\opt\cygwin\bin;d:\opt\cygwin\usr\local\bin;%PATH% REM Set CYGWIN variable to 'nontsec'. That makes sure that permissions REM on your windows machine are not updated as a side effect of cygwin REM operations. - SET CYGWIN=binary nontsec nodosfilewarning codepage:utf8 + set CYGWIN=binary nontsec nodosfilewarning codepage:cp1251 noglob + + set LANG=ru_RU.cp1251 Set HOME env var (where places config file and projects):