Instructions for Windows Users
To run Cver on Windows take following steps:
- First download and install Cygwin from
www.cygwin.com.
- Download the source tar ball file from the
downloads
  page. Save into your home Cygwin directory
(such as c:\Cygwin\home\yourname\).
- Open the Cygwin shell.
- Note: Windows (IE) sometimes renames the tar file name with
an extra ".tar". If this occurred in the shell type
the following command:
$mv gplcver-1.10x.src.tar.tar gplcver-1.10x.src.tar.bz2
- Also in the shell do the following commands:
$bunzip2 gplcver-1.10x.src.tar.bz2
$tar xvj gplcver-1.10x.src.tar
$cd gplcver-1.10x.src/src
$make -f makefile.cygwin
- Make sure it installed correctly by running the tests in
tests_and_examples/install.tst.
For more information on Cver and how to install read the README file in
the gplcver-1.10x top level directory.
To use the PLI on Cygwin please read the README in tests_and_examples/examples.vpi.
Copyright © 1991-2006 Pragmatic C Software Corp.
Last updated 2006-05-24.
|