Difference between revisions of "Inkscape-0.3.0"

From X-Moto
Jump to: navigation, search
(fixes)
(minors updates)
Line 12: Line 12:
 
* Svg2lvl converter (0.3.0)
 
* Svg2lvl converter (0.3.0)
  
= Pre-requesites =
+
= Prerequisites =
  
You have to install the svg2lvl inkscape extension.
+
You have to install the svg2lvl Inkscape extension.
  
 
== GNU/Linux ==
 
== GNU/Linux ==
Line 23: Line 23:
 
  $ cp -rf * ~/.inkscape/extensions/
 
  $ cp -rf * ~/.inkscape/extensions/
  
Then, you can launch inkscape.
+
Then, you can launch Inkscape.
  
== MacosX ==
+
== Mac OS X ==
  
 
You have to install PyXML. Get its .dmg from http://inkscape.modevia.com/macosx-snap/?M=D
 
You have to install PyXML. Get its .dmg from http://inkscape.modevia.com/macosx-snap/?M=D
Line 33: Line 33:
 
== Windows 95 & 98 ==
 
== 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.
+
Extract the archive, then copy all of the files 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)
 
(It will ask if you want to override the inkex.py and bezmisc.py files, answer no)
  
Then, you can launch inkscape.
+
Then, you can launch Inkscape.
  
 
== Windows 2000 & XP ==
 
== Windows 2000 & XP ==
Line 42: Line 42:
 
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.
 
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.
+
Then, you can launch Inkscape.
  
(If you got a problem when you launch an xmoto effect, problem like: "'C:\Document' not found", wait for a new developement version of Inkscape, or install svg2lvl the same way as with Windows 95 & 98).
+
If you get a problem when you launch an X-Moto effect, i.e: "'C:\Document' not found", wait for a new development version of Inkscape, or install svg2lvl the same way as with Windows 95 & 98.
  
 
=Tutorial=
 
=Tutorial=

Revision as of 18:21, 6 January 2007

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

Required software

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

Prerequisites

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.

Mac OS X

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 of the files 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.

If you get a problem when you launch an X-Moto effect, i.e: "'C:\Document' not found", wait for a new development version of Inkscape, or install svg2lvl the same way as with Windows 95 & 98.

Tutorial