Difference between revisions of "CcLookup on Linux"
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Tools]] | [[Category:Tools]] | ||
[[Category:Technology]] | [[Category:Technology]] | ||
− | [[Category: | + | [[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. |
Latest revision as of 18:03, 8 June 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.