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
m (changed "as root" into "sudo" for consistency)
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