Difference between revisions of "Installation windows cygwin"

From relax wiki
Jump to navigation Jump to search
Line 37: Line 37:
 
  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
 +
 +
 +
 +
= See also =
 +
 +
[[Category:Installation]]

Revision as of 09:13, 13 August 2013

STOP

This page is not completed! It will not work!

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
  4. xinit : All -> X11
  5. X-start-menu-icons : All -> X11
  6. grace : All -> Math (xmgrace for viewing the graph results in nmr-relax)

Say yes to make a icon on the desktop.

Setup language

Start the "Cygwin Terminal". In the top left, click the icon, and Options.
Go to text, and set your locale. Inspect with writing in terminal. More inspiration here

echo $LANG

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

Other small recommendations

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


See also