Difference between revisions of "CompilingUbuntu"

From Inkscape Wiki
Jump to navigation Jump to search
m
(Categorization)
Line 1: Line 1:
The following packages are need to compile cvs inkscape under a default Ubuntu Hoary[[/Breezy]] system:
The following packages are need to compile cvs inkscape under a default Ubuntu Hoary/Breezy/Dapper system:
   apt-get install cvs build-essential intltool libtool libgtkmm-2.4-dev libglib2.0-dev libpng12-dev libxslt1-dev libsigc++-2.0-dev libpopt-dev libgc-dev
   apt-get install cvs build-essential intltool libtool libgtkmm-2.4-dev libglib2.0-dev libpng12-dev libxslt1-dev libsigc++-2.0-dev libpopt-dev libgc-dev


Inkscape requires libgc-6.4.
Inkscape requires libgc-6.4.


Breezy doesn't require any further work.
Breezy/Dapper doesn't require any further work.


Hoary uses version 6.3, which is provided in the Repos.  (Is there somewhere to get a .deb for 6.4?)
Hoary uses version 6.3, which is provided in the Repos.  (Is there somewhere to get a .deb for 6.4?)
Line 19: Line 19:


http://inkscape.modevia.com/ap/libgc1_6.5-1_i386.deb
http://inkscape.modevia.com/ap/libgc1_6.5-1_i386.deb
[[Category:Developer Documentation]]

Revision as of 16:21, 21 June 2006

The following packages are need to compile cvs inkscape under a default Ubuntu Hoary/Breezy/Dapper system:

  apt-get install cvs build-essential intltool libtool libgtkmm-2.4-dev libglib2.0-dev libpng12-dev libxslt1-dev libsigc++-2.0-dev libpopt-dev libgc-dev

Inkscape requires libgc-6.4.

Breezy/Dapper doesn't require any further work.

Hoary uses version 6.3, which is provided in the Repos. (Is there somewhere to get a .deb for 6.4?)

To overwrite libgc-6.3 with libgc-6.4:

  Download gc6.4
  ./configure --prefix=/usr
  make
  sudo make install

libgc 6.5 debs for ubuntu

http://inkscape.modevia.com/ap/libgc-dev_6.5-1_i386.deb

http://inkscape.modevia.com/ap/libgc1_6.5-1_i386.deb