ikarosilva / wfdb-app-toolbox

The WFDB Toolbox for MATLAB/Octave is a collection of functions for reading, writing, and processing physiologic signals in the formats used by PhysioNet (see README for details).
http://physionet.org/physiotools/matlab/wfdb-app-matlab/
GNU General Public License v3.0
92 stars 45 forks source link

How to run 'make' in the top-level directory? #156

Open cclibra opened 6 years ago

cclibra commented 6 years ago

To build the toolbox, simply run 'make' in the top-level directory. This will automatically download various dependencies from PhysioNet and elsewhere (see 'mcode/nativelibs/Makefile' for details.).

And there is no 'make' but Makefile in the top-level directory,so how to run 'make' or Makefile to download dependencies? Thanks