ftp://ftp.cygnus.com/pub/gnu-win32/latest.
In that directory, download
README.txt
and
cdk.exe(13.7Mb)
cdk.exe
icon. Be sure to update your path and the other variables mentioned
in the Cygnus README.txt.
mkdir /tmp
/bin/sh.exe for use from make:
mkdir /bin cp /Cygnus/B19/H-i386-cygwin32/bin/sh.exe /binSince the Xgraph stars and various scripts use
/bin/rm
you should also do:
cp /Cygnus/B19/H-i386-cygwin32/bin/rm.exe /bin
ftp://go.cygnus.com/pub/ftp.cygnus.com/gnu-win32/latest/b19.1-update/. The installation is fairly straightforward - exit all programs
that use Cygwin32 and substitute in the new libcygwinb19.dll.
http://www.xraylith.wisc.edu/~khan/software/gnu-win32/egcs.html
This installation involves removing the include/g++ directory
and untarring two tar files.
mkdir /usr cd /usr tar -zxf b19_X11R6_3.tar.gz mkdir /etc cp /usr/X11R6.3/etc/termcap /etc
/etc/termcap is necessary for xterm, which
can be used by pigi -debug.
c:\usr\X11R6.3\bin to your path by using the
System control panel.
DISPLAY=localhost:0.0and then running
/usr/X11R6.3/bin/xclock.
pxgraph,
download
JDK1.1.
The JDK should be installed in c:/jdk1.1.n
and you will need to update your path.
ftp://ptolemy.eecs.berkeley.edu/pub/misc/pxgraph/index.html
src
tar file and ungzip and untar the files
tar -ztvf pt0.7.1.src.tar.gz tar -ztvf pt0.7.1.other.src.tar.gz
rm -rf $PTOLEMY/obj.nt4/tcltk $PTOLEMY/obj.nt4/octtools
Start menu, select Settings, then
Control Panels, then System, then select the
Environment tab
PTARCH nt4 PTOLEMY /users/ptolemy CC gccSet your
PATH to include
$PTOLEMY/bin:$PTOLEMY/bin.nt4
bash and cd to the tree with something like:
mkdir /users/ptolemy mount //UnixHost/ptolemy /users/ptolemy cd $PTOLEMY
Now you have three ways to get to the sources using Samba:
Run Start menu choice.
cd to the UNC, such as cd //carson/ptdesign
cd to the Cygwin mount point: cd /users/ptolemy
itkwish or via the Cygwin32 itkwish. The
Windows itkwish does not understand Cygwin32 mount points, but
the Cygwin32 version does.
Note that you can set PTOLEMY to the raw UNC format
//UnixHost/ptolemy, but if you do, you will
have problems with configuring Itcl. Instead use the mount
command as above.