aboutsummaryrefslogtreecommitdiff
path: root/documentation_en.md
diff options
context:
space:
mode:
Diffstat (limited to 'documentation_en.md')
-rw-r--r--documentation_en.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/documentation_en.md b/documentation_en.md
index ac12909..ee95ad3 100644
--- a/documentation_en.md
+++ b/documentation_en.md
@@ -9,6 +9,8 @@ set of actions to run.
9 9
10## Dependencies and installation 10## Dependencies and installation
11 11
12(See next section for Windows installation)
13
12- You need ffmpeg installed. For that, you can use package `libav-tools` (debian): 14- You need ffmpeg installed. For that, you can use package `libav-tools` (debian):
13 15
14 sudo apt-get install libav-tools 16 sudo apt-get install libav-tools
@@ -46,6 +48,31 @@ To compile Kivy with the SDL2 library, you need some packages:
46cf [Installation 48cf [Installation
47Kivy](https://kivy.org/docs/installation/installation-linux.html) 49Kivy](https://kivy.org/docs/installation/installation-linux.html)
48 50
51## Installation sous Windows
52
53Following processed worked to install music sampler in a Windows
54machine:
55
56- [Install python 3.7.\* (take 64bit version!)](https://www.python.org/downloads/windows)
57- In a command shell (`cmd.exe`), run:
58
59 pip install music_sampler
60 pip install docutils pygments pypiwin32 PySDL2 kivy.deps.sdl2 kivy.deps.glew
61
62- [Install ffmpeg (64bit, static)](https://ffmpeg.zeranoe.com/builds/)
63 and put the content of folder `bin` in the same folder as music and configs.
64- [Download Ubuntu font](https://www.1001fonts.com/ubuntu-font.html)
65 and install Ubuntu-R and Ubuntu-B (Regular and Bold) *for all users* (right clic on the font)
66- [Download Symbola font](https://fontlibrary.org/en/font/symbola)
67 and install it *for all users* (right clic on the font)
68- Write a `run.bat` file with:
69
70 :::bash
71 @echo off
72 music_sampler
73
74- Run this `run.bat` when you need it.
75
49## Compiled version 76## Compiled version
50 77
51A compiled version can be created with `pyinstaller`: 78A compiled version can be created with `pyinstaller`: