This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

Installing on Linux: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
TD-Linux (talk | contribs)
A stub...
 
Dmp (talk | contribs)
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