Changes between Version 40 and Version 41 of Documentation/VLC


Ignore:
Timestamp:
May 23, 2010, 6:05:10 PM (14 years ago)
Author:
stud-hock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/VLC

    v40 v41  
    218218(see http://ariba-underlay.org/wiki/BaseInstall)
    219219
     220{{{
     221sudo apt-get install subversion build-essential libtool autoconf automake libgmp3-dev liblog4cxx10-dev libboost-thread-dev libboost-system-dev libboost-regex-dev
     222
     223svn checkout ``ariba´´
     224cd ariba
     225./bootstrap
     226./configure --prefix=$HOME/local
     227make install
     228cd ..
     229
     230svn checkout ``mcpo´´
     231cd mcpo
     232./bootstrap
     233./configure --prefix=$HOME/local LDFLAGS=-L$HOME/local/lib CPPFLAGS=-I$HOME/local/include
     234make install
     235cd ..
     236}}}
     237
    220238=== adjusting vlc source code ===
     239
     240Note! For vlc-1.0.6 you can download the adjusted source code from here.
    221241
    222242- get the vlc source code