summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSteve M. Robbins <smr@sumost.ca>2001-09-23 05:09:15 +0000
committerSteve M. Robbins <smr@sumost.ca>2001-09-23 05:09:15 +0000
commit8270594d083e6fb7cdcba52351e7febb546ac299 (patch)
treec5abc842cdf766b0c06093c363efa8d8f2875cde /README
parenta48490973bbbc43541385116c1efa03657538e7e (diff)
Polishing for 1.6.0 release.
Diffstat (limited to 'README')
-rw-r--r--README54
1 files changed, 8 insertions, 46 deletions
diff --git a/README b/README
index 0252105..44706e2 100644
--- a/README
+++ b/README
@@ -3,54 +3,16 @@
http://cppunit.sourceforge.net
+CppUnit is the C++ port of the famous JUnit framework for unit
+testing.
- INSTALLATION using configure script
- -----------------------------------
+For MSWindows installation notes, see INSTALL-WIN32.txt.
+For all other systems, see INSTALL and INSTALL-unix.
-See the file INSTALL for basic instructions. A short explanation for
-each non-standard configure option follows.
- --disable-typeinfo-name
+Bug reports are welcome. Please use the SourceForge bug tracking
+system at http://sourceforge.net/projects/cppunit/.
-Some output from the library will use a class name to distinguish
-between tests. Normally, the Run-Time Type Information system is
-used (specifically, the type_info::name() function) to generate
-the name. Some compilers return human-readable names via this
-interface. Other compilers do not.
-
-If your compiler does not generate a pleasing class name, specify
-this option; the names will be generated by other means.
-
-
-
- System Notes
- ------------
-
-IRIX 6 / MIPSpro compiler 7.30
-------------------------------
-
-The MIPSpro compiler requires the "-LANG:std" flag to enable the
-standard C++ library. You must set the CC variable when you configure,
-as follows
- ./configure CC='CC -LANG:std'
-
-There is a bug in released versions of libtool prevents the -LANG flag
-from being properly passed during the linking stage. To check if you
-have this bug, examine the output of "grep 'no.*irix' libtool". If
-you see a line like "no/*-*-irix*)" then you suffer from the bug. [A
-fixed version of libtool will look like "no/*-*-irix* | /*-*-irix*)".]
-
-If your libtool script suffers from the bug, open it in an editor,
-find the first line that contains "with_gcc", and change it to
-read "with_gcc=no".
-
-
-DEC alpha with cxx V6.1-029 and RougeWave STL
----------------------------------------------
-
-A user report that you may have to configure using
-
- ./configure DEC_CXX="-D__USE_STD_IOSTREAM -D__STD_MS"
-
-[Is that really "RogueWave"?]
+Email to the current maintainers may be sent to
+<cppunit-devel@lists.sourceforge.net>.