diff options
Diffstat (limited to 'documentation_fr.md')
-rw-r--r-- | documentation_fr.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/documentation_fr.md b/documentation_fr.md index d7d2f2c..76a4b97 100644 --- a/documentation_fr.md +++ b/documentation_fr.md | |||
@@ -10,6 +10,8 @@ appui sur une touche. | |||
10 | 10 | ||
11 | ## Pré-requis et installation | 11 | ## Pré-requis et installation |
12 | 12 | ||
13 | (Voir la section suivante pour Windows) | ||
14 | |||
13 | - Il faut avoir ffmpeg d'installé. Pour cela, il faut installer le paquet `libav-tools` (debian) : | 15 | - Il faut avoir ffmpeg d'installé. Pour cela, il faut installer le paquet `libav-tools` (debian) : |
14 | 16 | ||
15 | sudo apt-get install libav-tools | 17 | sudo apt-get install libav-tools |
@@ -47,6 +49,30 @@ Pour compiler kivy avec la librairie SDL2, il faut certains paquets installés: | |||
47 | cf [Installation | 49 | cf [Installation |
48 | Kivy](https://kivy.org/docs/installation/installation-linux.html) | 50 | Kivy](https://kivy.org/docs/installation/installation-linux.html) |
49 | 51 | ||
52 | ## Installation sous Windows | ||
53 | |||
54 | Le processus suivant a permis d’installer music sampler sous windows: | ||
55 | |||
56 | - [Installer python 3.7.\* (prendre la version 64bit!)](https://www.python.org/downloads/windows) | ||
57 | - Dans une invite de commande (`cmd.exe`), lancer: | ||
58 | |||
59 | pip install music_sampler | ||
60 | pip install docutils pygments pypiwin32 PySDL2 kivy.deps.sdl2 kivy.deps.glew | ||
61 | |||
62 | - [Télécharger ffmpeg (64bit, static)](https://ffmpeg.zeranoe.com/builds/) | ||
63 | et mettre le contenu du dossier `bin` dans le dossier avec les musiques | ||
64 | - [Télécharger la police Ubuntu](https://www.1001fonts.com/ubuntu-font.html) | ||
65 | et installer Ubuntu-R et Ubuntu-B (Regular et Bold) *pour tous les utilisateurs* (clic droit sur la police) | ||
66 | - [Télécharger la police Symbola](https://fontlibrary.org/en/font/symbola) | ||
67 | et l’installer *pour tous les utilisateurs* (clic droit sur la police) | ||
68 | - Écrire un fichier `run.bat` avec: | ||
69 | |||
70 | :::bash | ||
71 | @echo off | ||
72 | music_sampler | ||
73 | |||
74 | - Lancer `run.bat` pour démarrer le programme. | ||
75 | |||
50 | ## Version compilée | 76 | ## Version compilée |
51 | 77 | ||
52 | Une version compilée peut être créée avec pyinstaller: | 78 | Une version compilée peut être créée avec pyinstaller: |