%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. &lfs7a_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 Optional patch: for full test coverage. Inkscape Dependencies Required , , , (or and gnome docking library for the experimental gtk+-3 build), and Recommended or Optional , , , , , libcdr, libvisio, libwpg, NumPy (for the testsuite and at runtime for some extensions) and python-lxml (for the testsuite, and at runtime for some of the extensions) Optional Runtime Dependencies (for some of the Inkscape extensions) XML::XQL User Notes: Installation of Inkscape Install Inkscape by running the following commands: patch -Np1 -i ../inkscape-&inkscape-version;-testfiles-1.patch && sed -e 's/ScopedPtr<char>/make_unique_ptr_gfree/' \ -i src/ui/clipboard.cpp && CXXFLAGS="-g -O2 -std=c++11" ./configure --prefix=/usr && make To test the results, issue: make check. Now, as the root user: make install Command Explanations sed ... : This sed fixes a build problem identified upstream. CXXFLAGS="-g -O2 -std=c++11" ./configure...: Inkscape has not yet been ported to the 2011 ISO C++ standard, one of its dependencies is compiled with this standard. -std=c++11 has to be used as an option to g++. We pass it into CXXFLAGS together with the default options. Contents Installed Programs Installed Libraries Installed Directory inkscape and inkview None /usr/share/inkscape Short Descriptions inkscape an SVG (Scalable Vector Graphics) editing program. inkscape inkview is a simple program for displaying SVG files. inkview