Mercurial > MadButterfly
comparison inkscape/firefox/INSTALL @ 342:5465ff071b47
Add mozplugger instruction
author | wycc |
---|---|
date | Sun, 08 Mar 2009 10:13:44 +0800 |
parents | 63aaf96209cd |
children | 83283a45ffbc |
comparison
equal
deleted
inserted
replaced
341:9c006581f0cd | 342:5465ff071b47 |
---|---|
1 # Installation in ubuntu 8.1 | 1 # Installation in ubuntu 8.1 |
2 | 2 |
3 * Install required modules | 3 * Install required modules |
4 * sudo apt-get install python-soappy python-twisted mozplugger python-lxml | 4 * sudo apt-get install python-soappy python-twisted mozplugger python-lxml |
5 * Install the /etc/mozpluggerrc | |
6 * Add the following two lines into /etc.mozpluggerrc | |
7 | |
8 application/x-mbsvg:mbsvg: MadButterfly SVG | |
9 swallow(Inkscape) : /usr/local/bin/helper_mb.py "$file" | |
10 | |
5 * Install inkscape for madbutterfly | 11 * Install inkscape for madbutterfly |
6 * tar -C / -xzvf inkscape-mb.tgz | 12 * tar -C / -xzvf inkscape-mb.tgz |
7 * Install madbuilder | 13 * Install madbuilder |
8 * firefox madbuilder.xpi | 14 * firefox madbuilder.xpi |
9 | 15 |