next up previous contents
Next: Copyright Up: Introduction Previous: Description   Contents

Requirements

This work uses the matrix library NEWMAT11 1.2developed by Robert Davies. Hence, the requirement for the ROBOOP are the same as for the NEWMAT11. Although make files are only provided for the Borland C++ 4.5 and 5.x, Visual C++ 6.0, Visual C++ 7.0 (.NET), OpenWatcom C++ and GNU G++ compilers, other compilers supporting the STL could be used. See the file nm11.htm in the newmat directory for more details.

To use the OpenWatcom C++ compiler you need to add STL support. To do so, download the latest STLport, extract the files and copy the subdirectory stlport in the Watcom directory and add this directory to the INCLUDE environment variable. For example, in your stevars.bat you should have something like:

SET INCLUDE=C:\watcom\stlport;C:\watcom\H;C:\watcom\H\NT
The stlport directory should be before the others. Then apply the modifications suggested in the MN Watcom STL Page.

In order to use the graphic features of this package, the software gnuplot1.3 (version 3.5 on later) must be installed in the PATH of your computer. The binary name is wgnuplot.exe under Windows 95/98/NT/2000 (Win32) and gnuplot under most of other platforms, you should edit the file gnugraph.h if the binary name is different.


next up previous contents
Next: Copyright Up: Introduction Previous: Description   Contents
Richard Gourdeau 2004-07-06