特殊:Badtitle/NS100:Tutris:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Oneleaf留言 | 贡献
无编辑摘要
Wikibot留言 | 贡献
无编辑摘要
第2行: 第2行:
{{Languages|UbuntuHelp:Tutris}}
{{Languages|UbuntuHelp:Tutris}}
Parent: [[UbuntuHelp:Games]]
Parent: [[UbuntuHelp:Games]]
[http://www.2ndpoint.fi/projektit/tutris.html Tutris] is a simple Tetris clone.
[http://www.2ndpoint.fi/projektit/tutris.html Tutris] is a simple Tetris clone.
== Download ==
== Download ==
<pre><nowiki>
<pre><nowiki>
wget -c ftp://ftp.openbsd.org/pub/OpenBSD/3.9/packages/arm/tutris-1.0.1.tgz
wget -c ftp://ftp.openbsd.org/pub/OpenBSD/3.9/packages/arm/tutris-1.0.1.tgz
</nowiki></pre>
</nowiki></pre>
== Installation ==
== Installation ==
Extract the file
Extract the file
第15行: 第12行:
tar xzfv Tutris-1.0.1.tar.gz
tar xzfv Tutris-1.0.1.tar.gz
</nowiki></pre>
</nowiki></pre>
Enter the directory
Enter the directory
<pre><nowiki>
<pre><nowiki>
cd Tutris-1.0.1/
cd Tutris-1.0.1/
</nowiki></pre>
</nowiki></pre>
Configure and compile it
Configure and compile it
<pre><nowiki>
<pre><nowiki>
第26行: 第21行:
make
make
</nowiki></pre>
</nowiki></pre>
install it  
install it  
<pre><nowiki>
<pre><nowiki>
第35行: 第29行:
sudo make checkinstall
sudo make checkinstall
</nowiki></pre>
</nowiki></pre>
== Start ==
== Start ==
Start the game
Start the game
第41行: 第34行:
tutris
tutris
</nowiki></pre>
</nowiki></pre>
== Troubleshooting ==
== Troubleshooting ==
Probably you need also these package:
Probably you need also these package:
第48行: 第40行:
</nowiki></pre>
</nowiki></pre>
If you are missing more, install them too.
If you are missing more, install them too.
Credits: [http://www.ubuntu-de.org/wiki/spiele:anleitungen:tutris UbuntuUsers.de]
Credits: [http://www.ubuntu-de.org/wiki/spiele:anleitungen:tutris UbuntuUsers.de]
----
----

2007年11月30日 (五) 21:48的版本

{{#ifexist: :Tutris/zh | | {{#ifexist: Tutris/zh | | {{#ifeq: {{#titleparts:Tutris|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:Tutris|1|-1|}} | zh | | }}

Parent: UbuntuHelp:Games Tutris is a simple Tetris clone.

Download

wget -c ftp://ftp.openbsd.org/pub/OpenBSD/3.9/packages/arm/tutris-1.0.1.tgz

Installation

Extract the file

tar xzfv Tutris-1.0.1.tar.gz

Enter the directory

cd Tutris-1.0.1/

Configure and compile it

./configure
make

install it

sudo make install

or to install it via a deb file (CheckInstall)

sudo make checkinstall

Start

Start the game

tutris

Troubleshooting

Probably you need also these package:

sudo apt-get install libsdl-image1.2-dev

If you are missing more, install them too. Credits: UbuntuUsers.de