From 9524df5b184185e2b54d4189fd09660b1dcfade6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Mon, 14 Mar 2005 16:27:09 +0000 Subject: [PATCH] added download link for multithreaded rpm package --- mrw/mrw.hpp.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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