foreach d (/cygdrive/c/gfx /cygdrive/d/gfx /map/gfx0 /share/gfx) if (-r $d/tools/gfxtools-startup-csh) then source $d/tools/gfxtools-startup-csh break endif end
for d in /cygdrive/c/gfx /cygdrive/d/gfx /map/gfx0 /share/gfx do if [ -r $d/tools/gfxtools-startup-bash ] then source $d/tools/gfxtools-startup-bash break fi done
Look at the tutorials on the main page for more info on getting your projects working with $G.
Windows XP Note: Cygwin is required to run $G under Windows XP. Start your cygwin shell with the $G/bin/cygwin-rxvt.bat batch file to make sure you have all the correct environment variables setup. If $G is installed locally, this will be in c:/gfx/tools/WIN32/bin. If $G is running from off the CS network, this will be in y:/gfx/tools/WIN32/bin. (By default Y: gets mapped to //maytag/map/gfx0 when you login.) If you are not on a tstaff managed windows machine, see the tutorial on installing cygwin for help with getting cygwin and $G setup on your machine.