Vous pouvez compiler vous-même la suite Heimdall en suivant notre documentation disponible ici Une fois la suite compilée, suivez les étapes ci-dessous.

Installation

Sous Ubuntu

Exécutez les commandes suivantes pour installer heimdall pour tous les utilisateurs :

$ unzip /path/to/heimdall_ubuntu.zip -d /tmp
$ cp /tmp/bin/heimdall* /usr/bin/
$ rm -rf /tmp/bin

Sous MacOSX

Exécutez les commandes suivantes pour installer heimdall pour tous les utilisateurs :

$ unzip /path/to/heimdall_macos.zip -d /tmp
$ cp /tmp/bin/heimdall /usr/local/bin
$ rm -rf /tmp/bin

Vérification

Dans un terminal, vous pouvez exécuter la commande suivante pour vérifier que tout fonctionne correctement :

$ heimdall info
Heimdall v1.4.2

Copyright (c) 2010-2017 Benjamin Dobell, Glass Echidna
http://www.glassechidna.com.au/

This software is provided free of charge. Copying and redistribution is
encouraged.

If you appreciate this software and you would like to support future
development please consider donating:
http://www.glassechidna.com.au/donate/

Heimdall utilises libusbx for all USB communication:
    http://www.libusb.org/

libusbx is licensed under the LGPL-2.1:
    http://www.gnu.org/licenses/licenses.html#LGPL