Teamtalk Source
Instructions for running Teamtalk from source
Prerequisites
You will need to setup the following software packages to run Tachyon Teamtalk from source:
- Download and install Python 2.6
- Download and install PyQt 4.5.4
- Install Protocol Buffers:
-
download the
windows binary and extract it to a directory in your
PATH (say
c:\bin) -
download the
source package, and do
python setup.py installin the Python sub-directory inside that. This will also install setuptools for you.
-
download the
windows binary and extract it to a directory in your
PATH (say
- Install the following Python packages:
- Install the following utilities from the GNUWin32 project:
- Extract MLTools to
site-packagesin your PYTHON installation folder. - Extract the Tachyon Teamtalk source code to a directory on your computer.
Running
Open a command shell, and in the teamtalk source directory, and type:
makepy scripts\client.py
This will run the teamtalk client.
Copyright © 2009 Tachyon
Technologies. All rights reserved.
