Changes between Version 57 and Version 58 of BuildingGtk


Ignore:
Timestamp:
Jul 18, 2011 11:59:15 AM (13 years ago)
Author:
levin@chromium.org
Comment:

Add info about fixing libjpeg error using mac ports.

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGtk

    v57 v58  
    4242}}}
    4343
     44If you get an error about libjpeg when the build does the configuration step, you may find the following fixes it:
     45{{
     46$ export CPPFLAGS="-I/opt/local/include"
     47$ export LDFLAGS="-L/opt/local/lib"
     48}}
     49
    4450Additional Debian packages are necessary for running tests; see WebKitGtkLayoutTests.
    4551