Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install Firefox OS SDK on MacOS?

Tags:

firefox-os

I'd like to start developing for Firefox OS, but I'm having problem to install.. I' m following the mozilla's wikis, but now I don't know how to continue. I've downloaded XULRunner, but then what should I do? I'm trying to follow the wiki, but without finding a solution.

Link: https://developer.mozilla.org/en-US/docs/Getting_started_with_XULRunner

like image 611
Mitro Avatar asked Dec 06 '22 08:12

Mitro


1 Answers

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

like image 125
benfrancis Avatar answered Jan 29 '23 10:01

benfrancis