Projet

Général

Profil

Wiki » Historique » Version 3

Patrice Nadeau, 2019-01-06 17:21

1 1 Patrice Nadeau
# Wiki
2
3
Installation sous openSUSE Leap 15
4
5 2 Patrice Nadeau
* Installer les modules prérequis (Pyhton)
6
7
    ```bash
8
    sudo zypper install python python-libxml2-python python-pyserial
9
    ```
10
* Téléchargement
11
12
    ```bash
13
    wget https://trac.chirp.danplanet.com/chirp_daily/LATEST/chirp-daily-20190104.tar.gz
14
    ```
15
16
* Décompresser le fichier
17
18
    ```bash
19
    tar xvf chirp-daily-20190104.tar.gz
20
    ```
21
22
* Installer l'application
23
24
    ```bash
25 3 Patrice Nadeau
    cd chirp-daily-20190104
26 2 Patrice Nadeau
    sudo pyhton.py install
27
    ```