Changes between Version 2 and Version 3 of clutter
- Timestamp:
- Sep 28, 2011, 6:03:53 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
clutter
v2 v3 9 9 == Building the Clutter port == 10 10 11 It is recommended to make a separate build directory, and use the SHARED_CORE setting, like this: 11 You can use the standard build-webkit script: 12 13 $ ./Tools/Scripts/build-webkit --cluter 14 15 Or you can use the standard autotools commands. It is recommended to make a separate build directory setting, like this: 12 16 13 17 $ mkdir build[[BR]] 14 18 $ 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