Wiki » Historique » Version 2
Patrice Nadeau, 2019-01-06 17:20
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 | sudo pyhton.py install |
||
26 | ``` |