Development Team/Jhbuild: Difference between revisions
Sascha silbe (talk | contribs) →Dealing with dependencies: Debian: add invocation to install all dependencies |
|||
| Line 39: | Line 39: | ||
Usually this means it's looking for the <packagename>-dev. Install that package. (For instance, to fix a "No package 'libsoup2.4' found" error, you'd install libsoup2.4-dev. | Usually this means it's looking for the <packagename>-dev. Install that package. (For instance, to fix a "No package 'libsoup2.4' found" error, you'd install libsoup2.4-dev. | ||
Also, you may build successfully, but fail to load properly (stuck in grey screen with frozen pointer) unless you install some missing dependencies: libpopt-dev, zip, unzip, python-gnome2, python-gnome2-desktop | |||
If that doesn't work, here are some further notes: | If that doesn't work, here are some further notes: | ||