]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - setup/linux/README
- Disabled auto-search for texbrowser and entityinspector even when the option
[xonotic/netradiant.git] / setup / linux / README
1                 GtkRadiant Linux
2                 =-=-=-=-=-=-=-=-
3
4
5 Installation Instructions
6 =-=-=-=-=-=-=-=-=-=-=-=-=
7
8 If you are installing a full setup, it is recommended that you install in an empty directory (clear up any previous GtkRadiant installation in the target directory first). If you are installing an update, you need to have a working installation of GtkRadiant already, and point the installer to the right location for the update.
9
10 Requirements
11 =-=-=-=-=-=-
12
13 There are several required libraries that GtkRadiant and it's tools will try to link against. We try to comply with the Linux Standard Base ABI-wise regarding the binary builds we distribute (http://www.linuxbase.org/). Please let us know if this is not the case.
14
15 - You need to have the full native Linux versions of the games we support.
16 - Linux 2.4 kernel recommanded (old 2.2 and unstable kernels untested)
17 - glibc 2.1 or above (2.2 recommended)
18 - XFree86 4 with hardware accelerated OpenGL support (others untested)
19
20 You need the following dynamic libraries:
21
22   * GTK+ 1.2 http://www.gtk.org
23   * zlib     http://www.cdrom.com/pub/infozip/zlib/
24   * libxml2  http://xmlsoft.org/
25   * libpng   http://www.libpng.org/pub/png/libpng.html
26
27 Any decent distribution should provide packages for those, and in most cases have them installed by default.
28
29 Misc
30 =-=-
31
32 Once installed, use GtkRadiant's Help menu for ChangeLog, Credits and Links
33
34 --
35 The GtkRadiant team