Changes between Version 4 and Version 5 of Documentation/VLC


Ignore:
Timestamp:
Apr 26, 2010, 4:43:11 PM (14 years ago)
Author:
stud-hock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/VLC

    v4 v5  
    2121A 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.
    2222
     23For running the vlc-mcpo plugin a number of packages have to be installed:
    2324
     25sudo apt-get install vlc [[BR]]
     26sudo apt-get install libboost-system1.40.0 [[BR]]
     27sudo apt-get install libboost-thread1.40.0 [[BR]]
     28sudo apt-get install libboost-regex1.40.0 [[BR]]
     29sudo apt-get install liblog4cxx10 [[BR]]
     30sudo apt-get install libdb4.7
     31
     32Please download the tar-ball containing the required libraries:
     3332bit linux: [ coming soon ]
     3464bit linux: [ coming soon ]
     35
     36Unpack the archive to $HOME. (If you choose another location, you have to adjust the path in the running script.)
     37
     38Now you can link the running-script to $HOME/bin or /usr/bin via: [[BR]]
     39cd $HOME/bin [[BR]]
     40ln -s $HOME/vlc-mcpo/run.sh vlc-mcpo
     41
     42Or just run from where it is.
    2443
    2544
    2645=== A first test. ===
     46
    2747
    2848=== Scenarios / examples ===