Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
playground_version_12 [2018/11/19 16:10]
romain
playground_version_12 [2019/12/22 15:05]
julien
Line 1: Line 1:
 ====== Installation des softwares ====== ====== Installation des softwares ======
    
 +TheNoiser Dec2019___________________________________________
  
 +On reprend tout ça, TheNoiser Seul!
 +Pd-l2ork (Fork de pd-extended)-----------------------
 +Pour l'​instant pas de support pour driver jack (vraiment étrange!)
 +Mais pour installer:
 +Installer les dépendances :
 +<​code>​
 +sudo apt-get install bison flex automake libasound2-dev \
 +      libjack-jackd2-dev libtool libbluetooth-dev libgl1-mesa-dev \
 +      libglu1-mesa-dev libglew-dev libmagick++-dev libftgl-dev \
 +      libgmerlin-dev libgmerlin-avdec-dev libavifile-0.7-dev \
 +      libmpeg3-dev libquicktime-dev libv4l-dev libraw1394-dev \
 +      libdc1394-22-dev libfftw3-dev libvorbis-dev ladspa-sdk \
 +      dssi-dev tap-plugins invada-studio-plugins-ladspa blepvco \
 +      swh-plugins mcp-plugins cmt blop slv2-jack omins rev-plugins \
 +      libslv2-dev dssi-utils vco-plugins wah-plugins fil-plugins \
 +      mda-lv2 libmp3lame-dev libspeex-dev libgsl0-dev \
 +      portaudio19-dev liblua5.3-dev python-dev libsmpeg0 libjpeg62-turbo \
 +      flite1-dev libgsm1-dev libgtk2.0-dev git libstk0-dev \
 +      libfluidsynth-dev fluid-soundfont-gm byacc
 +</​code>​
 +Le probléme de cette commande c'est qu'​elle n'​installe pas tout correctement. Il faudra bien faire attention que toutes les librairies soit installé sinon votre compilation ne marchera pas.
 +J'ai fait un sudo apt install sur chacune des lignes. ​
 +Toute marche, peut-être un oublie ou deux et 3 librairies sortent en erreur notamment slv2-jack et libjpeg62-turbo.
 +un petit fix pour ces librairies :
 +
 +
 +<​code>​
 +cd ~/Downloads
 +
 +wget http://​mirrors.kernel.org/​ubuntu/​pool/​universe/​s/​slv2/​libslv2-9_0.6.6+dfsg1-3build1_amd64.deb
 +sudo apt-get install ./​libslv2-9_0.6.6+dfsg1-3build1_amd64.deb
 +
 +wget http://​mirrors.kernel.org/​ubuntu/​pool/​universe/​s/​slv2/​slv2-jack_0.6.6+dfsg1-3build1_amd64.deb
 +sudo apt-get install ./​slv2-jack_0.6.6+dfsg1-3build1_amd64.deb
 +
 +wget http://​mirrors.kernel.org/​ubuntu/​pool/​universe/​s/​slv2/​libslv2-dev_0.6.6+dfsg1-3build1_amd64.deb
 +sudo apt-get install ./​libslv2-dev_0.6.6+dfsg1-3build1_amd64.deb
 +</​code>​
 +
 +puis :
 +
 +<​code>​
 +cd ~/Downloads
 +wget http://​ftp.debian.org/​debian/​pool/​main/​libj/​libjpeg-turbo/​libjpeg62-turbo_1.5.1-2_amd64.deb
 +sudo apt-get install ./​libjpeg62-turbo_1.5.1-2_amd64.deb
 +</​code>​
 +
 +Pour installer purr-data :
 +<​code>​
 +git clone https://​github.com/​agraef/​purr-data
 +</​code>​
 +
 +et
 +
 +<​code>​
 +git clone https://​git.purrdata.net/​jwilkes/​purr-data.git
 +</​code>​
 +<​code>​
 +sudo make
 +</​code>​
 +<​code>​
 +sudo make install
 +</​code>​
 +make uninstall si vous avez besoin de désintaller
 +
 +source :
 +https://​agraef.github.io/​purr-data/#​jgu-packages
 +https://​git.purrdata.net/​jwilkes/​purr-data#​downloads
 +https://​askubuntu.com/​questions/​1138928/​bionic-18-04-what-packages-to-use-for-slv2-jack-slv2-jack-slv2-jack
 +
 +
 +
 +
 +
 +
 +Cambia_______________________________________________
 Pd-l2ork (Fork de pd-extended) Pd-l2ork (Fork de pd-extended)
  
 
playground_version_12.txt · Last modified: 2019/12/29 11:49 by julien
[unknown button type]
 
Except where otherwise noted, content on this wiki is licensed under the following license: GNU Free Documentation License 1.3
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki