sorcerersr / urtsb

Automatically exported from code.google.com/p/urtsb
GNU General Public License v3.0
0 stars 0 forks source link

Project is currently inactive and moved to https://gitlab.com/sorcerersr/urtsb If I start working on UrTSB again you will find commits there. Otherwise there is also a forked version here https://github.com/anthonynguyen/UrTSB that is probably more up to date.

UrTSB is a Game Server Browser for the FPS Urban Terror ( http://www.urbanterror.info ) targeted to run on Linux but should also work on Windows.

###############################################################################

UrTSB is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

UrTSB is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with UrTSB. If not, see http://www.gnu.org/licenses/.

###############################################################################

Dependencies:

Linux:

Python 2.6 
PyGTK

Just install these with the package manager of your linux distribution.

Windows:

This only applies if you want to use the source package.
The windows package of UrTSB contains already these dependencies.

Details on how to get PyGTK running on Windows is described here:
->  http://www.pygtk.org/downloads.html 

Below is a list of the minimal dependencies and links to the installers
of versions (Win32) that should work with UrTSB 

Python 2.6 
    ( http://www.python.org/ftp/python/2.6.5/python-2.6.5.msi )

GTK runtime 
    ( http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.16/gtk+-bundle_2.16.6-20100207_win32.zip )

PyGTK 
    ( http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.16/pygtk-2.16.0.win32-py2.6.exe )

PyGObject 
    ( http://ftp.gnome.org/pub/GNOME/binaries/win32/pygobject/2.20/pygobject-2.20.0.win32-py2.6.exe )

PyCairo
    ( http://ftp.gnome.org/pub/GNOME/binaries/win32/pycairo/1.8/pycairo-1.8.6.win32-py2.6.exe )

dnspython 
    ( http://www.dnspython.org/kits/1.8.0/dnspython-1.8.0.win32.exe )

MacOS:

to be done   (how to get Python 2.6 and PyGTK work on MacOS?)

###############################################################################

How to run/install Linux:

run: unpack and launch the python runner script 'urtsb' found in the project root

install: Linux: You can install UrTSB using python distutils. UrTSB will be installed in your Python site-packages directory. run as root: python setup.py install or when using sudo: sudo python setup.py install

How to run/install Windows:

run: (windows package) unzip and doubleclick the executable 'urtsb.exe'

###############################################################################

Changelog:

= v.0.1 =

initial release

= v.0.2 =

= v.0.2.1 =

= v.0.3 =

= v.0.4 =