From 6c381e8c4c502d4e4b92acf3f838494c1649cfb6 Mon Sep 17 00:00:00 2001 From: mes5k Date: Mon, 27 Sep 2004 02:00:53 +0000 Subject: [PATCH] updates --- docs/manual.html | 6 ++++++ 1 file changed, 6 insertions(+) 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