Skip to content

Instantly share code, notes, and snippets.

@adamsdesk
Last active May 11, 2016 02:18
Show Gist options
  • Save adamsdesk/bbac244e05e52f3fd317ef3a93b113c0 to your computer and use it in GitHub Desktop.
Save adamsdesk/bbac244e05e52f3fd317ef3a93b113c0 to your computer and use it in GitHub Desktop.
How to Install GtkRadiant for Debian (Jessie 64-bit).

How to Install GtkRadiant on Debian (Jessie)

  1. Download GtkRadiant and application icon.

  2. Decompress the downloaded archive.

  3. Install GtkRadiant.

    • $ sudo mv GtkRadiant-1.6.4-Linux-i686-20131213/ /opt/
    • $ mv ~/Downloads/radiantlogo.png /opt/GtkRadiant-1.6.4-Linux-i686-20131213/
    • $ sudo nano /usr/share/applications/gtkradiant.desktop
    [Desktop Entry]
    Name=GtkRadiant
    Comment=Launches GtkRadiant
    Type=Application
    Exec=/opt/GtkRadiant-1.6.4-Linux-x86_64-20131213/radiant.bin
    Icon=/opt/GtkRadiant-1.6.4-Linux-x86_64-20131213/radiantlogo.png
    Encoding=UTF-8
    Terminal=false
    Categories=Utility
    
  4. Download UrbanTerror and install to be used for GtkRadiant only.

    • For example if already installed...
    • $ cp /opt/UrbanTerror42/ /opt/UrbanTerror42-mapping/
    • Make sure to only have standard maps installed in /opt/UrbanTerror42-mapping/q3ut4/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment