To install SDPPACK, follow these instructions:

UNIX platforms:
---------------

% gunzip sdppack-v0.8-beta.tar.gz
% tar xovf sdppack-v0.8-beta.tar

Now, go to the mex directory for your Matlab version (mex4 for
Matlab 4.0 and mex5 for Matlab 5.0), and build the mex files:

% cmex -O2 svec.c
% cmex -O2 smat.c
% cmex -O2 evsumdiv.c

Move the mex files to the sdppack directory, so that they reside
along with the corresponding m-files.


Windows NT/95:
--------------

Move the ZIP file to the directory in which you want to install SDPpack
(typically Matlab\toolbox).  Unzip the file, making sure the directory
structure is preserved (for example, if you use WinZip, make sure
that the ``Use Folder Names'' checkbox is checked).

The mex files (Matlab 5.0 only) evsumdiv.dll, svec.dll, and smat.dll,
are already present in the sdppack directory.



