Changes between Version 4 and Version 5 of Documentation/VLC
- Timestamp:
- Apr 26, 2010, 4:43:11 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/VLC
v4 v5 21 21 A quick and simple way for testing but also useing the plugin are the precompiled libraries. In this section we describe how to set up an ubuntu 10.04 for this purpose. This should be adoptable to other linux distributions in an easy manner. Instructions how to compile the plugin will be provided in the Developers Guide below. 22 22 23 For running the vlc-mcpo plugin a number of packages have to be installed: 23 24 25 sudo apt-get install vlc [[BR]] 26 sudo apt-get install libboost-system1.40.0 [[BR]] 27 sudo apt-get install libboost-thread1.40.0 [[BR]] 28 sudo apt-get install libboost-regex1.40.0 [[BR]] 29 sudo apt-get install liblog4cxx10 [[BR]] 30 sudo apt-get install libdb4.7 31 32 Please download the tar-ball containing the required libraries: 33 32bit linux: [ coming soon ] 34 64bit linux: [ coming soon ] 35 36 Unpack the archive to $HOME. (If you choose another location, you have to adjust the path in the running script.) 37 38 Now you can link the running-script to $HOME/bin or /usr/bin via: [[BR]] 39 cd $HOME/bin [[BR]] 40 ln -s $HOME/vlc-mcpo/run.sh vlc-mcpo 41 42 Or just run from where it is. 24 43 25 44 26 45 === A first test. === 46 27 47 28 48 === Scenarios / examples ===