Changes between Version 49 and Version 50 of Documentation/VLC


Ignore:
Timestamp:
May 31, 2010, 3:33:18 PM (14 years ago)
Author:
stud-hock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/VLC

    v49 v50  
    215215NOTE! This guide consits only of keywords at the moment. It will be elaborated in future.
    216216
     217=== compile Ariba & MCPO ===
     218
     219At first, you have to compile ''Ariba'' and ''MCPO''. Therefor you can follow the instructions below. Further information are provided on the official Ariba-Installation page (http://ariba-underlay.org/wiki/BaseInstall).
     220
     221On an clean ''ubuntu 9.10 / 10.04'' the following packages are necessary:
     222  * (subversion)
     223  * build-essential
     224  * libtool
     225  * autoconf
     226  * automake
     227  * libgmp3-dev
     228  * liblog4cxx10-dev
     229  * libboost-thread-dev
     230  * libboost-system-dev
     231  * libboost-regex-dev
     232
     233The following lines compile ''Ariba'' and ''MCPO'' and installing them to ''$HOME/local'' in the user's home-directory.
     234
     235{{{
     236 * get the Ariba sourcecode
     237 * in the "ariba"-directory do:
     238    ./bootstrap
     239    ./configure --prefix=$HOME/local
     240    make install
     241
     242 * get the MCPO sourcecode
     243 * in the "mcpo"-directory do:
     244    ./bootstrap
     245    ./configure --prefix=$HOME/local LDFLAGS=-L$HOME/local/lib CPPFLAGS=-I$HOME/local/include
     246    make install
     247}}}
     248
     249
     250
     251
     252
    217253=== compile ariba & mcpo ===
    218254(see http://ariba-underlay.org/wiki/BaseInstall)