This wiki is archived and useful information is being migrated to the main bzflag.org website

Difference between revisions of "Installing on Linux"

From BZFlagWiki
Jump to: navigation, search
(A stub...)
 
m (changed "as root" into "sudo" for consistency)
Line 1: Line 1:
 
This is how to install. To compile, see [[Category:Compiling]].
 
This is how to install. To compile, see [[Category:Compiling]].
 +
 
== Installing from tarball ==
 
== Installing from tarball ==
 
You extract it and run the install script as root.
 
You extract it and run the install script as root.
 +
 
== Installing using a package manager ==
 
== Installing using a package manager ==
 
This depends on your distribution.
 
This depends on your distribution.
 +
 
=== Fedora / Red Hat / Mandriva / SUSE ===
 
=== Fedora / Red Hat / Mandriva / SUSE ===
As root:
+
sudo yum install bzflag
yum install bzflag
+
 
 
=== Ubuntu ===
 
=== Ubuntu ===
 
sudo apt-get install bzflag
 
sudo apt-get install bzflag
 +
 
=== Debian / Other .deb based distros ===
 
=== Debian / Other .deb based distros ===
As root:
+
sudo apt-get install bzflag
apt-get install bzflag
+
 
 
[[Category:Installing]]
 
[[Category:Installing]]

Revision as of 23:18, 19 February 2007

This is how to install. To compile, see.

Installing from tarball

You extract it and run the install script as root.

Installing using a package manager

This depends on your distribution.

Fedora / Red Hat / Mandriva / SUSE

sudo yum install bzflag

Ubuntu

sudo apt-get install bzflag

Debian / Other .deb based distros

sudo apt-get install bzflag