diff --git a/docs/manual.html b/docs/manual.html index 02bca75..bcbe206 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -277,6 +277,12 @@ Finally, if you want to include TCLAP as part of your software (which is perfectly OK, even encouraged) then simply copy the contents of /some/place/tclap-1.X/include (the tclap directory and all of he header files it contains) into your include directory. +

+TCLAP was developed on Linux and MacOSX systems. It is also known to work on +Windows, Sun and Alpha platforms. We've made every effort to keep the library +compliant with the ANSI C++ standard so if your compiler meets the standard, +then this library should work for you. Please let us know if this is not +the case!

Complications