Difference between revisions of "CcLookup on Linux"
| Line 4: | Line 4: | ||
[[Category:cclookup]] | [[Category:cclookup]] | ||
| − | + | [[CcLookup|CC Lookup]] is currently distributed for Linux as a gzipped tar file. To run CC Lookup, you will need the following dependencies installed: | |
| + | |||
| + | * [http://python.org Python] 2.4 or later | ||
| + | * [http://wxpython.org wxPython] 2.6 or later | ||
| + | |||
| + | To run CC Lookup on Linux, download the tarball from the [[CcLookup|main CC Lookup page]], and follow these steps: | ||
| + | |||
| + | $ tar zxf cclookup-2.0-rc1.tar.gz | ||
| + | $ cd cclookup-2.0-rc1 | ||
| + | $ python lookup.py | ||
| + | |||
| + | We are working on packaging CC Lookup in a more user-friendly fashion; if you have suggestions, comments or skills in this area, please email the [[Mailing Lists|cc-devel]] mailing list. | ||
Revision as of 19:39, 7 February 2007
CC Lookup is currently distributed for Linux as a gzipped tar file. To run CC Lookup, you will need the following dependencies installed:
To run CC Lookup on Linux, download the tarball from the main CC Lookup page, and follow these steps:
$ tar zxf cclookup-2.0-rc1.tar.gz $ cd cclookup-2.0-rc1 $ python lookup.py
We are working on packaging CC Lookup in a more user-friendly fashion; if you have suggestions, comments or skills in this area, please email the cc-devel mailing list.