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
Dmp (talk | contribs)
m changed "as root" into "sudo" for consistency
Tanner (talk | contribs)
No edit summary
Line 10: Line 10:
sudo yum install bzflag
sudo yum install bzflag


=== Ubuntu ===
=== Ubuntu / Debian ===
sudo apt-get install bzflag
 
=== Debian / Other .deb based distros ===
sudo apt-get install bzflag
sudo apt-get install bzflag


[[Category:Installing]]
[[Category:Installing]]

Revision as of 03:49, 25 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 / Debian

sudo apt-get install bzflag