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
m correct link
Mr Burns (talk | contribs)
Line 5: Line 5:


== Installing using a package manager ==
== Installing using a package manager ==
This depends on your distribution.
This depends on your distribution. But for example:
$ sudo rpm -ivh bzflag.x86.208.rpm


=== Fedora / Red Hat / Mandriva / SUSE ===
=== Fedora / Red Hat / Mandriva / SUSE ===
sudo yum install bzflag
$ sudo yum install bzflag


=== Ubuntu / Debian ===
=== Ubuntu / Debian ===
sudo apt-get install bzflag
$ sudo apt-get install bzflag


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

Revision as of 23:04, 25 March 2007

This is how to install. To compile, see Compiling.

Installing from tarball

You extract it and run the install script as root.

Installing using a package manager

This depends on your distribution. But for example:

$ sudo rpm -ivh bzflag.x86.208.rpm

Fedora / Red Hat / Mandriva / SUSE

$ sudo yum install bzflag

Ubuntu / Debian

$ sudo apt-get install bzflag