Difference between revisions of "Lincity-ng"
From CBLFS
Jump to navigationJump to searchm (Lincity moved to Lincity-ng) |
|||
Line 7: | Line 7: | ||
= Introduction to Lincity = | = Introduction to Lincity = | ||
− | LinCity-NG is a City Simulation Game. | + | LinCity-NG is a City Simulation Game. It is a SimCity clone. |
== 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: | ||
− | + | 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: | ||
− | + | jam install && | |
+ | unset USE_ARCH | ||
=== N32 === | === N32 === | ||
Line 47: | Line 56: | ||
Compile the package: | 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: | Install the package: | ||
− | + | jam install && | |
+ | unset USE_ARCH | ||
=== 64Bit === | === 64Bit === | ||
Line 57: | Line 72: | ||
Compile the package: | 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: | Install the package: | ||
− | + | jam install && | |
+ | unset USE_ARCH | ||
= Contents = | = Contents = |
Revision as of 11:57, 31 December 2006
Download Source: | http://download.berlios.de/lincity-ng/lincity-ng-2.0.tar.bz2 |
---|
Contents
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 |