Changes between Version 65 and Version 66 of Documentation/VLC
- Timestamp:
- May 31, 2010, 5:44:25 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/VLC
v65 v66 15 15 The ariba framework is currently only available for Linux and therefor the plugin is linux-only at the moment. 16 16 17 A quick and simple way for testing but also using the plugin are the precompiled libraries. In this section we describe how to set up an Ubuntu 10.04for this purpose. This should be adoptable to other Linux distributions easily. Instructions how to compile the plugin will be provided in the Developers Guide below.17 A quick and simple way for testing but also using the plugin are the precompiled libraries. In this section we describe how to set up an ''Ubuntu 9.10 or 10.04'' for this purpose. This should be adoptable to other Linux distributions easily. Instructions how to compile the plugin will be provided in the Developers Guide below. 18 18 19 19 For running the vlc-mcpo plugin a number of packages have to be installed: … … 25 25 sudo apt-get install libboost-regex1.40.0 26 26 sudo apt-get install liblog4cxx10 27 sudo apt-get install libdb4.7 28 }}} 29 30 Please download the tar-ball containing the required libraries: 31 32bit linux: [ coming soon ] 27 }}} 28 29 Please download the tar-ball containing the Ariba and the plugin libraries:[[BR]] 30 32bit linux: [ coming soon ][[BR]] 32 31 64bit linux: [ coming soon ] 33 32 … … 213 212 214 213 == Developer Guide == 215 NOTE! This guide consits only of keywords at the moment. It will be elaborated in future.214 The ''Developer Guide'' describes how to compile VLC and the vlc-mcpo plugin, and how to insert the plugin's code into an existing VLC code. 216 215 217 216 === Compile Ariba & MCPO ===