Mercurial > MadButterfly
comparison inkscape/firefox/INSTALL @ 390:3c3de5520e37
Copy template to madbuilder.xpi
author | wycc |
---|---|
date | Sun, 12 Apr 2009 12:02:03 +0800 |
parents | 83283a45ffbc |
children |
comparison
equal
deleted
inserted
replaced
389:45e04408fc19 | 390:3c3de5520e37 |
---|---|
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 * sudo apt-get build-dep inkscape | |
5 * Install the /etc/mozpluggerrc | 6 * Install the /etc/mozpluggerrc |
6 * Add the following two lines into /etc.mozpluggerrc | 7 * Add the following two lines into /etc/mozpluggerrc |
7 | 8 |
8 application/x-mbsvg:mbsvg: MadButterfly SVG | 9 application/x-mbsvg:mbsvg: MadButterfly SVG |
9 swallow(Inkscape) : /usr/local/bin/helper_mb.py "$file" | 10 swallow(Inkscape) : /usr/local/bin/helper_mb.py "$file" |
10 application/x-h:h: MadButterfly SVG h program | 11 application/x-h:h: MadButterfly SVG h program |
11 swallow(gedit) : gedit "$file" | 12 swallow(gedit) : gedit "$file" |