This is an old revision of the document!


A PCRE internal error occured. This might be caused by a faulty plugin

====== 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) Download : <code>cd ~/Downloads/</code> <code>git clone --recursive git://github.com/pd-l2ork/pd.git pd-l2ork</code> <code>git stash && git pull && git pull --recurse-submodules && git submodule update --recursive</code> Compilation : <code>cd pd-l2ork/l2ork_addons/</code> <code>sudo ./tar_em_up.sh -B</code>

 
playground_version_12.1577023558.txt.gz · Last modified: 2019/12/22 15:05 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