Difference between revisions of "RLog"
From CBLFS
Jump to navigationJump to searchChipster19 (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://arg0.net/vgough/download/rlog-{{rlog-Version}}.tgz |} ---- {{Package-Introduction|RLog provides a ...) |
(added 32bit and 64bit multilib build) |
||
(One intermediate revision by one other user not shown) | |||
Line 35: | Line 35: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILD32}" ./configure --prefix=/usr && | |
+ | make | ||
Install the package: | Install the package: | ||
− | + | make install | |
=== N32 === | === N32 === | ||
Line 55: | Line 56: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILD64}" ./configure --prefix=/usr \ | |
+ | --libdir=/usr/lib64 && | ||
+ | make | ||
Install the package: | Install the package: | ||
− | + | make install | |
== Contents == | == Contents == | ||
Line 74: | Line 77: | ||
|librlog.{la,so} | |librlog.{la,so} | ||
|} | |} | ||
+ | |||
+ | [[Category:Programming]] |
Latest revision as of 17:47, 19 April 2009
Download 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} |