fcsdafdsa
This commit is contained in:
parent
a908935d47
commit
e56497fc5d
1 changed files with 7 additions and 3 deletions
10
INSTALL
10
INSTALL
|
@ -5,7 +5,7 @@ Basically this is a mishmosh of source code that will run by invoking:
|
||||||
python pesterchum.py
|
python pesterchum.py
|
||||||
|
|
||||||
You will need these libraries:
|
You will need these libraries:
|
||||||
PyQt4.7 (implies Qt 4.7!)
|
PyQt >= 4.6 (implies Qt 4.6!)
|
||||||
pygame
|
pygame
|
||||||
|
|
||||||
The setup files are all broken. If you are building on Mac, Archaemic
|
The setup files are all broken. If you are building on Mac, Archaemic
|
||||||
|
@ -16,8 +16,12 @@ If you are building on Windows, the setup.py file has some
|
||||||
commented-out lines that should give you a clue as to what you need to
|
commented-out lines that should give you a clue as to what you need to
|
||||||
do. Talk to me if you reeeeally want to build on Windows.
|
do. Talk to me if you reeeeally want to build on Windows.
|
||||||
|
|
||||||
If you are building on Linux, the setup.py file will do some of the
|
Linux users should just install PyQt and pygame and then run the
|
||||||
work, but you'll need to copy necessary files manually.
|
python. It should be simple; any modern Linux repository will have
|
||||||
|
it.
|
||||||
|
|
||||||
|
Debian/Ubuntu: apt-get install python-qt4 python-pygame
|
||||||
|
Arch Linux: pacman -S pyqt4 python-pygame
|
||||||
|
|
||||||
The point of all this is that the only person besides myself that I
|
The point of all this is that the only person besides myself that I
|
||||||
expect to create builds are the awesome people that volunteer to help
|
expect to create builds are the awesome people that volunteer to help
|
||||||
|
|
Loading…
Reference in a new issue