-
Notifications
You must be signed in to change notification settings - Fork 85
/
README.Linux
62 lines (45 loc) · 2.26 KB
/
README.Linux
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
BZFlag README for Linux
=======================
BZFlag is an online multiplayer 3D tank battle game. You can play against
other people anywhere on a TCP/IP based network, including the Internet.
BZFlag is free and open source. Please read the file COPYING in the
bzflag-<version> directory of the standard doc directory (probably
/usr/share/doc).
Hardware accelerated OpenGL is *highly* recommended. Intel graphics chipsets
are well supported on Linux, with the exception of the few PowerVR-based
versions. AMD graphics cards are also well supported on Linux, but may require
additional firmware to be installed for 3D accelerated graphics to function.
For instance, on Debian this is accomplished by enabling the contrib and
non-free repositories and installing the firmware-amd-graphics package. For
nVidia, there is an open-source Nouveau driver, but you might find this does
not function well enough and may instead need the proprietary nVidia drivers.
Install those through your package/driver manager (or, less ideally, from
nvidia.com).
More information about BZFlag is available in the man pages for bzflag, bzfs,
bzadmin, and bzw. Also check:
http://www.BZFlag.org/
Different Linux distributions use different naming conventions for the packages
that provide the dependencies needed to compile and run BZFlag. Known build
requirements include:
Alpine:
apk add autoconf automake c-ares-dev curl-dev g++ git glew libtool make \
ncurses sdl2 zlib
Debian & Ubuntu:
apt-get install g++ libtool automake autoconf libsdl2-dev libcurl3-dev \
libc-ares-dev zlib1g-dev libncurses-dev libglew-dev make
Fedora:
dnf install SDL2-devel c-ares-devel libcurl-devel gcc-c++ libtool \
ncurses-devel zlib-devel glew-devel
After any development packages are installed, execute the following commands
from the top-level BZFlag source directory:
./autogen.sh
./configure
make
This will build BZFlag. The autogen.sh step can be skipped if the source code
was received from the tarball package, but must be included if the source came
directly from a git clone.
If you wish to install the executables to the usr directory after the build,
then execute as root:
make install
Submit bug reports and comments on the GitHub site
https://github.com/BZFlag-Dev/bzflag/issues