Difference between revisions of "Inkscape"
Weibullguy (talk | contribs) m (→Required) |
(pstoedit enables LaTeX-rendering in Inkscape) |
||
Line 22: | Line 22: | ||
* [[GNOME Virtual File System]] | * [[GNOME Virtual File System]] | ||
* [[Python]] | * [[Python]] | ||
+ | * [[pstoedit]] | ||
== Configuration Information == | == Configuration Information == |
Revision as of 14:03, 17 October 2007
Download Source: | http://downloads.sourceforge.net/inkscape/inkscape-0.47.tar.gz |
---|
Contents
Introduction to Inkscape
Inkscape is a vector graphics editor using the W3C standard Scalable Vector Graphics (SVG) file format. Inkscape also supports Creative Commons meta-data, node editing, layers, complex path operations, bitmap tracing, text-on-path, flowed text, direct XML editing, and more. It imports formats such as JPEG, PNG, TIFF, and others and exports PNG as well as multiple vector-based formats.
Project Homepage: http://www.inkscape.org/
Dependencies
Required
Optional
Configuration Information
These are some options that you may wish to pass to the configure script.
--with-gnome-print: use gnome print font database and spooler frontend. |
--with-gnome-vfs: use gnome vfs for loading files. |
--enable-inkboard: enable Inkboard online whiteboard facility. |
--disable-mmx: don't use MMX optimization. |
--without-inkjar: disable openoffice files (SVG jars). |
--with-python: use Python for embedded scripting (EXPERIMENTAL). |
--with-perl: use Perl for embedded scripting (EXPERIMENTAL). |
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Compile the package:
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr --libdir=/usr/lib32 && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 && make
Install the package:
make install
Contents
Installed Directories: | /usr/share/inkscape |
---|---|
Installed Programs: | inkscape, inkview |
Installed Libraries: | None |
Short Descriptions
inkscape | is a vector graphics editor. |
---|---|
inkview | is a viewer for vector graphics. |