Difference between revisions of "CcPublisher on Linux"
Jon Phillips (talk | contribs) |
|||
Line 2: | Line 2: | ||
[[Category:opensource]] | [[Category:opensource]] | ||
[[Category:Technology]] | [[Category:Technology]] | ||
+ | [[Category:Developer]] | ||
Creative Commons distributes a gzipped tar file containing the source for ccPublisher on Linux. Before running ccPublisher on Linux you need to have the following installed: | Creative Commons distributes a gzipped tar file containing the source for ccPublisher on Linux. Before running ccPublisher on Linux you need to have the following installed: |
Revision as of 09:11, 25 May 2006
Creative Commons distributes a gzipped tar file containing the source for ccPublisher on Linux. Before running ccPublisher on Linux you need to have the following installed:
- Python 2.4 or later
- wxPython 2.6 or later
- elementtree (not required with Python 2.5 or later)
Once you have the prerequisites installed, you can untar the downloaded file and run the application:
$ tar zxvf ccPublisher-2.0.0.tar.gz $ cd ccPublisher-2.0.0 $ python ccp.py
If you have the mad skills necessary to work with packaging ccPublisher in an RPM or DEB file, email software at creativecommons dot org; we could use your help.