Difference between revisions of "CompilingFC2"

From Inkscape Wiki
Jump to navigation Jump to search
m
m (Reverted edits by PyeK9a (Talk); changed back to last version by Colin Marquardt)
 
Line 22: Line 22:
   $ ./configure
   $ ./configure


For libsigc 2 currently you must download and install: http://sourceforge.net/project/showfiles.php?group_id=1970
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:
Now you need gtkmm 2.4 and glibmm 2.4:
Line 31: Line 31:




You need to ./configure; make; make install for libsigc , glibmm 2.4 and 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...
Afterwards update your paths and all that and then run ./autogen.sh; ./configure; make; make install on the CVS version of inkscape...


[[Category:Wiki Attic]]
[[Category:Wiki Attic]]

Latest revision as of 11:40, 10 June 2007

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...