Lincity-ng: Difference between revisions
From CBLFS
Jump to navigationJump to search
Chipster19 (talk | contribs) No edit summary |
Weibullguy (talk | contribs) No edit summary |
||
| Line 5: | Line 5: | ||
|} | |} | ||
---- | |||
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.}} | ||
== Dependencies == | == Dependencies == | ||
Revision as of 22:45, 16 April 2007
| 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: Unknown
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 |