CVS For Windows
The CVS and SSH binaries include encryption that the US Goverment classifies and a munition, so we can't make the binaries available to people outside of the EECS.Berkeley.EDU and CS.Berkeley.EDU domains.
However, we can include instructions on how we built the binaries.
If you can't download ssh-1.2.26.1, you might try the
ssh-1.2.14-win32.bin.zip binary from ftp.cs.hut.fi
Changes between ssh-1.2.14-win32 and ssh-1.2.26.1-win32
Build instructions
The Installer includes prebuilt binaries, which were were built with VC++6.0 via a Cygwin bash shell. The instructions below are for anyone who is trying to rbuild from scratch.If you would like to obtain the patch we used to build the
prebuilt binaries, send email to
cxh at eecs
- Currently, our tree is checked in to the repository as
ssh, so if you already have CVS and you have a mho cluster account, you can docvs co ssh
- In the System Control Panel
- Add
D:\Program Files\Microsoft Visual Studio\VC98\Bin;D:\Program Files\Microsoft Visual Studio\Common\MSDev98\Binto your Path - Create a new variable called INCLUDE and set it to
D:\Program Files\Microsoft Visual Studio\VC98\Include - Create a new variable called LIB and set it to
D:\Program Files\Microsoft Visual Studio\VC98\LIB
- Add
- Under Cygwin bash, build ssh with:
cd ssh nmake -f makefile.vc TOOLS32=d:\\PROGRA~1\MICROS~2\VC98
