Skip to content

WebAppMgr is responsible for running Enyo applications on webOS

Notifications You must be signed in to change notification settings

ctbrowser/webappmanager

 
 

Repository files navigation

Summary

WebAppMgr is responsible for running Enyo applications on webOS

This variant of WebAppMgr works with WebKit1 and can be built against either Qt4.8.3 or Qt5.

How to Build on Linux

Building the latest "stable" version

Clone the repository openwebos/build-desktop and follow the instructions in the README file.

Building your local clone

First follow the directions to build the latest "stable" version.

To build your local clone of WebAppMgr instead of the "stable" version installed with the build-webos-desktop script:

  • Open the customize/location.sh script with a text editor
  • Locate the line: export WEBAPPMANAGER....
  • Uncomment the line and change "${BASE}/webappmanager" to use the folder containing your clone, for example "${HOME}/github/webappmanager"
  • Save your changes
  • Remove the file ~/luna-desktop-binaries/webappmanager/luna-desktop-build*.stamp
  • Start the build

Copyright and License Information

All content, including all source code files and documentation files in this repository except otherwise noted are:

Copyright (c) 2008-2013 LG Electronics, Inc.

All content, including all source code files and documentation files in this repository except otherwise noted are: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this content except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

WebAppMgr is responsible for running Enyo applications on webOS

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.3%
  • QMake 3.5%
  • Other 1.2%