-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSTALL
92 lines (68 loc) · 1.73 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
==========================================
APPLICATION INSTALLATION INSTRUCTIONS
==========================================
Linux:
Dependencies:
Python 2.7, PyGame, SDL
Optional:
wxPython 2.8 or 3.*
Local Installation:
unzip package to home directory
cd into home directory
run: "python ./tuxmathscrabble.py"
or, if wx installed:
run: "python ./tuxmathscrabble.py -wx"
System-wide Installation:
chmod +x setup.py
./setup.py
/usr/local/bin/tuxmathscrabble
or
/usr/local/bin/tuxmathscrabble -wx
Uninstall:
chmod +x setup.py
./setup.py uninstall
==========================================
Mac:
Note:
Mac users can just run from the
local installation directory without
copying files to the python sitepkgs
directory.
Dependencies:
Python 2.7, PyGame, SDL
Optional:
wxpython 2.8 or wxpython 3.0
Installation Procedure:
unzip the package
cd into package directory
python ./tuxmathscrabble.py
or
python ./tuxmathscrabble.py -wx
==========================================
Windows:
Note:
Windows users can just run from the
local installation directory without
copying files to the python sitepkgs
directory.
Dependencies:
Python 2.7, PyGame, SDL
Optional:
wxpython 2.8 or wxpython 3.0
Installation Procedure:
unzip the package
cd into package directory
python ./tuxmathscrabble.py
or
python ./tuxmathscrabble.py -wx
==========================================
Windows XP (older .exe installer):
Dependencies: None (self-contained)
Installation Procedure:
Double-click setup.exe and accept
all defaults. Option to place icon
on desktop, as well as auto launch
at end of installation.
Nothing in this release changed for Windows,
as the Windows version has WxPython bundled
in automatically already.