Difference between revisions of "Gwenhywfar"

From CBLFS
Jump to navigationJump to search
 
Line 24: Line 24:
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=/usr --disable-dependency-tracking
+
  ./configure --prefix=/usr --sysconfdir=/etc &&
 
  make
 
  make
  
Install the package
+
Install the package:
  
 
  make install
 
  make install
Line 35: Line 35:
 
=== 32Bit ===
 
=== 32Bit ===
  
TO DO
+
Compile the package:
 +
 
 +
CC="gcc ${BUILD32}" ./configure --prefix=/usr \
 +
    --sysconfdir=/etc &&
 +
make
 +
 
 +
Install the package:
 +
 
 +
make install &&
 +
mv -v /usr/bin/gwenhywfar-config{,-32}
  
 
=== N32 ===
 
=== N32 ===
  
TO DO
+
Compile the package:
 +
 
 +
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
 +
    --sysconfdir=/etc --libdir=/usr/lib32 &&
 +
make
 +
 
 +
Install the package:
 +
 
 +
make install &&
 +
mv -v /usr/bin/gwenhywfar-config{,-n32}
  
 
=== 64Bit ===
 
=== 64Bit ===
  
TO DO
+
Compile the package:
 +
 
 +
CC="gcc ${BUILD64}" ./configure --prefix=/usr \
 +
    --sysconfdir=/etc --libdir=/usr/lib64 &&
 +
make
 +
 
 +
Install the package:
 +
 
 +
make install &&
 +
mv -v /usr/bin/gwenhywfar-config{,-64} &&
 +
ln -sfv multiarch_wrapper /usr/bin/gwenhywfar-config
  
 
= Contents =
 
= Contents =

Revision as of 10:48, 24 December 2006

Download Source: http://downloads.sourceforge.net/gwenhywfar/gwenhywfar-3.3.4.tar.gz

Introduction to gwenhywfar

Gwenhywfar is a multi-purpose library that provides useful functions such as configuration file handling, a full featured message generation and parsing engine, and an operating system abstraction layer.

Dependencies

Recommended

Optional

Non-Multilib

Compile the package:

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

Install the package:

make install

Multilib

32Bit

Compile the package:

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

Install the package:

make install &&
mv -v /usr/bin/gwenhywfar-config{,-32}

N32

Compile the package:

CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
    --sysconfdir=/etc --libdir=/usr/lib32 &&
make

Install the package:

make install &&
mv -v /usr/bin/gwenhywfar-config{,-n32}

64Bit

Compile the package:

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

Install the package:

make install &&
mv -v /usr/bin/gwenhywfar-config{,-64} &&
ln -sfv multiarch_wrapper /usr/bin/gwenhywfar-config

Contents

Installed Programs: gwenhywfar-config
Installed Libraries: libgwenhywfar.{la,so}
Installed Directories: /usr/include/gwenhywfar, /usr/lib/gwenhywfar