Difference between revisions of "Lincity-ng"

From CBLFS
Jump to navigationJump to search
Line 95: Line 95:
 
|-valign="top"
 
|-valign="top"
 
!Installed Directories:
 
!Installed Directories:
| /usr/share/lincity-ng
+
| /usr/share/lincity-ng, /usr/share/doc/lincity-ng-{{lincity-Version}}
 
|}
 
|}

Revision as of 10:03, 28 March 2007

Download Source: http://download.berlios.de/lincity-ng/lincity-ng-2.0.tar.bz2

Introduction to Lincity

LinCity-NG is a City Simulation Game. It is a SimCity clone.

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=/usr --sysconfdir=/etc \
    --localstatedir=/var &&
jam

Install the package:

jam install

Multilib

This package does not install any libraries so only one installation is needed.

32Bit

Compile the package:

export USE_ARCH=32 &&
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
PKG_CONFIG_PATH="$PKG_CONFIG_PATH32" \
./configure --prefix=/usr --sysconfdir=/etc \
    --localstatedir=/var &&
jam

Install the package:

jam install &&
unset USE_ARCH

N32

Compile the package:

export USE_ARCH=n32 &&
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
PKG_CONFIG_PATH="$PKG_CONFIG_PATHN32" \
./configure --prefix=/usr --sysconfdir=/etc \
    --localstatedir=/var &&
jam

Install the package:

jam install &&
unset USE_ARCH

64Bit

Compile the package:

export USE_ARCH=64 &&
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
PKG_CONFIG_PATH="$PKG_CONFIG_PATH64" \
./configure --prefix=/usr --sysconfdir=/etc \
    --localstatedir=/var &&
jam

Install the package:

jam install &&
unset USE_ARCH

Contents

Installed Programs: lincity-ng
Installed Libraries: None
Installed Directories: /usr/share/lincity-ng, /usr/share/doc/lincity-ng-2.0