Difference between revisions of "Installation windows cygwin"

From relax wiki
Jump to navigation Jump to search
(Created page with "= Setup cygwin = Download [http://cygwin.com/install.html setup.exe]. <br> Download/select from a mirror in a country/location near you. <br> Just take all standard values. ...")
 
Line 18: Line 18:
 
== Install apt-cyg ==
 
== Install apt-cyg ==
 
[https://code.google.com/p/apt-cyg/ apt-cyg] is a command-line installer for Cygwin which cooperates with Cygwin Setup and uses the same repository.<br>
 
[https://code.google.com/p/apt-cyg/ apt-cyg] is a command-line installer for Cygwin which cooperates with Cygwin Setup and uses the same repository.<br>
The syntax is similar to apt-get
+
The syntax is similar to apt-get.<br>
 +
Note, when you copy, and want to insert, then use: Shift+Insert
 
  svn --force export http://apt-cyg.googlecode.com/svn/trunk/ /bin/
 
  svn --force export http://apt-cyg.googlecode.com/svn/trunk/ /bin/
 
  chmod +x /bin/apt-cyg
 
  chmod +x /bin/apt-cyg

Revision as of 18:49, 16 June 2013

Setup cygwin

Download setup.exe.
Download/select from a mirror in a country/location near you.
Just take all standard values.

Installing the following items.

  1. subversion : All -> Devel
  2. wget : All -> Web
  3. chere : All -> Shells

Say yes to make a icon on the desktop.

Make an "Open Cygwin Bash Shell Here" option in right-click context menu

Ctrl+Shift and right click on "Cygwin Terminal" icon on the desktop. Select "Run as Administrator"
Write in terminal, to intstall. -t mintty is the bash shell for windows

chere -i -t mintty

Install apt-cyg

apt-cyg is a command-line installer for Cygwin which cooperates with Cygwin Setup and uses the same repository.
The syntax is similar to apt-get.
Note, when you copy, and want to insert, then use: Shift+Insert

svn --force export http://apt-cyg.googlecode.com/svn/trunk/ /bin/
chmod +x /bin/apt-cyg