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

====== 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
Previous revision
applications:entertainment [2015/10/18 04:39]
admin [VSXu]
applications:entertainment [2015/10/19 02:37] (current)
admin [VSXu]
Line 68: Line 68:
 see [[https://​www.spotify.com/​be-fr/​download/​previews/​]] see [[https://​www.spotify.com/​be-fr/​download/​previews/​]]
  
-Add spotify server to sources **/​etc/​apt/​sources.list.d/​additional-repositories.list**, add spotify'​s public key and install:+Add spotify server to sources **/​etc/​apt/​sources.list.d/​spotify.list**, add spotify'​s public key and install:
 <​code>​ <​code>​
-> sudo nano /​etc/​apt/​sources.list.d/​additional-repositories.list +> sudo echo deb http://​repository.spotify.com testing non-free | sudo tee /​etc/​apt/​sources.list.d/​spotify.list 
-> sudo apt-key adv --keyserver hkp://​keyserver.ubuntu.com:​80 --recv-keys ​94558F59+> sudo apt-key adv --keyserver hkp://​keyserver.ubuntu.com:​80 --recv-keys ​13B00F1FD2C19886
 > sudo apt-get update > sudo apt-get update
 > sudo apt-get install spotify-client > sudo apt-get install spotify-client
Line 134: Line 134:
  
 <​code>​ <​code>​
-> sudo apt-get install git libopencv-dev libcvaux-dev libhighgui-dev libcv-dev freeglut3-dev libglew-dev glew-utils libglfw3 libglfw-dev pavucontrol+> sudo apt-get install git libopencv-dev libcvaux-dev libhighgui-dev libcv-dev freeglut3-dev libglew-dev glew-utils libglfw3 libglfw-dev pavucontrol ​libpulse-dev jack libasound2-dev 
 +> cd ~/Downloads
 > wget http://​www.cmake.org/​files/​v3.3/​cmake-3.3.2.tar.gz > wget http://​www.cmake.org/​files/​v3.3/​cmake-3.3.2.tar.gz
 > tar xzf cmake-3.3.2.tar.gz > tar xzf cmake-3.3.2.tar.gz
Line 141: Line 142:
 > make > make
 > sudo make install > sudo make install
 +> sudo ln -s /​opt/​cmake/​bin/​cmake /​usr/​local/​bin/​cmake
  
 +> cd ~/Downloads
 > git clone git://​github.com/​vovoid/​vsxu.git > git clone git://​github.com/​vovoid/​vsxu.git
 > cd vsxu > cd vsxu
 > mkdir build > mkdir build
 > cd build > cd build
-/​opt/​cmake/​bin/​cmake -DCMAKE_INSTALL_PREFIX=/​usr ..+> cmake -DCMAKE_INSTALL_PREFIX=/​usr ..
 > make > make
 > sudo make install > sudo make install
 </​code>​ </​code>​
  
-**Note**: ​When using a VirtualBox machine ​to test run VSXu, make sure to have the VirtualBox Guest Additions added to your system, as well as the 3D acceleration enabled. Unfortunately it seems Oracle has yet fixed the problem for Debian Jessie guests [[https://​www.virtualbox.org/​ticket/​12746|as this ticket mentions]].+Still had a **package '​jack'​ not found** error...\\ 
 +Installed Programs are available under: 
 + 
 +  * **Menu > Sound & Video > VSXu Player [fullscreen/​windowed]** 
 +  * **Menu > Graphics > VSXu Artist / VSXu Server** 
 + 
 +You'll also find: 
 + 
 +  * **Menu > Sound & Video > PulseAudio Volume Control** 
 + 
 +**Note**: ​It currently <color orange>​**doesn'​t seem to be possible ​to test-run VSXu in a VirtualBox machine**even when one have the VirtualBox Guest Additions added to the system, as well as the 3D acceleration enabled. Unfortunately it seems Oracle has yet to fix the problem for Debian Jessie guests [[https://​www.virtualbox.org/​ticket/​12746|as this ticket mentions]].
  
 Try to run the player: Try to run the player:
Line 157: Line 170:
 > vsxu_player > vsxu_player
 </​code>​ </​code>​
 +
 +To open the programming environment:​
 +<​code>​
 +> vsxu_artiste
 +</​code>​
 +
 +For those willing to learn VSXu programming,​ visit [[https://​www.youtube.com/​channel/​UCpgtZZvpic75eQ5HXYRRByg|their YouTube channel]], beginning with [[https://​www.youtube.com/​watch?​v=dotaPODXRXk|their first tutorial]] is probably the best starting point... ​