Changes between Version 80 and Version 81 of BuildingGtk


Ignore:
Timestamp:
Mar 23, 2012 6:00:25 PM (12 years ago)
Author:
kov@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGtk

    v80 v81  
    4545    2. '''Install the jhbuild module dependencies:'''
    4646{{{
    47 $ sudo apt-get install libgpg-error-dev icon-naming-utils gobject-introspection
     47$ sudo apt-get install libgcrypt11-dev libp11-kit-dev libgpg-error-dev icon-naming-utils gobject-introspection
    4848}}}
    4949
     
    6262    * JHBuild configuration and module files are stored as `Tools/gtk/jhbuildrc` and `Tools/gtk/jhbuild.modules`.
    6363    * If everything builds properly tests should typically pass on your system. Please file a bug if they do not.
     64    * If you get build errors saying a library could not be found but you have the appropriate packages installed make sure you have up-to-date multiarch-support and binutils (or binutils-gold) packages
    6465
    6566== Extending the jhbuild environment ==