Difference between revisions of "CompilingFedora"

From Inkscape Wiki
Jump to navigation Jump to search
 
(delete completely outdated instructions)
 
(16 intermediate revisions by 9 users not shown)
Line 1: Line 1:


== Fedora Core 2 for Inkscape 0.40CVS ==
After having the most up to date RPMs for FC2 from fedora updates, this is what I found for compiling Inkscape.
Well...after checking out a clean copy of the inkscape module, autogen.sh will not generate ltmain.sh, so I had to make a softlink to a copy of ltmain.sh, which was located here: /usr/share/libtools/ltmain.sh
So I ran:
  $ ln -s /usr/share/libtools/ltmain.sh ./
Then I ran:
  $ ./autogen.sh
Then to get all the makefiles, I ran:
  $ ./configure
Now need to have Boehm Garbage collector installed. Follow the Boehm Garbage Collector instructions on the CompilingInkscape page for this to work. After installed, then rerun:
  $ ./configure
For libsigc++2 currently you must download and install: http://sourceforge.net/project/showfiles.php?group_id=1970
Now you need gtkmm 2.4 and glibmm 2.4:
http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.4/
http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.4/
You need to ./configure; make; make install for libsigc++, glibmm 2.4 and gtkmm 2.4
Afterwards update your paths and all that and then run ./autogen.sh; ./configure; make; make install on the CVS version of inkscape...

Latest revision as of 20:33, 9 September 2018