1 |
|
2 |
Thuban - a geographic data viewer |
3 |
================================= |
4 |
|
5 |
Thuban is an interactive viewer for geographic data. It is written in |
6 |
Python using the wxWindows toolkit for portability. It runs on Unix-like |
7 |
systems and on Windows. |
8 |
|
9 |
|
10 |
About the Name |
11 |
-------------- |
12 |
|
13 |
Thuban is the name of a star in the constellation Draco (The Dragon). |
14 |
About 4000 years ago it was the north star. |
15 |
|
16 |
|
17 |
Installation |
18 |
------------ |
19 |
|
20 |
Building Thuban (this compiles the extension modules but leaves them in |
21 |
a directory under build/): |
22 |
|
23 |
python setup.py build |
24 |
|
25 |
|
26 |
To setup Thuban to run directly from the source directory: |
27 |
|
28 |
python setup.py install_local |
29 |
|
30 |
You can run this without running build first. |
31 |
|
32 |
|
33 |
To install Thuban: |
34 |
|
35 |
python setup.py install |
36 |
|
37 |
|
38 |
for general information about the command line options of the setup.py |
39 |
script, run |
40 |
|
41 |
python setup.py --help |
42 |
|
43 |
|
44 |
If you build from CVS and want to have translated menus, dialogs etc. |
45 |
you have to build the message catalogs manually before you run setup.py. |
46 |
See po/README for more information. |
47 |
|
48 |
|
49 |
License |
50 |
------- |
51 |
|
52 |
Thuban is licensed under the terms of the GNU General Public License |
53 |
(GPL). |
54 |
|
55 |
However, some of the extension modules in the extension subdirectory are |
56 |
licensed under other free licenses. See the respective README files for |
57 |
more details. |