This software can be built in the following ways:
1  With linux/cygwin/bsd/unix C++ via make
2  With Microsoft .NET C++ framework integrated development environment

Linux/cygwin/bsd/unix:
Change directory to the root of the Musimat distribution (generally the
same directory where this file lives) and type make to the shell prompt.  

Microsoft Visual C++ .NET
Double-click on Musimat.sln in the root directory of the Musimat distribution
(generally the same directory where this file lives), select the Build menu, and
select Build Solution.

When make finishes,
there will be one library in MusimatLib/MusimatLib.a, and two console
applications, ./MusimatTutorial/MusimatTutorial.exe and ./MusimatChapter9/Chapter9.exe.

