Difference between revisions of "Lincity-ng"

From CBLFS
Jump to navigationJump to search
m (Lincity moved to Lincity-ng)
m
 
(4 intermediate revisions by 3 users not shown)
Line 5: Line 5:
 
|}
 
|}
  
= Introduction to Lincity =
+
----
  
LinCity-NG is a City Simulation Game. Is 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 16: Line 16:
 
* [[SDL_ttf]]
 
* [[SDL_ttf]]
 
* [[SDL_gfx]]
 
* [[SDL_gfx]]
 +
* [[SDL_image]]
 
* [[LibXML2]]
 
* [[LibXML2]]
 
* [[PhysicsFS]]
 
* [[PhysicsFS]]
Line 24: Line 25:
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var &&
+
  ./configure --prefix=/usr --sysconfdir=/etc \
 +
    --localstatedir=/var &&
 
  jam
 
  jam
  
Line 32: Line 34:
  
 
== Multilib ==
 
== Multilib ==
 +
'''''This package does not install any libraries so only one installation is needed.'''''
  
 
=== 32Bit ===
 
=== 32Bit ===
Line 37: Line 40:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  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:
 
Install the package:
  
  To do ...
+
  jam install &&
 +
unset USE_ARCH
  
 
=== N32 ===
 
=== N32 ===
Line 47: Line 56:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  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:
 
Install the package:
  
  To do ...
+
  jam install &&
 +
unset USE_ARCH
  
 
=== 64Bit ===
 
=== 64Bit ===
Line 57: Line 72:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  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:
 
Install the package:
  
  To do ...
+
  jam install &&
 +
unset USE_ARCH
  
 
= Contents =
 
= Contents =
Line 74: 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}}
 
|}
 
|}
 +
 +
[[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