Since I just wasted a bit of time trying to figure out how I had configured Cygwin the first time, so as to help someone else set up their account, I figure I will post the instructions here:cygwin.bat:
@echo off
e:
chdir e:/progra~1/cygwin/bin
set path=%path;e:/progra~1/cygwin/usr/bin
tcsh -l
/etc/passwd:
daleyj:unused:1000:513:Jon Daley,U-DALEYJ/daleyj,S-1-5-21-...:/home/daleyj:/bin/tcsh
~/.login:
set path = (~/bin ~/scripts $path .)
setenv CYGWIN binmode\ ntsec\ tty
if($TERM == "xterm") then
stty erase ^?
endif
# I didn't need a setenv DISPLAY localhost:0.0, but the guy I was just working with did???
/usr/X11R6/bin/startxwin.sh:
Remove xterm call
Posted by
Jon Daley on
August 18, 2004, 3:25 pm
| Read 2893 times
Category
Programming:
[
first]
[
previous]
[
next]
[
newest]