Difference between revisions of "Lincity-ng"

From CBLFS
Jump to navigationJump to search
m
 
(2 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
|}
 
|}
  
= Introduction to Lincity =
+
----
  
LinCity-NG is a City Simulation Game. It is a SimCity clone.
+
{{Package-Introduction|LinCity-NG is a City Simulation Game. It is a SimCity clone.|http://lincity-ng.berlios.de/wiki/index.php/Main_Page}}
  
 
== Dependencies ==
 
== Dependencies ==
Line 97: Line 97:
 
| /usr/share/lincity-ng, /usr/share/doc/lincity-ng-{{lincity-Version}}
 
| /usr/share/lincity-ng, /usr/share/doc/lincity-ng-{{lincity-Version}}
 
|}
 
|}
 +
 +
[[Category:Games]]

Latest revision as of 08:34, 12 April 2009

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

Introduction to Lincity-ng

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

Project Homepage: http://lincity-ng.berlios.de/wiki/index.php/Main_Page

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