Changes between Version 2 and Version 3 of clutter


Ignore:
Timestamp:
Sep 28, 2011 6:03:53 PM (12 years ago)
Author:
kov@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • clutter

    v2 v3  
    99== Building the Clutter port ==
    1010
    11 It is recommended to make a separate build directory, and use the SHARED_CORE setting, like this:
     11You can use the standard build-webkit script:
     12
     13 $ ./Tools/Scripts/build-webkit --cluter
     14
     15Or you can use the standard autotools commands. It is recommended to make a separate build directory setting, like this:
    1216
    1317 $ mkdir build[[BR]]
    1418 $ cd build[[BR]]
    15  $ cmake .. -DPORT=Clutter -DSHARED_CORE=1 -DBUILD_MX_LIB=1 -DCMAKE_INSTALL_PREFIX=~/webkit/
    16 
    17 The BUILD_MX_LIB setting is only necessary if you want to build the library that provides the MxWidget (which is more well supported than the vanilla actor, so you probably should).
     19 $ ../autogen.sh --with-port=clutter
     20 $ make