Changes between Version 116 and Version 117 of BuildingGtk


Ignore:
Timestamp:
Aug 26, 2014 8:41:29 AM (10 years ago)
Author:
Martin Robinson
Comment:

Removed the installation section because it is out of date and usually only useful downstream

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGtk

    v116 v117  
    4646}}}
    4747
    48 == Installation ==
    49 
    50 To install the WebKit GTK+ library, simply change into the Release directory and issue
    51 
    52 {{{
    53 #!sh
    54 $ make install
    55 }}}
    56 
    57 The `configure` script also supports the different features WebKit/GTK+ provide (e.g., SVG filters and animation features, HTML5 Video element support, etc..). Simply issuing
    58 
    59 {{{
    60 #!sh
    61 $ ./configure --help
    62 }}}
    63 
    64 on the command-line should give you a brief overview of what can be configured. Although you can build with these features enabled, it doesn't mean that the functionality is complete, let alone working properly. Feel free to submit a bug at http://bugs.webkit.org if you find something that is not working.
    65 
    6648== OS X ==
    6749