Development Team/Jhbuild/Debian: Difference between revisions

icon-slicer in squeeze now, nothing special about it anymore
xulrunner-dev is listed as sysdep, no need to list separately
Line 16: Line 16:
  sudo aptitude install chrpath
  sudo aptitude install chrpath
  find /usr/lib/pyshared/python2.*/gtk-2.0 -name "*.so" | sudo xargs chrpath -d
  find /usr/lib/pyshared/python2.*/gtk-2.0 -name "*.so" | sudo xargs chrpath -d
== Install xulrunner ==
With Debian testing ("squeeze"), you should install xulrunner and xulrunner-dev for mozilla to compile correctly (xulrunner-1.9 is not enough).
  apt-get install xulrunner xulrunner-dev