Added RPM with minimal dependencies.
This commit is contained in:
		@@ -95,7 +95,8 @@ if HAVE_THREADS
 | 
			
		||||
if HAVE_BOOST_THREAD
 | 
			
		||||
  libmrw_mt_la_SOURCES = ${libmrw_la_SOURCES}
 | 
			
		||||
  libmrw_mt_la_CXXFLAGS = @THREADS@
 | 
			
		||||
  libmrw_mt_la_LDFLAGS = ${libmrw_la_LDFLAGS} @THREADS@
 | 
			
		||||
  libmrw_mt_la_LDFLAGS = ${libmrw_la_LDFLAGS} -version-info @LIB_VERSION@ \
 | 
			
		||||
                         @THREADS@
 | 
			
		||||
  libmrw_mt_la_LIBADD  = ${libmrw_la_LIBADD} @BOOST_THREAD_LIB@
 | 
			
		||||
endif
 | 
			
		||||
endif
 | 
			
		||||
 
 | 
			
		||||
@@ -65,14 +65,24 @@
 | 
			
		||||
           - runs better on: either Linux or Solaris
 | 
			
		||||
     - Binary
 | 
			
		||||
        - Binary RPM Packages (built on i586/SuSE):
 | 
			
		||||
           - http://marc.waeckerlin.org/@PACKAGENAME@/@PACKAGENAME@-minimal-@MAJOR@.@MINOR@.@LEAST@-1.i586.rpm
 | 
			
		||||
              - Minimal runtime package without debugging support.
 | 
			
		||||
                Does not depend on boost and log4cxx and ltdl.
 | 
			
		||||
                To be used
 | 
			
		||||
                e.g. with http://marc.waeckerlin.org/videorekorder
 | 
			
		||||
              - Installation:<br />
 | 
			
		||||
                <code>rpm -Uvh @PACKAGENAME@-minimal-@MAJOR@.@MINOR@.@LEAST@-1.i586.rpm</code>
 | 
			
		||||
           - http://marc.waeckerlin.org/@PACKAGENAME@/@PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@-1.i586.rpm
 | 
			
		||||
              - Installation:<br>
 | 
			
		||||
              - Full runtime library, no multithreading.
 | 
			
		||||
              - Installation:<br />
 | 
			
		||||
                <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>
 | 
			
		||||
              - Full runtime library, with multithreading support.
 | 
			
		||||
              - 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
 | 
			
		||||
              - Installation:<br>
 | 
			
		||||
              - The package for developers.
 | 
			
		||||
              - Installation:<br />
 | 
			
		||||
                <code>rpm -Uvh @PACKAGENAME@-devel-@MAJOR@.@MINOR@.@LEAST@-1.i586.rpm</code>
 | 
			
		||||
     - Source
 | 
			
		||||
        - Requirements to build from source:
 | 
			
		||||
@@ -92,7 +102,7 @@
 | 
			
		||||
                  -# <code>./configure && make all install</code>
 | 
			
		||||
        - Source RPM Packages:
 | 
			
		||||
           - http://marc.waeckerlin.org/@PACKAGENAME@/@PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@-1.src.rpm
 | 
			
		||||
              - Installation:<br>
 | 
			
		||||
              - Installation:<br />
 | 
			
		||||
                <code>sudo rpmbuild --rebuild @PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@-1.src.rpm</code>
 | 
			
		||||
 | 
			
		||||
    Download this documentation in PDF:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user