Difference between revisions of "RLog"

From CBLFS
Jump to navigationJump to search
(added 32bit and 64bit multilib build)
 
Line 35: Line 35:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
 +
make
  
 
Install the package:
 
Install the package:
  
  To do ...
+
  make install
  
 
=== N32 ===
 
=== N32 ===
Line 55: Line 56:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  CC="gcc ${BUILD64}" ./configure --prefix=/usr \
 +
    --libdir=/usr/lib64 &&
 +
make
  
 
Install the package:
 
Install the package:
  
  To do ...
+
  make install
  
 
== Contents ==
 
== Contents ==

Latest revision as of 18:47, 19 April 2009

Download Source: http://arg0.net/vgough/download/rlog-1.3.7.tgz

Introduction to RLog

RLog provides a flexible message logging facility for C++ programs and libraries.

Project Homepage: http://arg0.net/wiki/rlog

Dependencies

Recommended

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make

Install the package:

make install

N32

Compile the package:

To do ...

Install the package:

To do ...

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    --libdir=/usr/lib64 &&
make

Install the package:

make install

Contents

Installed Directories: /usr/include/rlog, /usr/share/doc/rlog
Installed Programs: None
Installed Libraries: librlog.{la,so}