A Firefox OS asztali változatának telepítése
Verzióinformációk
- Verzióazonosító: 52433
- Létrehozva:
- Létrehozó: Norbert
- Hozzászólás: Részleges fordítás magyar nyelvre.
- Ellenőrzött: Nem
- Fordításra vár: Nem
Változat forrása
Változat tartalma
A Firefox OS Szimulátor nagyon hasznos lehet fejlesztőknek, barkácsolóknakés kíváncsiaknak, akik ízelítőt szeretnének kapni a Firefox OS működéséből.
Tartalomjegyzék
A Firefox OS Szimulátor kiegésszítő működése (javasolt)
A Firefox böngésző Firefox OS Szimulátor kiegésszítőjének futtatása a leggyorsabb és legegyszerűbb mód a működtetésére, és működik Windows, Mac és Linux alatt is.
A Firefox OS Szimulátor telepítése
Kövesse ezeket az egyszerű lépéseket a Firefox OS Szimulátor kiegésszítő telepítéséhez a Firefox böngészőbe:
- Nyissa meg a Firefox böngészőjét!
- Nyissa meg ezt a linket hogy hozzájusson a Firefox OS Szimulátor kiegésszítőhöz.
- Kattintson a gombra. A Firefox letölti a kívánt kiegésszítőt, majd a telepítés megerőssítését kéri.
- Kattintson a gombra – a kiegésszítő telepítve lesz.
A Firefox OS Szimulátor futtatása
- A Firefox ablak tetején kattintson a gombra,A Firefox ablak tetején kattintson az menüre,A Firefox ablak tetején kattintson az menüre (Ubuntu alatt a menüsávban kattintson az menüre),A menüsávban kattintson az ott a menüre, menüre, majd kattintson a menüre!
- A szimulátor ablak bal oldalán kattintson a
kapcsolóra, így az átkapcsol állapotba!
- A szimulátor elindul és elkezdhet játszadozni a Firefox OS-szel!Tipp: Használja a vagy a billentyűzetén, hogy az eszköz kezdőképernyőjét szimulálja. + gombokat
Ha a Firefox OS Szimulátor kiegésszítő valamilyen oknál fogva nem működik, megpróbálhatja kézileg telepíteni a szimulátort, követve az alábi lépéseket:
A Firefox OS Szimulátor kézi telepítése
Íme hogyan futtathatja a Firefox OS Szimulátort kézi fordítással és telepítéssel az asztali gépén. Az útmutató alapjául Staś Małolepszy útmutatója szolgált. Bővebb információkért lásd az ő blogbejegyzését. Frisebb útmutatóért lásd azA Firefox OS építése és telepítése (angol) oldalt a Mozilla Developer Network oldalon.
Prepare your computer
If you don't have these things already installed, you'll need to do this before you can get Firefox OS running.
- Install XCode from the Mac App store.
- Once it's "installed" from the App store, open the app to finish the installation.
- Then, open the XCode preferences and install the Command Line Tools.
- Finally, download and install Git from http://git-scm.com/downloads
Get the Boot2Gecko app
- Download the latest nightly build from ftp.mozilla.org. You want the latest mac64.dmg file.
- Double-click the .dmg file you just downloaded to open it and then drag the B2G.app to your Applications folder.
Get Gaia
- First, create a folder to hold everything. For these instructions, we'll create a "FirefoxOS" folder in your Documents folder.
- Open up the Terminal application. You automatically start in your Home folder (username:~).
- In the Terminal window, switch to the FirefoxOS folder you created in step 1 by typing, cd Documents/FirefoxOS and then hit
- Next, clone the Gaia repository (in English that means, download a copy to your computer) by typing, git clone https://github.com/mozilla-b2g/gaia gaia and then hit Tip: You can copy and paste commands from this article into your Terminal.
- A bunch of stuff will happen and you'll see a download progress. When everything is done and you have a prompt again (username:FirefoxOS username$), continue with the next step.
. - Now you need to create a profile by typing, DEBUG=1 make -C gaia profile and then hit
- Again, a bunch of stuff will happen. When you have a prompt again you'll be done.
.
Start Firefox OS
- To start Firefox OS, open the Terminal and type, /Applications/B2G.app/Contents/MacOS/b2g -profile ~/Documents/FirefoxOS/gaia/profile and hit Note: Use theor + buttons on your keyboard to simulate the home button on the device. .
Update
This desktop version doesn't auto-update. To update it manually:
- Download and install the latest nightly build from ftp.mozilla.org.
- Open the Terminal, navigate to the gaia folder inside the FirefoxOS folder by typing, cd ~/Documents/FirefoxOS/gaia
- Then type, git pull
Get the Boot2Gecko app
- Download the Microsoft Visual C++ 2010 SP1 Redistributable Package (x86).
- Start the installer and follow the instructions.
- Download the pre-built installer for b2g-desktop with pre-compiled gaia.
- Start the installer and follow the instructions. Be sure to leave the two checkboxes checked.
Start Firefox OS
Simply click the
application shortcut from the Windows Start menu to launch Firefox OS.Auto update
This pre-built installer includes an automatic update feature. The second time you launch the app, it will check for updates and ask you if you want to upgrade. Simply click
and follow the instructions. The installer will detect your previous install and ask to remove it before upgrading -- say to that too.