Difference between revisions of "Installation windows cygwin"
Jump to navigation
Jump to search
m (added Category:Installation using HotCat) |
|||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{warning|STOP: This page is not completed! It will not work!}} | ||
+ | |||
= Setup cygwin = | = Setup cygwin = | ||
Download [http://cygwin.com/install.html setup.exe]. <br> | Download [http://cygwin.com/install.html setup.exe]. <br> | ||
Line 8: | Line 10: | ||
# wget : All -> Web | # wget : All -> Web | ||
# chere : All -> Shells | # chere : All -> Shells | ||
+ | # xinit : All -> X11 | ||
+ | # X-start-menu-icons : All -> X11 | ||
+ | # grace : All -> Math ('''xmgrace''' for viewing the graph results in nmr-relax) | ||
Say yes to make a icon on the desktop. | Say yes to make a icon on the desktop. | ||
+ | |||
+ | == Setup language == | ||
+ | Start the "Cygwin Terminal". In the top left, click the icon, and '''Options'''. <br> | ||
+ | Go to '''text''', and set your [http://cygwin.com/cygwin-ug-net/setup-locale.html locale]. | ||
+ | Inspect with writing in terminal. [http://www.tvass.eu/home/cygwin/cygwin-setting-up-the-environment-and-locale More inspiration here] | ||
+ | echo $LANG | ||
== Make an "Open Cygwin Bash Shell Here" option in right-click context menu == | == Make an "Open Cygwin Bash Shell Here" option in right-click context menu == | ||
Line 16: | Line 27: | ||
chere -i -t mintty | chere -i -t mintty | ||
− | == Install apt-cyg == | + | == Other small recommendations == |
+ | |||
+ | === 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.<br> | The syntax is similar to apt-get.<br> | ||
Line 22: | Line 35: | ||
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]] |
Latest revision as of 09:47, 21 October 2020
Warning STOP: This page is not completed! It will not work! |
Contents
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.
- subversion : All -> Devel
- wget : All -> Web
- chere : All -> Shells
- xinit : All -> X11
- X-start-menu-icons : All -> X11
- 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
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