个人工具

“UbuntuHelp:Tutris”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(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...)
 
 
(未显示2个用户的5个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/Tutris}}
 
{{From|https://help.ubuntu.com/community/Tutris}}
{{Languages|php5}}
+
{{Languages|UbuntuHelp:Tutris}}
Parent: [[UbuntuHelp:Games]]
+
Parent: [[UbuntuHelp:Games|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></code>
+
</nowiki></pre>
 
+
 
== Installation ==
 
== Installation ==
 
Extract the file
 
Extract the file
 
<pre><nowiki>
 
<pre><nowiki>
 
tar xzfv Tutris-1.0.1.tar.gz
 
tar xzfv Tutris-1.0.1.tar.gz
</nowiki></code>
+
</nowiki></pre>
 
+
 
Enter the directory
 
Enter the directory
 
<pre><nowiki>
 
<pre><nowiki>
 
cd Tutris-1.0.1/
 
cd Tutris-1.0.1/
</nowiki></code>
+
</nowiki></pre>
 
+
 
Configure and compile it
 
Configure and compile it
 
<pre><nowiki>
 
<pre><nowiki>
 
./configure
 
./configure
 
make
 
make
</nowiki></code>
+
</nowiki></pre>
 
+
 
install it  
 
install it  
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo make install
 
sudo make install
</nowiki></code>
+
</nowiki></pre>
or to install it via a deb file (CheckInstall)  
+
or to install it via a deb file ([[UbuntuHelp:CheckInstall|CheckInstall]])  
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo make checkinstall
 
sudo make checkinstall
</nowiki></code>
+
</nowiki></pre>
 
+
 
== Start ==
 
== Start ==
 
Start the game
 
Start the game
 
<pre><nowiki>
 
<pre><nowiki>
 
tutris
 
tutris
</nowiki></code>
+
</nowiki></pre>
 
+
 
== Troubleshooting ==
 
== Troubleshooting ==
 
Probably you need also these package:
 
Probably you need also these package:
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo apt-get install libsdl-image1.2-dev
 
sudo apt-get install libsdl-image1.2-dev
</nowiki></code>
+
</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]
 
----
 
----
CategoryGames CategoryDocumentation
+
[[category:CategoryGames]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月20日 (一) 00:50的最新版本

Parent: 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