next up previous contents
Next: Compilation Up: Software Installation and Compilation Previous: Software Installation and Compilation

   
Installation

The installation steps that the researcher must carry out in order to execute the RCVSIM pre-compiled Linux binaries are as follows:

  1. Download the file rcvsim.tar.gz from the following web page:
    http://www.physionet.org/physiotools/rcvsim
  2. Type the following commands at the Linux prompt:
    tar xvzf rcvsim.tar.gz
    cd rcvsim

The contents of this directory - henceforth referred to as $DIR - are as follows:

  1. Login as root.
  2. Download and install the WFDB software package and the WAVE display system, if this has not already been done. See the following web page for instructions:
    http://www.physionet.org/physiotools/wfdb-linux-quick-start.shtml

If the researcher is running Linux Redhat 6.2 or higher, then

  1. Type the following command in the $DIR directory:
    ./install

The results of Step 5. are as follows:

Or, if the researcher is running Linux Redhat 6.1 or lower or any other Linux distribution (e.g., Suse, Debian), then

1a.
Acquire and install the necessary libc5 libraries and old dynamic linker, if they are not currently present on the system.
1b.
Type the following command in the $DIR directory:
./install

For RPM-based distributions (e.g., Mandrake), the software required for Step 5a. may be found on rpmfind.net as was the case for the RPMs provided in the directory $DIR/lib. Please see the following web pages:
http://www.rpmfind.net/linux/rpm2html/search.php?query=ld.so
http://www.rpmfind.net/linux/rpm2html/search.php?query=libc
Note that the results of Step 5b. differ from those of Step 5. in that the RPMs of $DIR/lib will not be installed.

  1. To undo the install script, type the following command in the $DIR directory:
    ./uninstall
This will undo everything done by install except the removal of the WFDB Software Package (version 10.1.6), if it were installed. This software can be removed manually (read INSTALL file in the tar file wfdb-10.1.6.tar.gz which is located in the $DIR/lib directory).


next up previous contents
Next: Compilation Up: Software Installation and Compilation Previous: Software Installation and Compilation
Ramakrishna Mukkamala (rama@egr.msu.edu)
2004-02-03