Changes between Version 114 and Version 115 of BuildingGtk


Ignore:
Timestamp:
Mar 6, 2014 12:50:16 PM (10 years ago)
Author:
Manuel Rego Casasnovas
Comment:

Revert previous change as CMake build will be the default soon and autotools will be removed

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGtk

    v114 v115  
    3131
    3232== Building ==
    33 
    34 === CMake ===
    35 
    36 {{{
    37 #!sh
    38 $ Tools/Scripts/build-webkit --gtkcmake
    39 }}}
    40 
    41 ==== CMake + Ninja ====
    42 
    43 {{{
    44 #!sh
    45 $ Tools/Scripts/build-webkit --gtkcmake --cmakeargs="-GNinja"
    46 }}}
    47 
    48 === Autotools ===
    4933
    5034{{{