Tomb/extras/INSTALL.python
Jaromil 3eb93acc18 Directory reorganization
This commit re-organizes all the source distribution contents to
present users with the simple script, while moving the rest in extras.
Also autoconf/automake scripts were removed, back to minimalism.

The rationale of this change is that Tomb really only consists of a
script and users with no extra needs should just be presented with
it with no need for anything else. Any other thing on top of the Tomb
script is an extra and can be even distributed separately or integrated
in distributions.
2013-05-18 17:29:37 +02:00

31 lines
782 B
Plaintext

About
*****
This document is about the installing of both pytomb and the tomb gui.
Pytomb is a python library that is needed to run the tomb gui
Dependencies
============
The pytomb library has NO dependencies. Hooray!
The gui depends on having PyQt4 installed in your operative system. This is
package python-qt4 in debian or ubuntu, python2-pyqt in archlinux. If you are
unsure about this, try to install and check if it works ;)
Basic Installation
==================
First, install pytomb. It has no dependencies
1. `cd' to the directory containing pytomb (src/pytomb)
2. do `sudo python2 setup.py install'
Then, you have to install the gui.
1. `cd' to the directory containing the gui (src/qt)
2. do `python2 setup.py build_ui'
3. do `sudo python2 setup.py install'