Difference between revisions of "Inkscape-0.3.0"

From X-Moto
Jump to: navigation, search
(Required softwares)
Line 24: Line 24:
 
== MacosX ==
 
== MacosX ==
  
You have to install PyXML. See http://wiki.inkscape.org/wiki/index.php/CompilingMacOsX#Enabling_python_effects for an howto.
+
You have to install PyXML. Get its .dmg from http://inkscape.modevia.com/macosx-snap/?M=D
  
 
Then, install svg2lvl the same way as under GNU/Linux.
 
Then, install svg2lvl the same way as under GNU/Linux.

Revision as of 18:42, 5 January 2007

Svg made with previous version of svg2lvl (0.2.0) are not compatible with this version of svg2lvl.

Required softwares

  • Inkscape (0.45 and later or svn version)

As the 0.45 version of Inkscape is not out for the moment, you can download a developement version of it in http://www.inkscape.org/download/?css=css/base.css

  • Python (>= 2.3)
  • Svg2lvl converter (0.3.0)

Pre-requesites

You have to install the svg2lvl inkscape extension.

GNU/Linux

$ tar zxvf svg2lvl-0.3.0.tar.gz
$ cd ~/svg2lvl-0.3.0/
$ mkdir -p ~/.inkscape/extensions/
$ cp -rf * ~/.inkscape/extensions/

Then, you can launch inkscape.

MacosX

You have to install PyXML. Get its .dmg from http://inkscape.modevia.com/macosx-snap/?M=D

Then, install svg2lvl the same way as under GNU/Linux.

Windows 95 & 98

Extract the archive then copy all the file from the svg2lvl-0.3.0 directory into the share/extensions/ directory of the inkscape installation. (It will ask if you want to override the inkex.py and bezmisc.py files, answer no)

Then, you can launch inkscape.

Windows 2000 & XP

Extract the archive then copy the files from svg2lvl-0.3.0 directory into the C:\Documents And Settings\<USER>\Applications Data\Inkscape\extensions\ directory.

Then, you can launch inkscape.

Tutorial