Installing ecgpuwave under Linux, Mac OS/X, MS-Windows, or Unix

1. Unless you are using MS-Windows, skip ahead to step 2.

   If you are using MS-Windows, install the Cygwin environment (freely
   available from http://www.cygwin.com/), if you have not already done so.
   There are many optional packages that you may install at the same time;
   be sure to install the GNU Compiler Collection (including g77 and gcc)
   and GNU 'make'.

   Run the commands below by typing them into a Cygwin (bash) window.

2. Install the WFDB software package (freely available from PhysioNet,
   see http://www.physionet.org/physiotools/wfdb.shtml), if you have not
   already done so.

3. Create a working directory for compiling ecgpuwave, copy the files
   from this directory into it, and enter that directory.

4. Prepare to compile using the command:
	./configure

5. Compile ecgpuwave using the command:
	make
   Some warnings (about references to labels being outside the blocks
   that contain their definitions) are normal and may be safely
   ignored.

6. Install ecgpuwave using the command:
	make install
