| The current Windows port works with Cygwin v1.5.1 which can be
had from the Cygwin home page. Earlier
versions of Cygwin may not work. If you do not have an X-Server, and do
not want to pay for one, you will need to install the XFree files distributed
by Cygwin at http://www.cygwin.com/xfree/.
X is included in the standard install of Cygwin.
You may also have to add a "export DISPLAY=localhost:0.0" into your .profile
(C:\CYGWIN\home\<user name>\.profile from Windows) if you wish to use any
of the X applications outside of the control panel.
Instead of sourcing the creating .sddasrc file, it is suggested that you set
the SDDAS_HOME variable and update the path in your .profile file. SDDAS_HOME
should be set to the Windows style of path such as C:/SDDAS. You only need
to do this if you use SDDAS from the command line. For example:
export SDDAS_HOME=C:/sddas
export PATH="/cygdrive/c/sddas/bin:/usr/X11R6/bin:$PATH"
Much of the problems of SDDAS on Windows are dependent on the
X-Server being used. We use the X that comes with Cygwin with no issues.
Other X Servers may not be so nice. Make sure GLX and backing
store are enabled. To enable backing store with cygwin, edit the "startxwin.bat"
file. You will see a line that says "%RUN% XWin ...". Add a +bs to the end
of that line. A high color depth is also desirable.
You can start X from a Cygwin window by typing "startxwin.bat" from the command
line. An xterm should come and a grey X should appear in your systray. You
will also need to install lesstif which gives Windows a Motif library. Lesstif
is not installed by default. Use the Cygwin setup program to download Lesstif.
If you use the IDL environment, you will probably have to set some environment
variables. You set environment variables using Windows native control panel. In
XP, it is in Start->Control Panel->System->Advanced->Environment Variables.
You ought to add C:\cygwin\bin to your path so all commands can be done from
a Cygwin window or native Windows command (cmd.exe) window.
Depending on your X-Server, showing the Earth in Orbit plots may not work since
texture maps have to be supported by the GLX server.
Printing does not work on Windows 95/98. It should work fine in Windows 2000 or higher.
|