Changes between Version 61 and Version 62 of Documentation/VLC


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/VLC

    v61 v62  
    284284
    285285=== Compile the modified VLC ===
    286 Before you start, you need to install the dependencies. On Ubuntu you can get all dependencies via: {{{sudo apt-get build-dep vlc}}}
     286Before you start, please install the vlc build-dependencies. On Ubuntu you can get all the dependencies via: {{{sudo apt-get build-dep vlc}}}
    287287
    288288Then prepare the code by running {{{./bootstrap}}} and {{{./configure}}} with suitable parameters.[[BR]]
    289 On an Ubuntu system with VLC already installed, you can get it's configure parameters via: {{{vlc --version --verbose=2}}}
     289If you have a version of VLC already installed, you can get it's configure parameters via: {{{vlc --version --verbose=2}}}
    290290
    291291We recommend the following configure line:
     
    295295}}}
    296296
    297 Then, compile VLC via {{{make}}} and install it via {{{make install}}}
     297Having the code successfully configured, compile VLC via {{{make}}} and install it via {{{make install}}}
    298298
    299299For further instructions about compiling vlc please have at look at: http://wiki.videolan.org/UnixCompile