Test firefox OS et ubuntu touch : Différence entre versions
De fablabo
Ligne 7 : | Ligne 7 : | ||
|materiaux=téléphone portable | |materiaux=téléphone portable | ||
}} | }} | ||
+ | |||
+ | |||
+ | == Les tutos == | ||
+ | |||
+ | [https://wiki.ubuntu.com/Touch/Install pour ubuntu touch] | ||
+ | [https://developer.mozilla.org/fr/docs/Mozilla/Boot_to_Gecko/Building_and_installing_Boot_to_Gecko pour firefox OS] | ||
+ | |||
+ | |||
+ | == ubuntu touch == | ||
+ | |||
+ | install: il faut installer les dépôts universe: | ||
+ | <code>sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ saucy universe multiverse" | ||
+ | sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ saucy-updates universe multiverse" | ||
+ | sudo apt-get update</code> |
Version du 8 avril 2014 à 15:47
...
Contributeur·ice·s
Statut du projet
Experimental
Statut de la publication
License
CC-by-sa-3.0
Inspiration
Fichiers source
Machines
Matériaux
Lien
Sommaire
Les tutos
pour ubuntu touch pour firefox OS
ubuntu touch
install: il faut installer les dépôts universe:
sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ saucy universe multiverse"
sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ saucy-updates universe multiverse"
sudo apt-get update