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
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
=== Fedora / Red Hat / Mandriva / SUSE === | === Fedora / Red Hat / Mandriva / SUSE === | ||
$ sudo yum install bzflag | $ sudo yum install bzflag | ||
For the server package: | |||
$ sudo yum install bzflag-server | |||
=== Ubuntu / Debian === | |||
$ sudo apt-get install bzflag | |||
For the server package: | |||
$ sudo apt-get install bzflag-server | |||
=== Gentoo === | === Gentoo === | ||
| Line 16: | Line 25: | ||
Alternatively, if you want to grab the 2.0 subversion branch (you probably shouldn't worry about this unless you need a bug fix that you know is not in the latest release), there is an ebuild available to do this at http://succexy.com/~chris/overlay/games-action/bzflag/bzflag-9999.ebuild. See the [http://gentoo-wiki.com/HOWTO_Installing_3rd_Party_Ebuilds Gentoo Wiki] for more information on using third-party ebuilds. | Alternatively, if you want to grab the 2.0 subversion branch (you probably shouldn't worry about this unless you need a bug fix that you know is not in the latest release), there is an ebuild available to do this at http://succexy.com/~chris/overlay/games-action/bzflag/bzflag-9999.ebuild. See the [http://gentoo-wiki.com/HOWTO_Installing_3rd_Party_Ebuilds Gentoo Wiki] for more information on using third-party ebuilds. | ||
[[Category:Installing]] | [[Category:Installing]] | ||
[[Category:Tutorials]] | [[Category:Tutorials]] | ||
Revision as of 02:46, 12 February 2009
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
For the server package:
$ sudo yum install bzflag-server
Ubuntu / Debian
$ sudo apt-get install bzflag
For the server package:
$ sudo apt-get install bzflag-server
Gentoo
# emerge bzflag
Alternatively, if you want to grab the 2.0 subversion branch (you probably shouldn't worry about this unless you need a bug fix that you know is not in the latest release), there is an ebuild available to do this at http://succexy.com/~chris/overlay/games-action/bzflag/bzflag-9999.ebuild. See the Gentoo Wiki for more information on using third-party ebuilds.