Changes between Version 80 and Version 81 of BuildingGtk
- Timestamp:
- Mar 23, 2012, 6:00:25 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified BuildingGtk
v80 v81 45 45 2. '''Install the jhbuild module dependencies:''' 46 46 {{{ 47 $ sudo apt-get install libg pg-error-dev icon-naming-utils gobject-introspection47 $ sudo apt-get install libgcrypt11-dev libp11-kit-dev libgpg-error-dev icon-naming-utils gobject-introspection 48 48 }}} 49 49 … … 62 62 * JHBuild configuration and module files are stored as `Tools/gtk/jhbuildrc` and `Tools/gtk/jhbuild.modules`. 63 63 * 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 64 65 65 66 == Extending the jhbuild environment ==