%general-entities; ]> $LastChangedBy$ $Date$ Inkscape-&inkscape-version; Inkscape Introduction to Inkscape Inkscape is a what you see is what you get Scalable Vector Graphics editor. It is useful for creating, viewing and changing SVG images. &lfs71_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &inkscape-md5sum; Download size: &inkscape-size; Estimated disk space required: &inkscape-buildsize; Estimated build time: &inkscape-time; Additional Downloads Required patch: Inkscape Dependencies Required , , , , and . Optional , , , , , , and Libwpg. User Notes: Installation of Inkscape Fix a bug that would otherwise prevent compiling with Libpng 1.5: sed -i 's/ptr->jmpbuf/jmpbuf(png_ptr)/' \ src/{extension/internal/pdfinput/svg-builder,helper/png-write}.cpp Fix a bug that would otherwise prevent compiling with Libpng 1.5.7 or greater: sed -i 's#if ( png_get_iCCP.*#if (0) {#' src/sp-image.cpp If you have not installed fix a bug that will otherwise break the build: sed -i '/<io\/sys.h>/d /preferences.h/a#include "io/sys.h"' src/color-profile.cpp Fix a bug that would otherwise prevent compiling with Gcc 4.7: patch -p1 < ../inkscape-&inkscape-version;_gcc-4.7-1.patch Fix many bugs that would otherwise prevent compiling with Glib 3.2 or greater: for thing in array convert dir error fileutils hash list macros main mem \ messages quark slist strfuncs string types urifuncs utils do sed -i "/^#include /s#/g${thing}##" $(grep -rl "include .glib/g${thing}" .) done Install Inkscape by running the following commands: ./configure --prefix=/usr --disable-lcms && make To test the results, issue: make check. Now, as the root user: make install Command Explanations : This is required if you've not installed . If you have installed Lcms remove this option. Contents Installed Programs Installed Directory inkscape and inkview. /usr/share/inkscape. Short Descriptions inkscape an SVG (Scalable Vector Graphics) editing program. inkscape inkview is a simple program for displaying SVG files. inkview