added download link for multithreaded rpm package
This commit is contained in:
@@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
Featureful C++ Library containing a lot of needful
|
Featureful C++ Library containing a lot of needful
|
||||||
things. Everything, I often need, but it's missing in C++ standard
|
things. Everything, I often need, but it's missing in C++ standard
|
||||||
libraries and other common 3rd party libraries, such as <a href="">log4cxx</a>,
|
libraries and other common 3rd party libraries, such as <a
|
||||||
cppunit and boost.
|
href="">log4cxx</a>, cppunit and boost.
|
||||||
|
|
||||||
I have paid attention to define simple and a nice to use
|
I have paid attention to define simple and a nice to use
|
||||||
interfaces. The library makes use of object orientation, operator
|
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
|
- http://marc.waeckerlin.org/@PACKAGENAME@/@PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@-1.i586.rpm
|
||||||
- Installation:<br>
|
- Installation:<br>
|
||||||
<code>rpm -Uvh @PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@-1.i586.rpm</code>
|
<code>rpm -Uvh @PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@-1.i586.rpm</code>
|
||||||
|
- http://marc.waeckerlin.org/@PACKAGENAME@/@PACKAGENAME@-mt-@MAJOR@.@MINOR@.@LEAST@-1.i586.rpm
|
||||||
|
- Installation:<br>
|
||||||
|
<code>rpm -Uvh @PACKAGENAME@-mt-@MAJOR@.@MINOR@.@LEAST@-1.i586.rpm</code>
|
||||||
- http://marc.waeckerlin.org/@PACKAGENAME@/@PACKAGENAME@-devel-@MAJOR@.@MINOR@.@LEAST@-1.i586.rpm
|
- http://marc.waeckerlin.org/@PACKAGENAME@/@PACKAGENAME@-devel-@MAJOR@.@MINOR@.@LEAST@-1.i586.rpm
|
||||||
- Installation:<br>
|
- Installation:<br>
|
||||||
<code>rpm -Uvh @PACKAGENAME@-devel-@MAJOR@.@MINOR@.@LEAST@-1.i586.rpm</code>
|
<code>rpm -Uvh @PACKAGENAME@-devel-@MAJOR@.@MINOR@.@LEAST@-1.i586.rpm</code>
|
||||||
@@ -78,6 +81,8 @@
|
|||||||
- log4cxx: http://logging.apache.org/log4cxx
|
- log4cxx: http://logging.apache.org/log4cxx
|
||||||
- doxygen: http://doxygen.org
|
- doxygen: http://doxygen.org
|
||||||
- graphviz: http://www.research.att.com/sw/tools/graphviz
|
- 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
|
- GNU g++, GNU make, GNU autotools: http://gnu.org
|
||||||
- Source TAR-Ball:
|
- Source TAR-Ball:
|
||||||
- http://marc.waeckerlin.org/@PACKAGENAME@/@PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@.tar.gz
|
- http://marc.waeckerlin.org/@PACKAGENAME@/@PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@.tar.gz
|
||||||
|
Reference in New Issue
Block a user