cygwin.rst
changeset 2488 b044a0017907
parent 2485 7c39b8da8353
child 2495 a90ed5421848
equal deleted inserted replaced
2487:3554b388e7a2 2488:b044a0017907
     5 =========
     5 =========
     6 .. contents::
     6 .. contents::
     7    :local:
     7    :local:
     8 
     8 
     9 Installation
     9 Installation
    10 ===
    10 ============
    11 
    11 
    12 http://cygwin.com/mirrors.html
    12 http://cygwin.com/mirrors.html
    13   Official mirror list.
    13   Official mirror list.
    14 
    14 
    15 Configuration
    15 Configuration
    16 ===
    16 =============
    17 
    17 
    18 Run ``setup.exe``. Today you should prefer 64-bit flavor because it sould less BLODA. Add Cygwin
    18 Run ``setup.exe``. Today you should prefer 64-bit flavor because it sould less BLODA. Add Cygwin
    19 ``/bin`` directory to your ``PATH`` env var::
    19 ``/bin`` directory to your ``PATH`` env var::
    20 
    20 
    21   set PATH=c:\opt\cygwin\bin;%PATH%
    21   set PATH=c:\opt\cygwin\bin;%PATH%
    40   Windows managed structure making arguments visible.
    40   Windows managed structure making arguments visible.
    41 
    41 
    42 https://cygwin.com/cygwin-ug-net/using-cygwinenv.html
    42 https://cygwin.com/cygwin-ug-net/using-cygwinenv.html
    43   The ``CYGWIN`` environment variable. Available options.
    43   The ``CYGWIN`` environment variable. Available options.
    44 
    44 
    45 Set ``HOME`` env var::
    45 The easiest way to install env var ``CYGWIN`` is via ``.reg`` file::
    46 
    46 
    47   set HOME=c:\home
    47   [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]
       
    48   "CYGWIN"="noglob wincmdln"
    48 
    49 
    49 https://stackoverflow.com/questions/1494658/how-can-i-change-my-cygwin-home-folder-after-installation
    50 https://stackoverflow.com/questions/1494658/how-can-i-change-my-cygwin-home-folder-after-installation
    50   How can I change my Cygwin home folder after installation?
    51   How can I change my Cygwin home folder after installation?
    51 
    52 
    52 Set ``TMP`` and ``TEMP`` env vars without dangerous symbols in path (without spaces, etc)::
    53 Set ``TMP`` and ``TEMP`` env vars without dangerous symbols in path (without spaces, etc)::