Development Team/Jhbuild/Debian: Difference between revisions

Prerequites: add lsb-release
Bzg (talk | contribs)
Added information about compiling mozilla: install xulrunner and xulrunner-dev
Line 21: Line 21:
  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