-
Notifications
You must be signed in to change notification settings - Fork 16
Home
Lokesh Kumar Goel edited this page Jan 2, 2019
·
2 revisions
- chromium68 (Unofficial release)
From this release onward, webOS OSE supports 2 versions of webengine: chromium53(default) and chromium68(work in progress).
- chromium68 is the latest version of webOS webengine which is still work in progress.
- chromium53 is still the default webruntime for webOS OSE
- chromium68 is the new version under development, that will replace chromium53 in future as official webruntime of webOS OSE.
- Many features supported in chromium53 are already migrated to chromium68, but there are still some features under development.
- v8 is now split as separate repo for chromium68. Recipes take care of checking out v8 under chromium68 source tree under chromium68/src/v8
- You need Ubuntu 18.04 to avoid any build errors.
- We are now accepting pull requests on this repo if you want to contribute.
- Follow steps in http://webosose.org/discover/setting/building-webos-ose/ to build webosose.
- After the clone step in above link, create the following file under build-webosose: webos-local.conf
- Following should be contents of build-webosose/webos-local.conf ------> This will switch the dependent component versions that are needed for building chromium68 based tree.
PREFERRED_PROVIDER_virtual/webruntime = "webruntime" - Follow remaining instructions on above link to build image
Some features are still not fully complete around IME.