Confirmed users
420
edits
(Created page with "This page contains information about the Mozilla/KaiOS collaboration including building instructions, links to the code and various other resources. The scope of the project i...") |
(Added instructions on launching the emulator) |
||
| Line 32: | Line 32: | ||
Build by invoking the <code>build.sh</code> script in the top-level directory. Depending on your machine this step can take anywhere from 30 minutes to several hours | Build by invoking the <code>build.sh</code> script in the top-level directory. Depending on your machine this step can take anywhere from 30 minutes to several hours | ||
<pre>./build.sh</pre> | <pre>./build.sh</pre> | ||
=== Running the emulator === | |||
If you've built the emulator yourself you can launch it from the root *B2G* folder. First source the setup for your build, you will have to execute this step only once before launching the emulator | |||
<pre> | |||
source setup.sh | |||
</pre> | |||
Once the environment is primed launch the emulator with the following command | |||
<pre> | |||
emulator -writable-system -selinux permissive | |||
</pre> | |||