diff --git a/mrw/mrw.hpp.in b/mrw/mrw.hpp.in
index 42a7bad..fa29f3c 100644
--- a/mrw/mrw.hpp.in
+++ b/mrw/mrw.hpp.in
@@ -10,8 +10,8 @@
Featureful C++ Library containing a lot of needful
things. Everything, I often need, but it's missing in C++ standard
- libraries and other common 3rd party libraries, such as log4cxx,
- cppunit and boost.
+ libraries and other common 3rd party libraries, such as log4cxx, cppunit and boost.
I have paid attention to define simple and a nice to use
interfaces. The library makes use of object orientation, operator
@@ -68,6 +68,9 @@
- http://marc.waeckerlin.org/@PACKAGENAME@/@PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@-1.i586.rpm
- Installation:
rpm -Uvh @PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@-1.i586.rpm
+ - http://marc.waeckerlin.org/@PACKAGENAME@/@PACKAGENAME@-mt-@MAJOR@.@MINOR@.@LEAST@-1.i586.rpm
+ - Installation:
+ rpm -Uvh @PACKAGENAME@-mt-@MAJOR@.@MINOR@.@LEAST@-1.i586.rpm
- http://marc.waeckerlin.org/@PACKAGENAME@/@PACKAGENAME@-devel-@MAJOR@.@MINOR@.@LEAST@-1.i586.rpm
- Installation:
rpm -Uvh @PACKAGENAME@-devel-@MAJOR@.@MINOR@.@LEAST@-1.i586.rpm
@@ -78,6 +81,8 @@
- log4cxx: http://logging.apache.org/log4cxx
- doxygen: http://doxygen.org
- graphviz: http://www.research.att.com/sw/tools/graphviz
+ - GNU binutils (you also need the development package, if it is
+ separete (e.g. in Debian))
- GNU g++, GNU make, GNU autotools: http://gnu.org
- Source TAR-Ball:
- http://marc.waeckerlin.org/@PACKAGENAME@/@PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@.tar.gz