个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第25行: 第25行:
 
sudo make install
 
sudo make install
 
</nowiki></pre>
 
</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

2007年12月4日 (二) 11:28的版本

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