Wiki Info Libre @ Dom

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
docs:xibo:xubuntu [2015/09/07 00:00] – [Installation de la partie client :] maison.gaetandocs:xibo:xubuntu [2015/09/07 00:44] (Version actuelle) – [Installation de la partie client :] maison.gaetan
Ligne 41: Ligne 41:
  
 sudo bzr branch lp:xibo/1.6 pyclient sudo bzr branch lp:xibo/1.6 pyclient
 +
 +sudo nano /opt/xibo/pyclient/client/python/site.cfg
 +
 +==> ça ne fonctionne pas donc essai de :
 +
 +https://www.libavg.de/site/projects/libavg/wiki/UbuntuSourceInstall#Compilation-and-Installation
 +
 +sudo apt-get install git automake autoconf libtool libxml2-dev \
 +libpango1.0-dev librsvg2-dev libgdk-pixbuf2.0-dev libavcodec-dev libavformat-dev \
 +libswscale-dev libavresample-dev python-dev libboost-python-dev libboost-thread-dev g++ libSDL-dev \
 +libxxf86vm-dev libdc1394-22-dev linux-libc-dev libvdpau-dev
 +
 +git clone https://github.com/libavg/libavg.git
 +
 +cd libavg
 +
 +./bootstrap
 +
 +./configure
 +
 +Arrêté ici =>
 +
 +make
 +
 +sudo make install
 +
 +make check
 +