| 1 | |
| 2 | Misc notes for the future on my setup of the [wiki:UCDavisBuildVM] setup. |
| 3 | |
| 4 | * Most work done on my own account (warmerdam). |
| 5 | * Accessable as o4w.gdal.org |
| 6 | * Installed Cygwin normally plus a few packages. |
| 7 | * Enabled ssh login by running "ssh-host-config -y" (make sure it is from a cygwin shell "run as administrator"). |
| 8 | * Then go into Windows Firewall, and select "Allow a program or feature through Windows Firwall", hit "Change Settings", then "Allow another program...", "Browse" and select c:\cygwin\usr\sbin\sshd.exe. |
| 9 | * After installing VC2010 Express setup a $HOME/bin/cygwin2010.sh script to setup the environment from cygwin. Note that on 64bit VMs MSVC is in "\Program Files (x86)" |
| 10 | |