Win32Build
When building the CellML API on Win32, you have two options:
- Use libstdc++. This works as long as you produce a build which doesn't require any DLLs.
- Use STLport. This is the subject of this page.
Download STLport from http://prdownloads.sourceforge.net/stlport/STLport-5.0.2.tar.bz2
Configure using the --no-cygwin option, and follow the instructions given there to edit the _site_config.h
From the build directory run make -f gcc.mak