Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to run WebOS under Linux system

2025-02-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article focuses on "how to run WebOS under the Linux system". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let the editor take you to learn "how to run WebOS under the Linux system".

1. Install some dependencies, and the official instructions give the required dependencies.

The code is as follows:

Sudo apt-get update

Sudo apt-get install git git-core pkg-config make autoconf\

Libtool gaming + tcl unzip libyajl-dev libyajl1 qt4-qmake\

Libsqlite3-dev curl

Sudo apt-get install gperf bison libglib2.0-dev libssl-dev\

Libxi-dev libxrandr-dev libxfixes-dev libxcursor-dev\

Libfreetype6-dev libxinerama-dev libgl1-mesa-dev\

Libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev\

Flex libicu-dev

Sudo apt-get install libboost-system-dev libboost-filesystem-dev\

Libboost-regex-dev libboost-program-options-dev liburiparser-dev\

Libc-ares-dev libsigc++-2.0-dev libglibmm-2.4-dev libdb4.8-dev\

Libcurl4-openssl-dev

Sudo apt-get build-dep qt4-qmake

two。 Download the source code for open webos desktop:

The code is as follows:

Git clone https://github.com/openwebos/build-desktop.git

If you do not have git installed, install git first.

The code is as follows:

Sudo apt-get install git

3. Compile and install OpenwebOS

Go to the build-desktop folder (cd build-desktop) and execute:

The code is as follows:

. / build-webos-desktop.sh

The whole process needs to ensure the network connection, the compilation time is very long, wait patiently (about 2.4G of space is completed)

Install OpenwebOS after compilation:

The code is as follows:

Sudo. / install-webos-desktop.sh

You can delete it with the following command:

The code is as follows:

Sudo. / install-webos-desktop.sh remove

4. Run webOS

Keep it under the build-desktop folder and start the appropriate service:

The code is as follows:

. / service-bus.sh start

. / service-bus.sh services

Initialization is required for the first run:

The code is as follows:

. / service-bus.sh init

Run webOS:

The code is as follows:

. / run-luna-sysmgr.sh

Shut down the appropriate service:

The code is as follows:

. / service-bus.sh stop

At this point, OpenwebOS is running under Ubuntu.

At this point, I believe you have a deeper understanding of "how to run WebOS under the Linux system". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report