Added V8 support to dali_env script 59/37059/5
authorNick Holland <nick.holland@partner.samsung.com>
Wed, 18 Mar 2015 15:22:10 +0000 (15:22 +0000)
committerNick Holland <nick.holland@partner.samsung.com>
Thu, 19 Mar 2015 11:56:40 +0000 (11:56 +0000)
commit7fb5539518dd52b3b7079d32c9f1d755b59d4a07
tree86aa56558476673563ebd9b55a6c277e6f959976
parent0cad31eb922b2cf0601e4b6ea4ffeeaf5c84a4eb
Added V8 support to dali_env script

Checks out and builds a specific version of V8 from source
using Googles depot_tools scripts. Then automatically
generates a package config file and installs the
libraries / headers into dali-env.

Once installed, run autoreconf and configure in dali-toolkit.
This will detect the v8 library using package config, and allow
the DALi JavaScript plugin to be built automatically.

Change-Id: I157ed510bf74758cdb82c24718667ead8d49ec39
build/scripts/dali_env