Changes

Jump to: navigation, search

KaiOS

689 bytes added, 07:37, 7 October 2020
Added information on how to build desktop B2G
emulator -writable-system -selinux permissive
</pre>
 
== Building the desktop version ==
 
The desktop version can be used to work on the front-end and debug other non-platform-specific parts of Gecko. Building it is fairly simple:
 
Clone the kaios project branch:
<pre>hg clone https://hg.mozilla.org/projects/kaios</pre>
Bootstrap your build environment via mach
<pre>./mach bootstrap --application-choice desktop</pre>
Build using the <code>mozconfig-b2g-desktop</code> configuration (feel free to tweak it to suite your purposes):
<pre>env MOZCONFIG=mozconfig-b2g-desktop ./mach build</pre>
Run your build using the same mozconfig, the very simple default homescreen will show up:
<pre>env MOZCONFIG=mozconfig-b2g-desktop ./mach run</pre>
Confirm
384
edits

Navigation menu