Contents
home
Getting Started
getting help
download
Store
help
developers
screenshots
license
get involved!
links
wiki
stats
forums
CTF league

sourceforge
 browse Subversion
 bug reports
 SVN access
 feature requests
 mailing lists
 maps
 support
opengl
sourceforge
Support This Project
linuxgames
telefragged
windows

The windows installer is a self-extracting executable. Click on link to download the installer. Either open it from its current location or save to disk and double click on the saved file in the explorer. Then follow the installer wizard's steps to complete the installation. You can double click the installed desktop icon to start BZFlag.

To remove BZFlag, start the Add/Remove programs control panel, select `BZFlag' and press the `Uninstall' button. An uninstaller dialog appears and finishes it's job very quickly. Click the `OK' button. At this point, all the files have been removed except two: the uninstaller itself (bzfuinst.exe) and a file named bzflag.bzc. You can safely delete the former. If you're going to install a new version of BZFlag, you probably want to keep the latter file, which stores your configuration settings. Otherwise, remove it and the directory it was in.

linux

The Linux install can use either RPM or DEB formats. To install, use rpm or apt, repectively. Its possible that the following symbolic links may need to be made to get BZFlag to install properly over Mesa:
$ ln -s libMesaGL.so.3 /usr/lib/libGL.so.1
$ ln -s libMesaGLU.so.3 /usr/lib/libGLU.so.1
Also, rpm may require the --nodeps option for some systems (to get around broken dependencies). However, Mesa is absolutely required for DRI systems.

irix

If you have swmgr (software manager) and the appropriate MIME types installed, which is how systems are shipped:
  1. Click on the link to download BZFlag
  2. Wait for the download to finish
  3. Enter your root password (if required)
  4. Make sure `BZFlag' is selected for install
  5. Press `Start'
  6. Wait for the installation to complete
  7. Quit software manager
  8. Run BZFlag using `/usr/local/bin/bzflag' from a shell
If swmgr doesn't start or your browser forces you to save the file to disk then:
  1. Save the downloaded file (bzflag.tardist)
  2. Make an temporary directory: mkdir /usr/tmp/bzflag
  3. Unpack the distribution: cat bzflag.tardist | ( cd /usr/tmp/bzflag; tar xvf - )
  4. Point swmgr (or inst) at the temporary directory (you must normally be root to run swmgr or inst): swmgr -f /usr/tmp/bzflag
  5. Install the software and quit swmgr.
  6. Remove the unpacked tardist file: rm -rf /usr/tmp/bzflag
  7. Run BZFlag using `/usr/local/bin/bzflag' from a shell
If you don't have root permissions, you can still use swmgr or inst by using an alternate root:
  1. Save the downloaded file (bzflag.tardist)
  2. Make an alternate root directory: mkdir /usr/tmp/bzflagroot
  3. Unpack the distribution: cat bzflag.tardist | ( cd /usr/tmp/bzflagroot; tar xvf - )
  4. Start swmgr (or inst) with an alternate root: swmgr -r /usr/tmp/bzflagroot -f /usr/tmp/bzflagroot
  5. Install the software and quit swmgr.
  6. Move the software to a permanent location. You'll find files under:
    • /usr/tmp/bzflagroot/usr/local/bin/bzflag
    • /usr/tmp/bzflagroot/usr/local/bin/bzfs
    • /usr/tmp/bzflagroot/usr/local/lib/bzflag/*
  7. Remove the old installation stuff: rm -rf /usr/tmp/bzflagroot
  8. Run BZFlag the first time with the -directory option, pointing to the location where you moved the data files to.
Note that you won't get the BZFlag desktop icons. You must be root for that.

To uninstall BZFlag, use swmgr or inst. In swmgr, select `Managed Installed Software,' choose BZFlag for removal, and click `Start'. In inst, select BZFlag for removal (`remove BZFlag') and `go'.
Search This Site Google  
copyright © CurrentMaintainer 1993-2008