Difference between revisions of "Inkscape"
(pstoedit enables LaTeX-rendering in Inkscape) |
|||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | |http://downloads.sourceforge.net/inkscape/inkscape-{{Inkscape-Version}}.tar. | + | |http://downloads.sourceforge.net/inkscape/inkscape-{{Inkscape-Version}}.tar.bz2 |
|} | |} | ||
Line 119: | Line 119: | ||
|is a viewer for vector graphics. | |is a viewer for vector graphics. | ||
|} | |} | ||
+ | |||
+ | [[Category:Graphics Utilities]] |
Latest revision as of 15:00, 13 January 2010
Download Source: | http://downloads.sourceforge.net/inkscape/inkscape-0.47.tar.bz2 |
---|
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. |