-
Notifications
You must be signed in to change notification settings - Fork 47
/
INSTALL
41 lines (31 loc) · 1.91 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
================================================================================
= MATLAB Installation Instructions =
================================================================================
1. Make sure you have the latest source code. See the GitHub page at
https://github.com/ricedsp/rwt
If you have the command line git tool installed you should be able to run:
git clone https://github.com/ricedsp/rwt.git
2. Properly set up your system to create MEX-files. Refer to the MATLAB
documentation section "Build MEX-Files" at
http://www.mathworks.com/help/matlab/matlab_external/building-mex-files.html
3. Run MATLAB and change to the "bin" subdirectory containing the .m files
4. Compile the toolbox by executing the Matlab command: compile
5. Add the toolbox "bin" subdirectory to your Matlab path.
================================================================================
= Octave Installation Instructions =
================================================================================
Octave installation is similar to the procedure for MATLAB above. On Linux you
will need the octave-dev (Debian/Ubuntu) or octave-devel (RedHat, etc.) package
installed.
================================================================================
= Python Installation Instructions =
================================================================================
Python installation requires SWIG version 2.0.11 or greater and CMake. Also you
should have numpy and scipy installed. To install the python bindings, execute
the following commands:
cd python
cmake .
sudo make install
On OSX, CMake is available from Macports http://www.macports.org/
For Redhat Enterprise Linux, Scientific Linux, CentOS, etc. there is a package
available on RepoForge http://repoforge.org/use/