RLog
From CBLFS
Jump to navigationJump to searchDownload Source: | http://arg0.net/vgough/download/rlog-1.3.7.tgz |
---|
Contents
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} |