cygwin.rst
changeset 2582 113841c80a9a
parent 2566 7bb6fdec9cf9
equal deleted inserted replaced
2581:f6613ff608d4 2582:113841c80a9a
     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 
       
    15 Download installed, run it and additionally select:
       
    16 
       
    17 * ``make`` to install my personal configs
       
    18 * ``git`` to clone ``apt-cyg``
       
    19 * ``wget``, ``libiconv`` are dependencies for ``apt-cyg``
       
    20 
       
    21 Add Cygwin's ``/bin`` to Windows' ``PATH`` so you could lauch ``mintty`` and clone ``apt-cyg`` and
       
    22 add it to ``PATH`` too::
       
    23 
       
    24   cd ~/work/cygwin
       
    25   git clone https://github.com/kou1okada/apt-cyg
       
    26   cp apt-cyg/apt-cyg ~/.local/bin
       
    27 
       
    28 Integrate bash-completion for ``apt-cyg``::
       
    29 
       
    30   apt-cyg install bash-completion
       
    31   apt-cyg completion-install
    14 
    32 
    15 Important packages:
    33 Important packages:
    16 
    34 
    17 * ``bash-completion`` - for human CLI.
    35 * ``bash-completion`` - for human CLI.
    18 * ``emacs-w32`` - Cygwin's Emacs with native Windows widgets!
    36 * ``emacs-w32`` - Cygwin's Emacs with native Windows widgets!