Changes between Version 62 and Version 63 of Documentation/VLC


Ignore:
Timestamp:
May 31, 2010, 5:30:48 PM (14 years ago)
Author:
stud-hock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/VLC

    v62 v63  
    284284
    285285=== Compile the modified VLC ===
    286 Before you start, please install the vlc build-dependencies. On Ubuntu you can get all the dependencies via: {{{sudo apt-get build-dep vlc}}}
    287 
    288 Then prepare the code by running {{{./bootstrap}}} and {{{./configure}}} with suitable parameters.[[BR]]
     286Before you start, please install the vlc build-dependencies. On Ubuntu you can get all the dependencies via:
     287{{{
     288sudo apt-get build-dep vlc
     289}}}
     290
     291Then prepare the code by running
     292{{{
     293./bootstrap
     294}}}
     295and
     296{{{
     297./configure
     298}}}
     299with suitable parameters.
     300
    289301If you have a version of VLC already installed, you can get it's configure parameters via: {{{vlc --version --verbose=2}}}
    290302
     
    295307}}}
    296308
    297 Having the code successfully configured, compile VLC via {{{make}}} and install it via {{{make install}}}
     309Having the code successfully configured, compile VLC via
     310{{{
     311make
     312}}}
     313and install it via
     314{{{
     315make install
     316}}}
    298317
    299318For further instructions about compiling vlc please have at look at: http://wiki.videolan.org/UnixCompile