Mercurial > hg > smallbox
diff util/Rice Wavelet Toolbox/INSTALL @ 78:f69ae88b8be5
added Rice Wavelet Toolbox with my modification, so it can be compiled on newer systems.
author | Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk> |
---|---|
date | Fri, 25 Mar 2011 15:27:33 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/util/Rice Wavelet Toolbox/INSTALL Fri Mar 25 15:27:33 2011 +0000 @@ -0,0 +1,26 @@ +In order to install this distribution of Rice Wavelet Tools version 2.4 +released - <Dec 1 2002> + +1. Properly set up your system to create MEX-files. Please refer to the + "Matlab Application Program Guide" to properly set up of your matlab + and C-compiler to be able to compile C-mex files on your system. + All reference documentations are available on the MathWorks web page: + www.mathworks.com + +2. Make a toolbox directory and uncompress/extract all the files. + For example, in the unix environment, + + gunzip rwt.tar.gz + tar xvf rwt.tar + +3. Run MATLAB and change to the temporary directory containing the files. + +4. Compile the toolbox by executing the Matlab command + + compile + +5. Add the toolbox directory to your Matlab path. + +6. For further instructions, please refer to the README file. + +