Firefox:修訂間差異

出自flip the world
Tommy留言 | 貢獻
已建立頁面,內容為 "fox == Prepare == * 64-bit linux (Scientific Linux Fermi) * install 32-bit libs ** yum install glibc*.i686 ** yum install zlib*.i686 ** yu…"
 
Tommy留言 | 貢獻
Refactor: add [[Category:Software and Tools ]]
 
第44行: 第44行:
==reference ==
==reference ==
* [https://developer.mozilla.org/en-US/Firefox_OS/Preparing_for_your_first_B2G_build Preparing for your first B2G build]
* [https://developer.mozilla.org/en-US/Firefox_OS/Preparing_for_your_first_B2G_build Preparing for your first B2G build]
[[Category:Software and Tools]]

2026年8月21日 (五) 13:17的最新修訂

fox

Prepare

source

  • git clone git://github.com/mozilla-b2g/B2G.git

Build

  • ./config.sh (device name ex., flame-kk)
  • ./build.sh

Build trouble shooting

When you are using angle brackets in include (e.g. #include <xyz>) 
it does not look in the directory from where the include is done. Use double quotes instead, e.g. #include "xyz".

Run

  • start ADB server
    • adb start-server
  • ./run-emulator.sh

reference