Installation
  • Installer un poste d'exécution
    • Java
    • Ant
  • Installer un package applicatif
  • Installer le Driver
    • Installer le driver Chrome
    • Installer le driver Edge
    • Installer le driver Firefox
    • Installer le driver Opera
  • Installation Android
    • Installation et configuration de l'émulateur Android
    • Installation d'Appium
    • Configuration Kalios
  • Installation Webmobile IOS
    • Installer Node.js
    • Installer Homebrew et Carthage
    • Installer Xcode
    • Installer Command Line Tools
    • Installation d'Appium
  • Installation Desktop
    • Installation des outils
    • Installation des inspecteurs
  • Installation TextEngine
    • Configuration Intellij
    • Configuration EclipseIDE
  • Installation MacOS
    • Installation des outils
    • Configurer les exécutables
  • Installer SDK BrowserStack
Powered by GitBook
On this page
  • Installer Homebrew
  • Installer Carthage
  1. Installation Webmobile IOS

Installer Homebrew et Carthage

PreviousInstaller Node.jsNextInstaller Xcode

Last updated 1 year ago

Installer Homebrew

Pour installer homebrew, il suffit d'exécuter cette commande dans un terminal de commande :

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Le mot de passe de votre ordinateur peut être demandé

Installer Carthage

Carthage peut être installé facilement grâce à Homebrew en utilisant la commande suivante dans un terminal :

brew install carthage