How to install Firefox OS SDK on MacOS?

五迷三道 提交于 2019-12-04 11:05:48

There is no SDK for Firefox OS. What exactly are you trying to achieve?

Apps on Firefox OS are web apps, so you can use whatever tools you already use for web development to develop apps. If you'd like to test out your app in the context of the mobile UI provided by Firefox OS you can use the Firefox OS Simulator which is a Firefox plugin https://addons.mozilla.org/en-US/firefox/addon/firefox-os-simulator/

If you'd like to contribute to Gaia (the collection of web apps which make up the user interface) take a look at https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Platform/Gaia/Hacking

If you'd like to build the whole OS and/or contribute to the Gonk (kernel) and Gecko (web app runtime) parts then have a look at the README on GitHub https://github.com/mozilla-b2g/B2G/blob/master/README.md

Maybe It can be usefully

This is a nice slide http://shafiul.github.io/slides/kickstart_fxos.html#/

And the Alfa simulator http://people.mozilla.org/~myk/r2d2b2g/ It works well for me

All you need is the most recent version of Firefox and the Firefox OS simulator (consider installing Firefox Nightly)

https://developer.mozilla.org/en-US/Apps/Quickstart/Build/Your_first_app

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!