Ceci est une ancienne révision du document !


Libretime installation

Ce mode opératoire va encore bouger, car LibreTime 3.0.0 est encore en version alpha (alpha 9 au moment de la rédaction de cette page).

À l'installation, Python Cairo tombe en erreur (voir issue sur Github).

Writing /tmp/easy_install-ya5mh8e_/pycairo-1.19.1/setup.cfg
Running pycairo-1.19.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ya5mh8e_/pycairo-1.19.1/egg-dist-tmp-4yid3dt9
no previously-included directories found matching 'docs/_build'
warning: no files found matching 'README' under directory 'tests'
warning: no files found matching 'README' under directory 'examples'
cairo/device.c:30:10: fatal error: Python.h: Aucun fichier ou dossier de ce type
 #include <Python.h>
          ^~~~~~~~~~
compilation terminated.
error: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

Pour régler le souci, il faut installer le paquet python3-dev avant de lancer l'installation.

Nous installons git

sudo aptitude install git

Nous clonons le dépôt et lançons l'installation

git clone https://github.com/LibreTime/libretime.git
cd libretime
sudo bash install -fiap
  • infrastructure/multimedia/libretime-installation.1618671692.txt.gz
  • Dernière modification : 17/04/2021 15:01
  • de Stéphane Paillet