-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
74 lines (51 loc) · 1.57 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
==========================================
LANGUAGES INSTALLATION INSTRUCTIONS
==========================================
The various individual language[a]-language[b] dictionary resources have been put on SourceForge.
The url is: http://sourceforge.net/project/showfiles.php?group_id=183670&package_id=273695&release_id=637678
The best English dictionary to use is: Merriam-Webster-Collegiate
To install them simply unzip and copy to the following appropriate directory:
Linux stand-alone: $HOME/TuxWordSmith/xdxf/
Linux installed: /var/games/TuxWordSmith/xdxf/
Windows: C:\Program Files\TuxWordSmith\TuxWordSmith\xdxf\
==========================================
APPLICATION INSTALLATION INSTRUCTIONS
==========================================
Linux:
Dependencies:
Python 2.7, PyGame, SDL
Optional:
wxPython 2.8 or 3.0
Local Installation:
unzip package to home directory
cd into home directory
run: "python ./tuxwordsmith"
or
run: "python ./tuxwordsmith -wx"
System-wide Installation:
chmod +x setup.py
./setup.py
/usr/local/bin/tuxwordsmith
or
/usr/local/bin/tuxwordsmith -wx
Uninstall:
chmod +x setup.py
./setup.py uninstall
==========================================
Mac, Windows:
Note:
Mac/Win 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 3.0
Installation Procedure:
unzip the package
cd into package directory
python ./tuxwordsmith
or
python ./tuxwordsmith -wx
==========================================