BCLS: Bound Constrained Least Squares

Version 0.1

Installing BCLS

Contents

Software Requirements

BCLS includes all of its library dependencies, including a reference CBLAS implementation. (We describe below how to link BCLS against another CBLAS library.) It should compile on most Unix-like systems (including Windows NT/2000/XP using CygWin or MinGW) with no modification.

At the very least, you will need

Downloading BCLS

Dowload the BCLS source code in your favorite format:

Use your browser to download one of these files, or from the commandline do, for example,

$ curl -O http://www.cs.ubc.ca/~mpf/bcls/downloads/bcls-0.1.zip

Compiling BCLS

If all the prerequisites are installed on your system, then in theory you should only have to type

$ ./configure
$ make
$ make install

Generated on Sun Mar 4 22:50:03 2007 by Doxygen 1.5.1