Firefox

出自 flip the world
於 2018年8月23日 (四) 11:34 由 Tommy (對話 | 貢獻) 所做的修訂 (已建立頁面,內容為 "fox == Prepare == * 64-bit linux (Scientific Linux Fermi) * install 32-bit libs ** yum install glibc*.i686 ** yum install zlib*.i686 ** yu…")
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
前往: 導覽搜尋

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