from PhysioNet, the research resource for complex physiologic signals
WFDB quick start for FreeBSD
Special thanks to Giuseppe Pagnoni for his notes, on which these
are based. Any errors are mine, not his! -- GBM
- Install gcc (requires root permissions) if it is not
installed already (try the command 'gcc --version' to check).
- Install an HTTP client library (optional, requires root
permissions).
If neither libcurl nor
libwww has been installed
already, install one of them now.
- You will be able to use the WFDB software to read files on local
disk drives and CD-ROMs whether or not you install one of these
libraries.
- Direct access from WFDB applications to data files on remote web
and FTP servers (NETFILES) is possible only if you install
libcurl or libwww.
- Direct access from WFDB applications to password-protected data
files on remote web and FTP servers requires libcurl 7.12.0 or later.
- If you skip this step now, you may install libcurl or libwww
and recompile the WFDB library later to enable NETFILES access
for all of your WFDB applications. It will not be necessary to
recompile the applications themselves.
- Install XView (optional,
requires root permissions).
- You will not be able to compile or use WAVE unless you have installed
the X11 developer's toolkit, including
/usr/include/X11/*.h, and XView, but none of the other
applications require XView. Other components of PhysioToolkit,
such as plt and
SEMIA, require X11
and XView.
- Unless you have compiled and installed XView from sources, install
textedit from the
FreeBSD Project (textedit is not included
in the FreeBSD port of XView).
- Add /usr/X11R6/bin (or the directory containing
textedit, if you have a non-standard installation of XView)
to your PATH before attempting to compile WAVE.
- Download the current version of the WFDB software package as sources.
- If XView is installed, test WAVE with the command:
wave -r mitdb/200 -a atr
If you have not used WAVE before, you may want to follow through the tutorial
material in the beginning of the WAVE User's
Guide.
-
Read the manuals. Really! :-) If you want to write your own software
to work with PhysioBank data, begin with the WFDB
Programmer's Guide. To learn about the wide variety of existing software
that can be used to study PhysioBank data, read the WFDB Applications Guide and the WAVE User's Guide.