个人工具

UbuntuHelp:Tutris

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月13日 (日) 11:45的版本 (New page: {{From|https://help.ubuntu.com/community/Tutris}} {{Languages|php5}} Parent: UbuntuHelp:Games [http://www.2ndpoint.fi/projektit/tutris.html Tutris] is a simple Tetris clone. == Downl...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

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
</code>

== Installation ==
Extract the file
<pre>
tar xzfv Tutris-1.0.1.tar.gz
</code>

Enter the directory
<pre>
cd Tutris-1.0.1/
</code>

Configure and compile it
<pre>
./configure
make
</code>

install it 
<pre>
sudo make install
</code>
or to install it via a deb file (CheckInstall) 
<pre>
sudo make checkinstall
</code>

== Start ==
Start the game
<pre>
tutris
</code>

== Troubleshooting ==
Probably you need also these package:
<pre>
sudo apt-get install libsdl-image1.2-dev
</code>
If you are missing more, install them too.

Credits: [http://www.ubuntu-de.org/wiki/spiele:anleitungen:tutris UbuntuUsers.de]
----
CategoryGames CategoryDocumentation

[[category:UbuntuHelp]]