Off topic:
i can't use inkscape irc channel, and i can't find any op there. i asked a couple of guys there (via pm) but it seems nobody knows! 
ali_Q wrote:i can't use inkscape irc channel, and i can't find any op there. i asked a couple of guys there (via pm) but it seems nobody knows!
Code: Select all
yum install bzr ccache intltool glib2-devel libgc-devel lcms-devel glibmm24-devel libsigc++-devel gtkmm24-devel libsigc++ gsl-devel libxml2-devel libxslt-devel poppler-devel popt-devel ImageMagick-devel ImageMagick-c++-devel
bzr checkout lp:inkscape
export CXXFLAGS="-O0"
export CFLAGS="-O0"
export CXX="ccache g++"
export CC="ccache gcc"
./autogen.sh
./configure
make -j4 # for FOUR cores
make install